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, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
} /*vertical-align:baseline; removed*/

body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
nav ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
mark {
	background: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;}

input[type=submit], input[type=button], button {
	margin: 0!important;
	padding: 0!important;
}
input, select, a img {
	vertical-align: middle;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	/*font-size-adjust: 0;*/
	font-size: 14px;
	background: #ffffff;
	text-align: center;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	line-height: 1.5em;
}

a {color: #0066c; text-decoration:none;}
a:hover {color: #0066c; text-decoration:none;}

/*AdPay Styles*/
.TableMain {
	width: 1000px;
	margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.TableFooter {
	background-color: #ffffff !important;
}
.TableContent {
	text-align: left;
}
/* Grid */
.grid-4 {
	width: 1000px;
}
.grid-3 {
	width: 750px;
}
.grid-2 {
	width: 500px;
}
.grid-1 {
	width: 250px;
}
.grid-ct-3 {
	width: 700px;
}
.grid-ct-2 {
	width: 350px;
}
.grid-ct-1 {
	width: 233px;
}
.grit-sb-2 {
	width: 300px;
}
.grid-sb-1 {
	width: 150px;
}
.col-1 {
	width: 310px;
}
.col-2 {
	width: 640px;
}
/* text-color */
.white-txt {
	color: #ffffff;
}
.black-txt {
	color: #000;
}
.green-txt {
	color: #058148;
}
.gray-txt {
	color: #ced0d7;
}
/* background-color */
.deep-blue-bg {
	background: #00197a;
}
.gray-bg {
	background: #ced0d7;
}
.light-gray-bg {
	background: #e1e2e4;
}
.lighter-gray-bg {
	background: #f4f4f4
}
.white-bg {
	background: #ffffff;
}
/* defaults */
.center-block {
	margin: 0 auto;
}			/* align element to center */
.center-text {
	text-align: center;
}		/* align text to center */
.relative {
	position: relative;
}
.dd li ul {
	display: none;
	position: absolute;
}
.dd li:hover ul {
	display: block;
}
.ddown ul {
	display: none;
	position: absolute;
}
.ddown:hover ul {
	display: block;
}
/* tabs / tabs-content */
.tabs {
	list-style: none;
	font-size: 0;
}
.tabs li {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.tabs li a {
	display: block;
	outline: none;
}
.tabs-content > div {
	display: none;
}
.tabs-content > div:first-child {
	display: block;
}
.tabs-content ul {
	list-style: none;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.ie .clearfix {
	zoom: 1;
	display: block;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.none {
	float: none !important;
}
.nb {
	border: none !important;
}
.nbb {
	border-bottom: none !important;
}
.nbt {
	border-top: none !important;
}
.np {
	padding: 0 !important;
}
.npb {
	padding-bottom: 0 !important;
}
.npt {
	padding-top: 0 !important;
}
.npr {
	padding-right: 0 !important;
}
.npl {
	padding-left: 0 !important;
}
.p5 {
	padding: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.nm {
	margin: 0 !important;
}
.nml {
	margin-left: 0 !important;
}
.nmr {
	margin-right: 0 !important;
}
.nmt {
	margin-top: 0 !important;
}
.nmb {
	margin-bottom: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
/* align */
.align-ul {
	list-style: none;
	font-size: 0;
}
.align-ul li {
	list-style: none;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.align-div {
	font-size: 0;
}
.align-div > div {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: top;
}
.inline-block {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: top;
}
/* Fixes */
#header, #container, #footer {
	text-align: left;
}
.align-ul li {
	font-size: 14px;
}
/* Header */
#header {
}
.nav ul {
	margin: 0;
	padding: 0;
}
.oauth {
	position: absolute;
	top: 90px;
	right: 70px;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.oauth ul {
	padding: 0 5px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background-color:#00066C;
}
.oauth li {
	margin: 5px 0;
}
.oauth li:first-child {
	border: 0px;
	padding: 0 1px;
}

.oauth li a {
	font-weight: bold;
	color: #ffffff;
	padding: 0 3px;
	text-decoration: none;
	font-size: 14px;
}
.oauth li a:hover {
	text-decoration: none;
	color: #ffffff;
}

#nav {
}
#nav ul {
	text-align: center;
	background: #ced0d7;
}
#nav ul li {
	border-left: 2px solid #ffffff;
}
#nav ul li:first-child {
	border: 0px;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000 !important;
	display: block;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ced0d7;
	text-decoration: none;
	box-shadow: inset 0 0 8px #aaa;
	-webkit-box-shadow: inset 0 0 12px #777;
	-moz-box-shadow: inset 0 0 12px #777;
	-o-box-shadow: inset 0 0 12px #777;
}
#nav ul li:first-child a {
	padding-left: 17px;
	padding-right: 17px;
	-moz-padding-start: 19px;
	-moz-padding-end: 19px;
}
#nav ul li:last-child a {
	padding-left: 17px;
	padding-right: 16px;
	-moz-padding-start: 18px;
	-moz-padding-end: 18px;
}
#nav ul li a:hover {
	color: #058148;
	background: #e1e2e4;
}
#nav ul li a:visited {
	color: #000;
}
/* Container */
#container {
}
/* content */
#content {
	width: 660px;
	display: block;
	float: left;
}
/* block */
.block {
}
.block .block-title,  .block .block-title a {
}
.block .block-content {
}
.block .block-content div.block-items {
}
.block .block-content ul.block-items {
}
 .block .block-content div.block-items > div.item {
}
.block .block-content ul.block-items > li.item,  .block .block-content ul.block-items > li {
}
.block .block-content .block-items a.block-item-title,  .block .block-content .block-items .block-item-title {
}
/*find it widget*/
.find-it-text {
	font-weight: bold;
	font-size: 28px;
	font-family: Verdana, sans-serif;
}
.dark-blue {
	color: #1e1e62;
}
.dark-green {
	color: #116e2c;
}
.dark-blue-bg {
	background-color: #1e1e62;
}
.dark-green-bg {
	background-color: #116e2c;
}
#Submit1 {
	height: 60px;
	background-color: #6ba8d8;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	border: 2px solid #000;
}
/* sidebar */
#sidebar {
	width: 245px;
	margin-right: 0px;
	float: left;
}

/* ads */
#leaderboard-top, #leaderboard-bottom {
	height: 90px;
	overflow: hidden;
}

/* Footer */
#footer {
width: 1000px; margin:0 auto; margin-top: 30px; display:block;
}

#footer .copy a {
	text-decoration: underline;
	color: #000 !important;
}
.epp-properties {
}
.epp-properties ul {
	text-align: center;
}
.epp-properties ul li {
	margin: 0 0 5px 5px;
}
.epp-properties ul li:first-child {
	margin-left: 0px;
}
.epp-properties ul li a {
	display: inline-block;
	zoom: 1;
*display: inline;
	height: 45px;
	width: 250px;
	background: url('/branding/1030/images/sites-sprite2014.jpg') no-repeat;
}

.epp-properties li.pc a {
	background-position: 0px 2px;
	width: 154px;
}
.epp-properties li.mn a {
	background-position: 0px -234px;
	width: 154px;
}
.epp-properties li.js a {
	background-position: 0px -379px;
	width: 154px;
}
.epp-properties li.og a {
	background-position: 0px -430px;
	width: 154px;
}
.epp-properties li.bi a {
	background-position: 0px -285px;
	width: 154px;
}
.epp-properties li.ssn a {
	background-position: 0px -187px;
	width: 154px;
}
.epp-properties li.gt a  {
	background-position: 0px -140px;
	width: 154px;
}
.epp-properties li.wt a {
	background-position: 0px -92px;
	width: 154px;
}
.epp-properties li.io a {
	background-position: 0px -48px;
	width: 154px
}
.epp-properties li.kn a {
	background-position: 0px -342px;
	width: 154px
}

.epp-properties li.ap-pc a {
	background-position: 0px 2px;
	width: 154px;
}
.epp-properties li.ap-mn a {
	background-position: 0px -234px;
	width: 154px;
}
.epp-properties li.ap-js a {
	background-position: 0px -379px;
	width: 154px;
}
.epp-properties li.ap-og a {
	background-position: 0px -430px;
	width: 154px;
}
.epp-properties li.ap-bi a {
	background-position: 0px -285px;
	width: 154px;
}
.epp-properties li.ap-ssn a {
	background-position: 0px -187px;
	width: 154px;
}
.epp-properties li.ap-gt a {
	background-position: 0px -140px;
	width: 154px;
}
.epp-properties li.ap-wt a {
	background-position: 0px -92px;
	width: 154px;
}
.epp-properties li.ap-io a {
	background-position: 0px -48px;
	width: 154px
}
.epp-properties li.ap-kn a {
	background-position: 0px -342px;
	width: 154px
}

/* weather widget */
#weather-box {
	width: 250px;
	background: #ffffff no-repeat 0 -2px;
	height: 80px;
	border: 5px solid #ffffff;
	position: relative;
}
#weather-box .current-temp {
	position: absolute;
	left: 55px;
	font-size: 28px;
	top: 2px;
	color: #666
}
#weather-box .current-temp span {
	font-size: 14px;
	vertical-align: top;
	position: relative;
	left: -8px;
	top: -2px;
}
#weather-box .conditions {
	text-align: right;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	color: #333;
	list-style: none;
}
#weather-box .conditions li {
	padding: 0 0 3px 0;
	font-size: 12px;
}
#weather-box .conditions li span.high,  #weather-box .conditions li span.low {
	font-size: 10px
}
#weather-box .conditions li span.high span,  #weather-box .conditions li span.low span {
	font-size: 8px;
	vertical-align: top;
	position: relative;
	left: -2px;
	top: -1px;
}
#weather-box .forecast {
	margin-top: 50px;
	display: block;
	font-size: 0;
	text-align: center;
}
#weather-box .forecast li {
	font-size: 10px;
	padding: 0 5px;
	border-left: 1px solid #aaa;
	display: inline-block;
*zoom: 1;
*display: inline;
}
#weather-box .forecast li:first-child {
	padding-left: 0;
	border: none;
}
#weather-box .forecast li.hurricane a {
	color: green;
}
/* Module Styles for Ad Pay Wizard*/
				/*.package-container:hover {border:3px solid #4a5c65;}*/
.ap-package {
	font-weight: bold;
	font-family: serif;
	font-size: 26px;
	line-height: 34px;
	border-bottom: solid 1px gray;
}
.package-block {
}
.ap-icon {
	background-image: url('/branding/1030/images/lcc-iconsv2.png');
	float: right;
	width: 90px;
	height: 50px;
}
.ap-best {
}
.ap-better {
}
.ap-good {
}
/*package logos area*/
.package-site-logo {
	height: 36px;
	margin: 20px 0 10px 0;
	background: url('/branding/1030/images/LCClassifiedsLogo_02.png') no-repeat 0 0;
}
/*.pandc-logo { background: url('/branding/1030/images/post-and-courier-250x36.png') no-repeat 6px 0;}
				.moultrie-logo { background: url('/branding/1030/images/moultrie-news-250x36.png') no-repeat 50px 0;}
				.kingstree-logo { background: url('/branding/1030/images/kings-tree-250x36.png') no-repeat 60px 0;}
				.georgetown-logo { background: url('/branding/1030/images/georgetown-250x36.png') no-repeat 0 0;}
				.journal-scene-logo { background: url('/branding/1030/images/summerville-communications-250x36.png') no-repeat 45px 0;}
				.aik-logo { background: url('/branding/1030/images/aiken-250x36.png') no-repeat 0 0;}
				.sals-logo { background: url('/branding/1030/images/salisbury-250x36.png') no-repeat 0 0;}*/


.package-check-box {
}
.price-text {
	height: 30px;
	width: 100px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	float: right;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pandc-auto .price-text {
	background-color: #16a9c2;
}
.pandc-garage-sales .price-text {
	background-color: #7d1e81;
}
.pandc-merchandise .price-text {
	background-color: #0c6895;
}
.pandc-pets .price-text {
	background-color: #ea421a;
}
.pandc-real-estate-sale .price-text {
	background-color: #7595a2;
}
.pandc-real-estate-rent .price-text {
	background-color: #7595a2;
}
/*package features list*/
.package-feature-list {
	height: 280px;
}
.package-feature-list li {
}
/* category packages overrides*/
/*auto*/
.pandc-auto .ap-icon {
}
#auto-pandc-best, #auto-pandc-better, #auto-pandc-good {
	color: #16a9c2;
}
.pandc-auto .ap-icon {
}
.pandc-auto {
	background: #cbe8ec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cbe8ec 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe8ec), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cbe8ec 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cbe8ec 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cbe8ec 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cbe8ec 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe8ec', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#garage-sales-pandc-best, #garage-sales-pandc-better, #garage-sales-pandc-good {
	color: #7d1e81;
}
.pandc-garage-sales .ap-icon {
	background-position: 180px 50px;
}
.pandc-garage-sales {
	background: #e1c6dc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e1c6dc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1c6dc), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1c6dc 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1c6dc 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1c6dc 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1c6dc 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c6dc', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#merchandise-pandc-best, #merchandise-pandc-better, #merchandise-pandc-good {
	color: #0c6895;
}
.pandc-merchandise .ap-icon {
	background-position: 180px 100px;
}
.pandc-merchandise {
	background: #c9e1e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c9e1e8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9e1e8), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9e1e8 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9e1e8 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c9e1e8 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c9e1e8 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e1e8', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#pets-pandc-best, #pets-pandc-better, #pets-pandc-good {
	color: #ea421a;
}
.pandc-pets .ap-icon {
	background-position: 100px 0px;
}
.pandc-pets {
	background: #fcd0ac; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcd0ac 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd0ac), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcd0ac 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcd0ac 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcd0ac 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcd0ac 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd0ac', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#real-estate-sale-pandc-best, #real-estate-sale-pandc-better, #real-estate-sale-pandc-good {
	color: #7595a2;
}
.pandc-real-estate-sale .ap-icon {
	background-position: 0px -50px;
}
.pandc-real-estate-sale {
	background: #dce6ea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dce6ea), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dce6ea 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce6ea', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#real-estate-rent-pandc-best, #real-estate-rent-pandc-better, #real-estate-rent-pandc-good {
	color: #7595a2;
}
.pandc-real-estate-rent .ap-icon {
	background-position: 0px -50px;
}
.pandc-real-estate-rent {
	background: #dce6ea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2VlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dce6ea), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dce6ea 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dce6ea 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce6ea', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
/* overrides background and width and height limits */

#dlPackages td {
	vertical-align: top;
}
/* removes the wizard step graphic that shows "1" "2" or "3"  Added by Adpay */
.stepImg {
	display: none;
}
/* removes the wizard top button graphics for Next and Previous  Added by Adpay */

/*.topLeftNavButton {
display:none;
}*/
/*.topRightNavButton {
display:none;
}*/
/*#divNextMiddle2 {
	display: none;
}*/

/* removes the cart graphic  Added by Adpay */
#AdSummaryStep2_imgCart {
	display: none;
}
#AdSummaryStep1_imgCart {
	display: none;
}
#AdSummaryStep3_imgCart {
	display: none;
}
/*removes the online preview graphic  Added by Adpay*/
#upsell .icon {
	display: block;
}
/*AdEntry Style Adjustments */
.AdEntryLabelTop {
font-size: 16px;
color: #007f43;
/*padding-top: 15px;*/
}

#aLogin, #lbRegister, #lbDashboard, #lbLogout {
background: #00066c;
padding: 3px 8px 8px 8px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-ms-bottom-right-radius: 5px;
-ms-bottom-left-radius: 5px;
-o-bottom-right-radius: 5px;
-o-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
font-size: 14px;
font-weight: bold;
display: block;
text-decoration: none;
color: #ffffff;
}

#aLogin:hover, #lbRegister:hover, #lbDashboard:hover, #lbLogout:hover  {
	background: #116e2c;
		background: #00066c\9;
		color: #ffffff;
}
#step, #step .left, #step .right {
	background: none;
}

span#AdSummaryStep1_lblNumberOfAds {
	font-size: 16px;
	line-height: normal;
}
.RadListBox_Default .rlbGroup .rlbSelected {
	background: #96caed;
	font-weight: bold;
}
#button #divNextLeft, #button #divNextMiddle, #button #divNextRight,  #button #divNextLeft2, #button #divNextMiddle2, #button #divNextRight2,  #button #divPrevLeft, #button #divPrevMiddle, #button #divPrevRight,  #button #divPrevLeft2, #button #divPrevMiddle2, #button #divPrevRight2 {
	background: none;
}
a#lbNext, a#lbNext2, a#lbPrev, a#lbPrev2 {
	background: #00066c;
	border-radius: 8px;
	display: block;
	padding: 8px;
}
a#lbNext:hover, a#lbPrev:hover, a#lbNext2:hover, a#lbPrev2:hover {
	background: #116e2c;
}
/*.ui-widget-header {display:none;}*/
.ui-widget-header {
	background-color: #116e2c;
	background-image: none;
}
#lblStep1PopupMessage {
	line-height: normal;
}
#dialogLogin {
	font-size: 12px;
}
.ui-dialog {
	border: solid 6px #116e2c;
}
/*Register Form Adjustments*/
#TableContent td.ContentHeaderLeft, #TableContent td.ContentHeader, #TableContent td.ContentHeaderRight {
	background: none;
}
#TableContent .SubHeaderText {
	background: #96caed;
	border-bottom: solid 10px #ffffff;
	padding: 8px;
}
.RequiredField {
	background: #ebf1fb;
}
#TableContent {
	margin: 0 auto;
	width: 90%;
}
#TableContent td.ContentHeader {
	font-size: 24px;
}
#save, #cancel {
	font-size: 14px;
}
.CustomFieldLabel {
	font-size: 16px;
	color: #007f43;
}
/* upsell Sidebar Box Modified by Adpay to alter appearance*/
/*#upsell {
	width: 750px;
	margin: 20px 0 0 0;
}*/
#upsell .main .top-left, #upsell .main .top-right {
	background: none;
}
#upsell .main .bottom-left, #upsell .main .bottom-right {
	background: none;
}
#printupsell {
	width: 750px;
	margin: 10px 0 0 0;
}
#printupsell .main .top-left, #printupsell .main .top-right {
	background: none;
}
#printupsell .main .bottom-left, #printupsell .main .bottom-right {
	background: none;
}

#printupsell .main .mid .left-side {
	border: 1px solid #a9a9a9;
}


/* New Entries */

#brand a {display: block;
	height: 170px;
	background-image:url('/branding/1030/images/blank-header3.png');
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;}

#brand  {
	display: block;
	height: 170px;
	background-image:url('/branding/1030/images/blank-header3.png');
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border:1px solid #007f43;
}

#brand a span {
	visibility: none;
	display: none;
}

#nav {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#nav ul {
	text-align: center;
	background: #00066C;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul li {
	border-left: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
}
#nav ul li:first-child {
	border: 0px;
}
#nav ul li a {
	font-size: 16px;
	color: #ffffff !important;
	display: block;
	padding: 5px 3px;
	font-weight: bold;
	text-transform: capitalize;
	background: #00066C;
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
#nav ul li:first-child a {
	padding-right: 5px;
	-moz-padding-start: 5px;
	-moz-padding-end: 5px;
}
#nav ul li:last-child a {
	padding-left: 5px;
	-moz-padding-start: 5px;
	-moz-padding-end: 5px;
}
#nav ul li a:hover {
	text-decoration:none;
	background: #007f43;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;
	border-radius: 3px;
}
#nav ul li a:visited {
	color: #ffffff;
}
#header {
	text-align: center;
}
#leaderboard-top, #leaderboard-bottom {
	height: 90px;
	width: 1000px;
	margin: 0 auto;
}

.TableMain {
    background-color: #FFFFFF;
}

.main .mid .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 0 none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff')!important;
	width: 976px;
}

.main .mid .left-side {
    border-left: 0 none;
}

.main .top-left, .main .top-right {
    background: none repeat scroll 0 0 transparent;
    height: 0;
    margin-bottom: 0;
}

.main .top-right {
    margin-left: 0;
    margin-top: 0;
}

.main .bottom-left, .main .bottom-right {
    background: none repeat scroll 0 0 transparent;
    height: 0;
}

.main .bottom-right {
    background-position: 0 center;
    margin-left: 0;
    margin-top: 0;
}

#cartbox .main .mid .content {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-right: 0 none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff')!important;
}

#cartbox .main .mid .left-side {
    border-left: 0 none;
}

#cartbox .main .top-left, #cartbox .main .top-right {
    background: none repeat scroll 0 0 transparent;
    height: 0;
    margin-bottom: 0;
}

#cartbox .main .top-right {
    margin-left: 0;
    margin-top: 0;
}

#cartbox .main .bottom-left, #cartbox .main .bottom-right {
    background: none repeat scroll 0 0 transparent;
    height: 0;
}

#cartbox .main .bottom-right {
    background-position: 0 center;
    margin-left: 0;
    margin-top: 0;
}

.TableContent, .TableBody {
background: #ffffff;
width: 1000px;}

#TableBody {
width: 1000px;
background-color: #ffffff;
border: 1px solid #007f43;
border-top: 0px;
-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-ms-border-radius: 0px 0px 10px 10px;
-o-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
padding-bottom:20px;
min-height: 850px;
height: 1800px\9;
border: 1px solid #007f43\9;}

#valSumStep1, #valSumStep2, #valSumStep3 {
text-align: left;
word-wrap: normal;
width: 515px;
padding: 20px 0px 0px 30px;
left: 221px;
top: -70px;
background-color: #bf1e2e;
border: 4px solid #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

#valSumStep2 {top: -190px}

.error {
display: block;
position: absolute;
font-size: 12px;
width: auto;
padding: 10px;
margin: 0;
z-index: 100;
}

.error h3 {
font-size: 18px;
font-weight: bold;
color: #ffffff;}

.error ul {
font-size: 14px;
color: #ffffff;
list-style-type: square;
list-style-position: inside;
}

.error ul:first-child {display: none;}

.rightside {
top: -19px;
right: 50px;
/* position: absolute; */
padding-top: 8px;
display: block;
z-index: 101;
}

.login {
padding-left: 8px;
font-size: 1.2em;
float: left;
padding-top: 9px;}

.apstepcolor {font-size:18px; font-weight:bold; color:#bf1e2e;}
.apstepstart {font-weight: bold; color:#000;}

#step {width: auto; height: auto;}
#checkap {height: 15px; width: 15px;}

span#lblStepTitle {
font-size: 16px;
font-weight: bold;
color: #007f43;
left: 10px;
top: 5px;
top: 10px\9;
position: absolute;
}

.main {
padding: 0px; margin: 0px;
}

#sidebar-ap {
right: 10px;
width: 245px;
-webkit-box-sizing: border-box;
-ms-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
text-align: left;
position: absolute;
/*top: 30%;*/
}

.loginStatusHeader {
font-size: 12px;
position: absolute;
top: -160px;
right: -42px;
font-size: 11px;
color: #ffffff;
width: auto;
margin-right: 0px;
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom:0px;
}

#cartbox {
border: 1px solid #007f43;
width: 245px;
right: 9px;
top: 40px;
overflow: hidden;
clear: both;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-ms-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 10px solid #00066c;
border-top: 10px solid #00066c;
font-size: 14px;
}

#cartbox .main .mid .content {
width: 235px;
background: none repeat scroll 0 0 #FFFFFF !important;
border-right: 0 none;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff')!important;
}

#cartbox .main .content {
padding: 10px 10px;
}

#divPrevMiddle2 {
position: absolute;
min-width: 80px;
z-index: 3;
/*right: -271px;*/
}

div#pnl1 {
width: 730px;
min-height: 820px;
margin-left: -5px;
}

div#rap1Panel {
width: 700px;
}

/*#TableNavRight {
position: relative;
display: block;
top: 305px;
}*/

#TableNavRight {
margin-right: -1px;
/*right: 448px;*/
position: absolute;
display: block;
top: 650px;
z-index:4;
}

.invisible {display:none;}

tr, th, td {vertical-align: top;}

#Header1_LoginStatus1_pnlLoggedIn {
float: right;
font-size: 12px;
width: auto;
text-align: left;
display: block;
height: 30px;
padding-top: 3px;
-webkit-box-sizing: border-box;
-ms-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
right: 462px;
top: 115px;
color: #ffffff;
overflow: hidden;
}
#Header1_LoginStatus1_pnlLoggedIn a {color: #ffffff; font-weight:bold;}
#Header1_LoginStatus1_pnlLoggedIn a:hover {color: #00066c; font-weight:bold;}
#Header1_LoginStatus1_pnlDashboard {display: none}

#TableContent {
margin: 0 auto;
width: 95%; text-align:left;}

#TableContent .SubHeaderText {
background: #007f43;
border-bottom: 0px;
padding: 8px;
font-size: 14px;
font-weight: bold;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

.SubContentHeader {
background-color: #007f43;
font-size: 14px;
font-weight: bold;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
width: 805px;
margin-left: 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
display:none}

.panelbarHeaderCollapsed {
FONT-SIZE: 14px;
COLOR: #000;
border-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
cursor: pointer;
cursor: hand;
background-color: #ffffff;
height: 32px;
padding-left: 0px;
padding-right:0px;
}

.panelbarHeaderExpand {
FONT-SIZE: 14px;
COLOR: #000;
border-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
cursor: pointer;
cursor: hand;
background-color: #ffffff;
height: 32px;
padding-left: 0px;
padding-right:0px;
}

#pagenav {
clear: both;
/*position: absolute;*/
margin: 0px;
padding: 0px;
height: 45px;
font-size: 16px;
line-height: 1.0;
font-weight: bold;
margin-left: -5px;
/*width: 730px;*/
z-index:3;
}

.AdEntryOuter {
padding: 0;
font-size: 16px;
line-height: 1.25;
}

#category_selection {
margin: 0px;
clear: both;
position: relative;
overflow: hidden;
height: 280px;
width: 730px;
top: 90px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 10px;
border-bottom: 1px solid #007f43;
}

.CategoriesExtended {
margin-top: 0px;
left: 285px;
top: -262px;
display: block;
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

.RadListBox_Default .rlbGroup {
border: 0px !important;
overflow: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}

div#rlb1, div#rlb2, div#rlb3 {
padding: 5px;
margin-top: 5px;
line-height:1.5;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}

div#rlb1 {
/* display: none; */
padding-left: 5px;
/* margin-left: 5px; */
width: 184px!important;
height: 240px;
border: 1px solid #00066c;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-bottom: 10px solid #007f43;
border-top: 10px solid #007f43;
}

div#rlb2 {
border: 1px solid #007f43;
padding-left: 5px;
margin-left: 12px;
height: 240px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-bottom: 10px solid #00066c;
border-top: 10px solid #00066c;
}

div#rlb2 li{
font-size: 22px;
}

div#rlb3 {
border: 1px solid #007f43;
padding-left: 5px;
/* max-height: 250px; */
overflow-y: scroll;
overflow-x: hidden;
left: 175px;
margin-top: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
/*-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;*/
width: 270px!important;
height: 240px;
border-bottom: 10px solid #00066c;
border-top: 10px solid #00066c;
}

div#rlb2::before { content:"Select Category"; color:#00066c; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size:18px; border-bottom: 1px solid #00066c;}
div#rlb3::before { content:"Select Sub-Category";  color:#00066c; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size:18px;border-bottom: 1px solid #00066c;}

/*div#pnlClone1 {
top: 384px;
position: absolute;
left: 15px;
font-size: 10px;
}*/

div#pnlClone1 {
top: 24px;
left: 741px;
position: absolute;
font-size: 9px;
text-align: center;
}

div#pnlClone1 a {color: #007f43; text-decoration:none; font-weight:bold;}
div#pnlClone1 a:hover {color: #00066c; text-decoration:none; font-weight:bold;}

.rlbGroup {
height: auto;
overflow: auto;
width: auto;
}

.RadListBox_Default .rlbText, .RadListBox_Default .rlbItem, .RadListBox_Default .rlbButtonText, .RadListBox_Default .rlbEmptyMessage {
FONT-SIZE: 16px;
COLOR: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;}

.rlbItem {
border-bottom: 0px dotted gray !important;
color: green
}

div#pnlPackages {
width: 710px;
height: auto;
overflow: hidden;
margin-top: 45px;
margin-left: 10px;
}

.ui-dialog {
border: double 4px #007f43;
}

.ui-widget-header {
background-color: #007f43;
background-image: none;
color: #ffffff;
}

#dlPackages {
margin: 0 auto;
margin-top: 80px;
}

span#lblStep1Message {
top: 90px;
margin-left: 10px;
position: absolute;
font-size: 24px;
color: #00066c;
font-weight: bold;
display: block;
width: 700px;
}

a#lbNext {
background-color: #007f43;
margin-left: 623px;
/*width: 200px;*/
text-align: center;
margin-top: -35px;
}

a#lbNext2 {
/* margin-top: 50px; */
margin-left: 610px;
background-color:#007f43;
}

a#lbNext:hover {
background-color:#00066c;
}

a#lbNext2:hover {
background-color:#00066c;
}

a#lbPrev {
background-color:#007f43;
/*margin-left: 35px;*/
}

a#lbPrev2 {
background-color:#007f43;
}

a#lbPrev:hover {
background-color:#00066c;
}

a#lbPrev2:hover {
background-color:#00066c;
}

div#pnlClone2 {
top: 362px;
position: absolute;
left: 15px;
font-size: 10px;
}

div#pnlClone2 a {color: #007f43; text-decoration:none; font-weight:bold;}
div#pnlClone2 a:hover {color: #00066c; text-decoration:none; font-weight:bold;}

#inside .main .top-left, #inside .main .top-right {
background: none;
height: 0;
font-size: 0px;
margin-bottom: 0;
}
#inside .main .top-right {
 margin-top: 0px; 
 margin-left: 0px; 
}

#inside .main .bottom-left, #inside .main .bottom-right {
background: none;
height: 0;
font-size: 0;
}

#inside .main .mid .content {
background-color: #ffffff;
background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(100% 100% 90deg,#ffffff, #ffffff);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff') !important;
border-right: 0px;
}

#inside .main .mid .left-side {
border-left: 0px;
}

#insideright #cartbox .main .mid .content {
background-color: #ffffff;
background: -webkit-gradient( none);
background: -moz-linear-gradient(none);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff') !important;
border-right: 1px solid #a9a9a9;
}

#inside .main .content {padding: 0; margin: 0px;}

#upsell .main .mid {
position: absolute;
zoom: 1;
left: 278px;
}

#insideright #cartbox {
position: relative;
top: -130px;
right: 5px;
padding: 5px;
z-index: 2;
line-height: 1;
}

#insideright #cartbox .main .top-left, #insideright #cartbox .main .top-right {
 background: none; 
 height: 0; 
 font-size: 0px; 
 margin-bottom: 0; 
}

#insideright #cartbox .main .top-right {
 margin-top: 0px; 
 margin-left: 0px; 
}

#insideright #cartbox .main .content {
padding: 0px;
}

#insideright #cartbox .main .bottom-right {
margin-top: 0px;
margin-left: 0px;
background: none;
}
#insideright #cartbox .main .bottom-left, #insideright #cartbox .main .bottom-right {
background:none;
height: 0px;
font-size: 0px;
}

#insideright #cartbox .main .mid .content {
background-color: #ffffff;
background: -webkit-gradient( none);
background: -moz-linear-gradient(none);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff') !important;
border-right: 0px;
}

#insideright #cartbox .main .mid .left-side {
border-left: 0px;
}

#inside {
position: relative;
margin: 0 auto;
clear: both;
padding-top: 105px;
padding-top: 50px\9;
right: 395px\9;
}

#pnlZip SPAN {height: 28px; height: 28px\9;}

.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
zoom: 1;
text-align: left;
line-height: 1.5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.AdEntryPackage {
	height: 400px;     
	width: 700px;   
	overflow: hidden;
	margin: 5px;
	padding: 0;
	background: none;
	border: 1px solid #ffffff;  
	background-image: none;  
}
/* .AdEntryPackage:hover {border:3px solid #4a5c65;} Removed by Adpay */
/* .AdEntryPackageSelected { border: 3px solid #4a5c65 !important;} Removed by Adpay */

.AdEntryPackageSelected {  
	border: 1px dotted #ffffff;
	background-color: #fff;
}
.AdEntryPackage:hover {  
	border: 1px solid #ffffff;
	background-color: #fff;
}
.AdEntryPackage ul {
	margin-left: 0 !important;
	height: 300px;
}
.package-container {
	padding: 1px; /* Was 1px */
	list-style: inside;
	float: left;
}
.package-feature-list {
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 12px;
}
.package-container {
	width: auto;
}

#photobox .main .content {width: 667px;}

.topPageNav {
position: absolute;
top: 36px;
display: block;
}

/*.PageMessage {
color: red;
display: block;
margin: 10px 0 0 0;
font-weight: bold;
font-size: 1.4em;
background: #ffffff;
position: absolute;
top: -16px;
left: 0;
width: 730px;
height: 30px;
z-index: 3;
text-align: center;
}*/

.PageMessage {
color: red;
display: block;
margin: 10px 0 0 0;
font-weight: bold;
font-size: 1.4em;
background: #ffffff;
position: absolute;
top: -113px;
left: -1px;
width: 986px;
height: auto;
z-index: 3;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

div#inst2 {
position: absolute;
top: 113px;
left: 403px;
z-index: 3;
font-size: 12px;
}

div#inst2 a {
color: #00066c;
text-decoration:none;
}

div#inst2 a:hover {
color: #007f43;
text-decoration:none;
}

div#inst3 {
position: absolute;
top: 110px;
left: 382px;
z-index: 3;
font-size: 12px;
}

div#inst3 a {
color: #00066c;
color: #1BD925\9;
text-decoration:none;
}

div#inst3 a:hover {
color: #007f43;
color: red\9;
text-decoration:none;
}

#onlinePreview1 img {
width: 25px;
height: 25px;
padding-top: 3px;
}

span#lblPhotoInstructionsLink {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #00066c;
background: none;
}

span#lblPhotoInstructionsLink:hover {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #007f43;
background: none;
}

div#pnlPhotos {
margin-top: 10px;
margin-bottom: 0px;
margin-left: -5px;
border: 1px solid #007f43;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
/*width: 987px;*/
width: 733px;
padding-bottom: 20px;
padding-left: 10px;
overflow: hidden;
background-color: #f9f9f9;
}

div#save.topnavbutton {
top: 9px;
left: 298px;
position: absolute;
width: 150px;
font-size: 14px;
}

div#cancel.topnavbutton {
top: 70px;
left: 590px;
position: absolute;
width: 150px;
font-size: 12px;
/* color: #ffffff; */
}

#save a, #cancel a {
text-decoration: none;
color: #007f43;
}

#upsell .main .mid .content {
background-color: #ffffff;
background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ffffff), to(#ffffff));
background: -moz-linear-gradient(none);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')!important;
border-right: 0px;
width: 245px;
/*height: 302px;*/
height: auto;
left: 203px;
top: -345px;
/* left: -532px\9; */
/* top: 198px\9; */
position: absolute;
z-index: 4;
display: block;
border: 1px solid #007f43;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
padding-top: 0px;
font-size: 13px;
background: #f9f9f9;
/* border-top: 10px solid #00066c; */
/* border-bottom: 10px solid #00066c; */
}

a#aMap {
color: #007f43;
}

a#aMap:hover {
color: #00066c;
}

a#lbOnlinePreview {
color: #007f43;
}

a#lbOnlinePreview:hover {
color: #00066c;
}

#upsell h3 {
padding-top: 10px;
font-size: 1.2em;
font-weight: bold;
clear: left;
color: #007f43;
}

span#lblMapPrice, span#lblFeaturedPrice, span#lblTopAdsPrice {
color: #007f43;
font-weight: bold;
}

.Default.RadEditor, .Default.RadEditor .reModule, .Default.RadEditor .reEditorModes, .Default.RadEditor .reWrapper {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

.Default.reWrapper, .Default.RadEditor .reContentCell, .Default.reColorPicker, .Default.reInsertTable, .Default.reDropDownBody, .Default.reCustomLinks a:hover {
border: 1px solid #007f43;
background: #f9f9f9;
}

a#aChangeStartDate {
font-size: 13px;
font-weight: bold;
color: #00066c;
width: 217px;
display: block;
}

a#aChangeStartDate:hover {
font-size: 13px;
font-weight: bold;
color: #007f43;
}

a#aChangeStartDate::after {
content: ' the start date.';
}

.PhotoUploadUploadContainer {
padding: 15px 0 0 0;
background: #f9f9f9;
}

div#pnlPhotoDisplay {
background-color: #f9f9f9;
}

span#lblMessage2 {
position: absolute;
font-size: 30px;
font-weight: bold;
top: 100px;
top: -10px\9;
color: #00066c;
left: -400px\9;
}

.DescriptionInstructions {
margin-top: 5px;
font-style: italic;
font-size: 12px;
margin-bottom: 10px;
margin-left: 5px;
}

#descriptionInstructionsBottom {
display: none;
}

table.CustomFieldTable {	
/*margin-left: 179px;*/
}

#divOnlinePreviewWrapper {
border: 1px solid #999;
width: 473px;
background-color: gainsboro;
margin-left: 122px;
margin-bottom: 30px;
margin-top: 10px;
}

#pnlStartDate {
clear: left;
margin-bottom: 10px;
}

#printupsell .main .mid .left-side {
border: 0px!important;
}

#upsell td {
text-align: left;
vertical-align: top;
padding: 1px 0px 1px 0px;
}

div#pnl3All {
padding: 5px;
margin-top: 5px;
}

span#lblNavText {
position: absolute;
font-size: 26px;
color: #00066c;
top: 110px;
right: 181px;
width: 330px;
}

textarea#txtPrintAdText {
max-width: 446px;
max-height: 150px;
color: #00066c;
}

.PrintContainerNoBorder {
border: 1px solid gainsboro;
width: 225px;
padding: 5px;
background-color: white;
overflow: hidden;
}

span#ap-step3 {
font-size: 30px;
font-weight: bold;
color: #00066c;
position: absolute;
top: -55px;
left: 0px;
}

#lblPrintPreviewMessage {
display: block;
padding-bottom: 5px;
width: 245px;
font-size: 16px;
font-weight: bold;
text-align: left;
margin: 0;
margin-top: -22px;
color: #007f43;
}

span#lblPrintTextCounter {
font-size: 13px;
}

.LoginStatus {
font-size: 12px;
text-align: right;
display: block;
position: absolute;
font-weight: bold;
color: #00066c;
top: 304px;
right: 471px;
text-align: center;
}

div#pnl2 #insideright {
width: 240px;
}

div#pnl3 #insideright {
top: -12px;
right: -1px;
}

div#pnl3 #inside {margin-left: 25px\9; margin-top: 10px\9;}

#buttonPrint {
position: absolute;
/* float: left; */
margin: 0;
height: auto;
/* width: auto; */
right: -222px;
top: 212px;
font-size: 16px;
line-height: 1;
font-weight: bold;
}

div.PrintAdPreviewCanvas {
min-height: 200px;
}

div#pnl3 .UpsellDisplay {
width: 212px;
min-height: 150px;
float: left;
padding: 10px;
border: 1px solid #007f43;
border-top: 10px solid #00066c;
border-bottom: 10px solid #00066c;
margin-left: 13px;
font-size: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

div#pnl3 .SubContentHeader {
display: block;
width: 700px;
margin-left: 0px;
background: none;
margin-top: 20px;
}

div#pnl3 #rap2Panel {
width: 714px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border:1px solid #007f43;
border-top: 10px solid #00066c;
border-bottom: 10px solid #00066c;*/
padding: 10px 30px 10px 10px;
font-size: 13px;
}

span#lblPrintIconsTitle {
color: #00066c;
padding-bottom: 6px;
/* margin-bottom: 70px; */
}

div#divPrintIcon {
display: inline-block;
margin-top: -4px;
height: auto;
/* display: block; */
width: 165px;
margin-left: 22px;
text-align: center;
}

input#btnShowPrintIcons {
top: 96px!important;
right: 124px!important;
position: absolute;
background: #ffffff;
border: 0;
color: #007f43;
float: left;
}

span#lblPrintIconsDescription {
color: #ffffff;
font-size: 1px;
height:1px;
}

td.printicon {
padding: 5px;
}

.RequiredIndicator {
color: #C00;
font-weight: bold;
margin-right: 2px;
font-size: 25px;
}

div#pnl3 input#rdpPrintAdStartDate_dateInput {
width: 200px;
height: 30px;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
color:#00066c;
}

div.PrintPhotos {
max-width: 690px;
background-color: #f9f9f9;
font-size: 12px;
margin-left: 10px;
}

div#pnl3 .RadPicker_Default .rcCalPopup {
background-position: 0 0;
margin-bottom: 18px;
}

input#btnRemoveAllPhotos {
border: 0;
padding: 2px 3px!important;
background: none!important;
}

#lblPrintAdTextWordInstructions {display: none;}

span#lblMessage {
background: none;
}

span#lblHeaderCheckout {
top: 167px;
display: block;
position: absolute;
}

span#lblAdReady {
display: block;
color: #007f43;
margin-bottom: 20px;
}

span#lblCheckoutInstructions {
position: absolute;
top: 100px;
z-index: 4;
}

span#lblHeaderCheckout {
top: 136px;
display: block;
width: 900px;
font-size: 18px;
text-align: justify;
color: #007f43;
}

#divOnlineTextPreview {word-wrap: break-word;}

.summaryBottomPageNav {
left: 410px;
left: 300px\9;
bottom: 0px;
bottom: -300px\9;
}

#AdSummaryRight {width: 35%\9; margin-right: 15px\9}

#pnlvalid #inside {margin-left: 5px\9;}

.checkout #inside {right: 0px\9; top: 120px\9}

#onlinePreview1 {
/*display: none;*/
/*visibility: hidden;*/
/*height: 0px;*/
}

h2#onlinePreview2 {
padding-top: 3px;
/*display: none;*/
/*height: 0px;*/
/*font-size: 0px;*/
}

/*.bottomePageNav {
top: 789px;
left: 100px;
display: none;
}*/

/*.bottomRightNavButton {
bottom: -500px;
right: -85px;
}*/

#pnlValid .bottomePageNav #cancel {
display: none;
}

#pnlValid .bottomePageNav #save {
display: none;
}

#pnlValid .bottomRightNavButton {
display: none\9;
}

#pnlValid .bottomLeftNavButton {
display: none\9;
}

#pnlOnlineTextPreview {
display: none;
}

#spnPrintPreviewText {
font-family: "Times New Roman",Georgia,Serif;
word-wrap:break-word;
}

.bottomePageNav {
top: 70px;
}

#descriptionInstructionsTop {
width: 710px;
font-size: 16px;
font-style: normal;
text-align: justify;
}

img#imgPrintPreviewImage1 {
position: relative;
margin-left: auto!important;
margin-right: auto!important;
}

span#AdSummaryStep1_lblNumberOfAds, span#AdSummaryStep2_lblNumberOfAds, span#AdSummaryStep3_lblNumberOfAds {
display: none;
}

div.AdEntry.checkout {padding-top: 40px;}

span#spnPrintTextPriceMessage {
font-size: 11px;
border-left: 1px solid #d1d1d1;
display: block;
padding-left: 2px;
text-align: left;
line-height: 1.5;
font-weight: bold;
padding-top: 3px;
}

div#pnlPrintAdPreview {
margin-left: 422px;
}

div#pnlPrintAdText {
/* position: absolute; */
/* left: 254px; */
/* width: 440px; */
/* top: -18px; */
}

div#pnlPrintAdText {
margin-left: 60px;
width: 333px;
text-align: justify;
position: absolute;
top: -21px;
display: table-cell;
/* margin-top: -400px; */
}

textarea#txtPrintAdText {
width: 242px;
max-width: 232px;
color: blue;
font-family: "Times New Roman",Georgia,Serif;
font-size: 12px;
line-height: 1.95;
text-align: justify;
white-space: normal;
word-wrap: break-word;
padding: 9px;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid blue;
margin-left: 10px;
margin-bottom: 5px;
}

.PrintUpsellContainer {
width: 100%;
margin: 10px 0;
clear: both;
margin-top: 60px;
}

#buttonPrint {
position: absolute;
float: left;
margin: 0;
height: auto;
width: auto;
right: 116px;
top: 262px;
font-size: 16px;
line-height: 1;
font-weight: bold;
font-size: 12px;
}

.MaxTextExceededWarning {
color: red;
font-size: 12px;
padding: 5px;
background: #ffffff;
width: 245px;
position: absolute;
top: 321px;
border: 2px dashed red;
text-align: center;
}

.RadListBox_Default .rlbText, .RadListBox_Default .rlbItem, .RadListBox_Default .rlbButtonText, .RadListBox_Default .rlbEmptyMessage {
FONT-SIZE: 12px;}


/*@-moz-document url-prefix() { 
    #TableBody {
        height: 1200px
    }
}
@-moz-document url-prefix() { 
#upsell .main .mid .content {
left: -532px;
top: 198px;
	}
}*/