/* ----- BLUEPRINT RESET ----- */
thead th {background-color: #eee;}

.error a,
.notice a,
.info a,
.success a {
	text-decoration: underline;
}

/* ----- GENERAL ----- */
body {
	font-size: 87.5%;
}
h1,h2,h3,h4 {
	line-height: 125%;
}
h1 {
	font-size: 2em;
}
h3 {
/*	margin: 10px 0 4px 0;*/  /*Removed because it makes the search results look funky.  I know this is used somewhere else, just not sure where */
}
a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
small,
nav small a {
	font-size: 11px;
}
label {
	display: block;
}
input[type=tel],
input[type=email],
input[type=number],
input[type=text],
input[type=password],
input[type=url],
select,
textarea {
	border: 1px solid #DDD;
	background: #F8F8F8;
	font-size: 114.25%;
	margin: 0;
	padding: 5px;
}
textarea {
	height: 120px;
}
input[type=submit],
button {
	font-size: 114.25%;
	padding: 5px;
}
input[type=checkbox] {
	margin: 0.5em 0;
}
.checkbox label {
	display: inline;
	margin-left: 6px;
}
.input {
	margin-bottom: 10px;
}
#product-add .submit,
#enhancements-manage .submit,
#enhancements-purchase .submit {
	text-align:center;background:#FFEC8B;padding:12px 0;
}



.tooltip {
	background: #FFF;
	border: 1px solid #000;
	display: none;
	padding: 8px;
	width: 300px;
	z-index: 999;
	box-shadow: 1px 1px 10px #000;
}
	.tooltip h4 {
		margin-bottom: 8px;
	}
	.tooltip ul {
		margin-top: 8px;
	}
/* used on the /enhancements/manage page */
.simpletip {
	background: #ffffff;
	border: 1px solid #000;
	box-shadow: 1px 1px 10px #000;
	color: #303030;
	padding: 4px;
	position: absolute;
	z-index: 100;
}
	.simpletip h4 {
		font-size: 20px;
		background: #cdcdcd;
		border-bottom: 1px solid #000;
		margin: -4px -4px 10px -4px;
		padding: 12px;
	}
.checks {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}
	.checks li {
		background:url(/img/icons/check-32x32.png) 0 10px no-repeat;
		border-bottom: 1px solid #eee;
		min-height:30px;
		padding: 16px 0 6px 50px;
	}
blockquote {
	background: #F4F4F4;
	border: 2px solid #eee;
	font-family:'Courier New', Courier, monospace;
	margin: 0;
	padding: 0;
}
blockquote:before {
	content: '"';
	font-size: 30px;
}
blockquote:after {
	content: '"';
	font-size: 30px;
}

.button,
button {
	background: #4479BA;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding: 0.5em 0.6em;
}
	.button:hover,
	.button:focus,
	button:hover,
	button:focus {
		background: #356094;
		border: solid 1px #2A4E77;
		color: #FFF;
		text-decoration: none;
	}

.small {
	margin-bottom: 0;
}

.alignleft {
	float:left;
	margin-right:20px;
	}
.alignright {
	float:right;
	margin-left:20px;
}


/* ----- TABLES ----- */
table {
	background-color: #fff;
	border-left:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
}
th,
td {
	background-color: #fff;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
.noBorder,
.noBorder th,
.noBorder td {
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}


/* -----  ZEBRA TABLES  -------------------- */
.zebra,
.zebra tr,
.zebra td,
.zebra th {
	border: 0;
}
	.zebra tr:nth-child(odd) td {
		background: #f7f7f7;
	}

/* ----- LISTS ----- */
.horiz {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
	.horiz li {
		float: left;
		margin: 0;
		padding: 0 0.5em;
	}
.more_info {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
	.more_info label,
	.more_info strong {
		display: block;
		float: left;
		margin-right: 8px;
	}
.new {
	background: url(/img/icons/new.jpg) no-repeat;
	float: left;
	height: 11px;
	margin: 3px 8px 0 0;
	width: 28px;
}
.question {
	vertical-align: middle;
}

/* ----- TOP BAR ----- */
#topbar {
	background-color: #080808;
	color: #EEE;
	font-size: 11px;
	text-transform: uppercase;
}
	#topbar ul {
		list-style: none;
		margin: 0 auto;
		padding: 8px 1em 6px;
		width: 960px;
	}
	#topbar li {
		border-left: 1px solid #333;
	}
		#topbar li:first-child {
			border-left: none;
		}
	#topbar a {
		color: #666;
		font-weight: bold;
		line-height: 140%;
		text-decoration: none;
		white-space: nowrap;
	}

/* ----- MIMIC BAR ----- */
#mimic-mode {
	background-color: #7EB804;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 8px;
}

/* ----- HEADER ----- */
.masthead {
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
	.masthead input[type=text] {
		background: url(/img/icons/search-icon.gif) no-repeat right #FFFFFF;
		display: none;
		float: left;
		margin: 15px 0 0 20px;
		padding: 4px;
		width: 180px;
	}
	.masthead a,
	.masthead a:visited {
		color: #000000;
	}
	.masthead a:hover {
		color: #0C61CF;
		text-decoration: underline;
	}
	.masthead .current {
		text-decoration: underline;
	}
#logo {
	height: 30px;
	margin: 20px 0 10px 0;
}
nav {
	float: right;
	margin-top: 18px;
	text-align: right;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	nav li {
		float: left;
		margin-left: 14px;
	}
	nav a,
	nav a:visited {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav a:hover {
		color: #0C61CF;
		text-decoration: underline;
	}

/* ----- SEARCH BAR ----- */
#search-bar {
	margin: 20px auto 0 auto;
	width: 728px;
}
	#search-bar input[type=text] {
		font-size: 144%;
		margin-top: 4px;
		width: 590px;
	}
	#search-bar button {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.09em;
		line-height: 18px;  /*  IE and FF have a hard time if this isn't set */
		padding: 8px 20px;
	}


/* ----- AUTOCOMPLETE OVERLOADS ----- */
/*.ui-widget-content {
	border: 1px solid #eee;
}*/
.ui-menu {
	border: 1px solid #C6C6C6;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
	.ui-menu .ui-menu-item,
	.ui-menu .ui-menu-item:hover {
		border: 0;
	}
	.ui-menu .ui-menu-item a {
		background-image: none;
		background: #fff;
		border: 0;
		text-transform: lowercase;
	}
	.ui-menu .ui-menu-item a:hover,
	.ui-menu .ui-menu-item:nth-child(even) a:hover {
		background: #eee;
	}
	.ui-menu .ui-menu-item a.ui-state-hover,
	.ui-menu .ui-menu-item a.ui-state-active {
		margin: 0;
	}
	.ui-menu .ui-menu-item:nth-child(even) a {
		background: #f7f7f7;
	}
.ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* ----- BLOCKS ----- */
.block {
	border: 1px solid #C6C6C6;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 12px 12px 0 12px;
	margin-bottom: 30px;
}
	.block h4 {
		background-image: -webkit-gradient(linear,lefttop,leftbottom,from(transparent),to(rgba(0, 0, 0, 0.1)));
		background-image: -webkit-linear-gradient(top,transparent,rgba(0, 0, 0, 0.1));
		background-image: -moz-linear-gradient(top,transparent,rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top,transparent,rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top,transparent,rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top,transparent,rgba(0, 0, 0, 0.1));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#19000000');
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: -12px -12px 12px -12px;
		padding: 8px;
		position: relative;
	}
	a.block-more {
		display:inline-block;
		margin-right:8px;
		background: #ddd;
		color:#aaa;
		font-size: 12px;
		padding:1px 6px;
		line-height: 19px;
		position: absolute;
		right:0;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	a.block-more:hover {color:inherit;}
	.block-footer {
		text-align: right;
	}
	.block ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.block li,
		#main #bbpress-forums li {
			border-bottom: 1px solid #eee;
			margin-bottom: 6px;
			padding-bottom: 6px;
		}
			.block li:last-child {
				border-bottom: 0;
			}
/*  This is used to target the main column so .block in it aren't boxed in. */
#main .block {
	border: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
/*	margin: 0;*/
	padding: 0;
}
	#main .block h3 {
		background:#f2f2f2;
		color: #222;
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 0.08em;
		padding: 0.4em 0.8em;
	}

#execphp-3,
#execphp-6 {  /*  ad widgets in wordpress  */
	background: none;
	border: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	padding: 0;
	margin-bottom: 0;
}

/* ----- MAIN CONTENT ----- */
#content {
	border-top: 1px solid #ddd;
	margin: 17px auto 0 auto;
	padding-top: 17px;
	width: 950px;
}

/* ----- DISCUSSIONS ----- */
.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments ul li {
	border-bottom:1px solid #e4e4e4;
	list-style: none;
	padding:0.6em 0;
}
	.comments li:last-child {
		border-bottom: 0;
	}
.discussion-title {
	font-weight: bold;
	font-size: 16px;
}
/*p {
	margin: 6px 0;
}*/
.avatar {
	float:left;
	margin-right:10px;
}
	.avatar img {
		border:1px solid #f2f2f2;
		padding: 2px;
		height: 40px;
		width: 40px;
	}
.comments .meta.no-avatar {
	margin-left: 0;
}
.discussion {
	margin: 0 0 20px 100px;
}
.comments p,
.comments .meta {
	/*margin-left: 56px;*/  /*  removed to render article comments, not sure if used elsewhere */
}
.posted {
	color: #CCC;
	float: right;
	font-size: 0.8em;
	text-transform: uppercase;
}
#reply-title {
	margin-bottom: 10px;
}

#respond {
	padding-top: 6px;
}
#respond label {
	float: left;
	width: 100px;
}
#respond input[type=text] {
	padding: 3px;
}
#respond input[type=submit] {
	margin-left: 100px;
	padding: 4px;
}
.form-submit {
	margin-bottom: 8px;
}

/* ----- FOOTER ----- */
#footer .inner {padding:8px 16px 22px;}
#footer {
	border-top:3px solid #000;
	background-color:#111;
	color:#eee;
}
#footer a:link,
#footer a:visited {
	color:#aaa;
	text-decoration:none;
}
#footer a:hover {
	background:none;
	color:#fff;
}
#footer h3 {
	color:#DFA200;
	margin:0;
	padding:2px 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 3px 0;
}
#copyright {
	text-align:center;
	color:#888;
	font-size:85.7%;
	}
#copyright p {margin:0; padding:7px;}
#copyright a:link,
#copyright a:visited {
	color:#0072CF;
}
#copyright a:hover {
	background:none;
	color:#0072CF;
}
.copyright_spacer {
	margin-bottom: 30px;
}

/* ----- HOME PAGE ----- */
#pages-home .block {
	height: 552px;
	overflow: hidden;
}
#pages-home .block-list-your-company,
#pages-home .block-newsletter-signup {
	margin-left:5px;
	margin-right:5px;
}
#pages-home .block-newsletter-signup,
#pages-home .block-howtowrite {
	min-height: 155px;
	max-height: 155px;
	overflow: hidden;
}
.block-howtowrite img {
	float: left;
	height: 48px;
	width: 48px;
	margin-right:10px;
}
#pages-home .block-list-your-company,
#pages-home .block-articles {
	height: 350px;
	overflow: hidden;
}
#pages-home #search-bar {
	margin-top: 80px;
}
#pages-home .small {
	margin-top: 10px;
}
#featured-companies {
	list-style: none;
	margin: 8px 0 0 6px;
	padding: 0;
}
	#featured-companies li {
		border-bottom: 0;
		float: left;
		margin: 16px 16px;
	}
#pages-home .comments p {
	margin-bottom: 0;
}
#pages-home .comments li {
	margin: 4px 0;
}
#free-newsletters input {
	width: 170px;
}
#free-newsletters button {
	margin-top: -1px; /*  trying to get IE to layout like the rest */
}
/*  not really on the homepage, this is for the sidebar, but kept it with other styles of this id */
#free-newsletters div {
	 padding:0.1em 0 0.8em 0;
}
#pages-home #content {
	border: 0;
	margin: 60px auto 0 auto;
}

/*  ----- ADS ----- */
.ad {
	margin-bottom: 30px;
	text-align: center;
}
#banner-ad {
	text-align: center;
	margin-top: 20px;
}
.ad-stack > div {
	float: left;
	margin: 0 10px 30px 16px;
}

/* ----- ARTICLES ----- */
article h3 {
	margin-bottom: 4px;
}
article h3 a {
	text-decoration: none;
}
	article h3 a:hover {
		text-decoration: underline;
	}
.meta {
	color: #888;
	font-size: 90%;
}
#article-footer {
	background: url(/img/divider.png) repeat-y;
}
	#article-footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#article-footer .first li {
		border-bottom: 1px solid #eee;
		margin: 0 0 6px 0;
		padding: 0 0 6px 0;
	}
		#article-footer .first li:last-child {
			border-bottom: 0;
		}
#featured-products li {}
	#featured-products img {
		float: left;
	}
	#featured-products p {
		margin-left: 140px;
	}
#featured-products img {
	width: 124px;
}
#article-footer #latest-news {
	margin-right: 40px;
}
#article-footer .block {
	margin-bottom: 0;
}
#comment-bar {
	background: #eee;
}


#social-media {
	border-right: 3px solid #eee;
	float: left;
	list-style: none;
	margin: 0 16px 16px 0;
	padding: 0;
	width: 140px;
}
	#social-media a {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	#social-media li {
		padding: 4px 0;
	}
	.social-comment,
	.social-copy,
	.social-delicious,
	.social-digg,
	.social-disk,
	.social-email,
	.social-facebook,
	.social-linkedin,
	.social-printer,
	.social-reddit,
	.social-rss,
	.social-stumbleupon,
	.social-technorati,
	.social-twitter,
	.social-yahoobuzz { background:url(/img/social-icons.png) no-repeat 0 0; }

	.social-comment { background-position: 0 0; }
	.social-copy { background-position: 0 -41px; }
	.social-delicious { background-position: 0 -82px; }
	.social-digg { background-position: 0 -123px; }
	.social-disk { background-position: 0 -164px; }
	.social-email { background-position: 0 -205px; }
	.social-facebook { background-position: 0 -246px; }
	.social-linkedin { background-position: 0 -287px; }
	.social-printer { background-position: 0 -328px; }
	.social-reddit { background-position: 0 -369px; }
	.social-rss { background-position: 0 -412px; }
	.social-stumbleupon { background-position: 0 -453px; }
	.social-technorati { background-position: 0 -494px; }
	.social-twitter { background-position: 0 -535px; }
	.social-yahoobuzz { background-position: 0 -576px; }

	a.social-comment,
	a.social-copy,
	a.social-delicious,
	a.social-digg,
	a.social-disk,
	a.social-email,
	a.social-facebook,
	a.social-linkedin,
	a.social-printer,
	a.social-reddit,
	a.social-rss,
	a.social-stumbleupon,
	a.social-technorati,
	a.social-twitter,
	a.social-yahoobuzz { line-height:1.55em; padding:1px 0 1px 22px; color:#139; }

a.email {
	background: url(/img/icons/email.png) top left no-repeat;
}
a.print {
	background: url(/img/icons/printer.png) top left no-repeat;
}
a.phone {
	background: url(/img/icons/telephone.png) top left no-repeat;
}
a.email,
a.print,
a.phone {
	background-color: transparent;
	color:#139;
	line-height:1.555em;
	padding:1px 0 1px 22px;
}
a.email:hover,
a.print:hover,
a.phone:hover {
	background-color: transparent;
	color:#222 !important;
}
.social-marks li {
	float: left;
	width: 150px;
}
.social-marks li:nth-child(even) {
	margin-left: 10px;
}
.social-marks li:last-child {
	border-bottom: 1px solid #eee;
}

/* ----- PAGINATION ----- */
#prev-next-dark a {
	background: #F7F7F7;
	color: #444;
	display: block;
	font-size: 14px;
	font-weight: bold;
	min-height: 50px;
	padding: 10px 1em;
	text-decoration: none;
	text-shadow: 1px 1px 0 white;
}
	#prev-next-dark a:hover {
		background: #F2F2F2;
		color: #9F0700;
		text-decoration: underline;
	}
.nav-prev {
	float: left;
	margin-right: 1%;
	width: 49%;
}
.nav-next {
	float: left;
	margin-left: 1%;
	text-align: right;
	width: 49%;
}
.paging {
	margin:1.5em 0 2em;
}
.paging span {
	border:none;
	margin:0 7px 0 0;
	padding:0;
}
.paging span.current,
.paging span.disabled {padding:3px 8px;}
.paging span.current {font-weight:bold;}
.paging span.disabled{
	color:#bbb;
	border:1px solid #ddd;
}
.paging a:link,
.paging a:visited {
	background:#fff;
	border:1px solid #ddd;
	color:#F5410F;
	color:#3B7CEF;
	text-decoration: none;
	padding:3px 8px;
}
.paging a:hover {
	background:#F5410F;
	background:#3B7CEF;
	border:1px solid #3B7CEF;
	color:#fff;
}
.paging .previous {
	margin-right: 7px;
}
.disabled {
	display: none;
}


/* ----- SEARCH ----- */
#search-meta {
	border-bottom: 1px solid #eee;
	line-height: 30px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
	#search-meta .left {
		margin: 0 8px 0 0;
	}
#search-nav {
	margin-bottom: 16px;
}
	#search-nav h3 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
	}
	#search-nav ul {
		font-size: 14px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#search-nav li {
			float: left;
			margin: 0;
			padding: 0 6px;
		}
			#search-nav li:first-child {
				margin-right: 8px;
				padding-left: 0;
			}
				#search-nav li:first-child span {
					padding-left: 0;
				}
			#search-nav .active {
				border-bottom: 4px solid #0C61CF;
				color: #0C61CF;
			}
		#search-nav span {
			display: block;
			padding: 4px;
		}
		#search-nav a,
		#search-nav a:hover span {
			background-color: #f2f2f2;
			color: #000000;
			text-decoration: none;
		}
/*.search-nav {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}
	.search-nav li {
		margin: 0;
		padding: 0;
	}
		.search-nav .active {
			border-left: 4px solid #0C61CF;
			color: #0C61CF;
			padding-left: 8px;
		}
	.search-nav span {
		display: block;
		padding: 4px 4px 4px 12px;
	}
	.search-nav a,
	.search-nav a:hover span {
		background-color: #f2f2f2;
		color: #000000;
		text-decoration: none;
	}*/
#search-results h1 {
	font-size: 140%;
}
	.search-result {
		margin-bottom: 20px;
		padding: 8px 15px 8px 0;
	}
	.search-result h3 {
		margin-bottom: 0;
/*		margin-left: 116px;*/
	}
	.search-result p {
		margin-bottom: 0;
	}
	#search-results .span-4 h3 {
		margin-bottom: 6px;
	}

.search-company {
	margin-bottom: 16px;
}
.search-company .meta {
	margin-left: 116px;
}
.search-result img {
	border: 1px solid #F2F2F2;
	height:50px;
	padding: 2px;
	width:100px;
}
.search-image {
	float: left;
	margin-right: 12px;
	width: 106px;
}
.search-article {
	margin-bottom: 16px;
}
	.search-article h3 {
		margin-left: 0;
	}
.search-video {
	margin-bottom: 16px;
}
	.search-video p {
		margin-left: 120px;
	}
.search-forum .search-image {
	width: 55px;
}
.search-forum img {
	height: 40px;
	width: 40px;
	margin-bottom: 16px;
}


/* ----- SIDEBAR ----- */


/* ----- ENHANCEMENTS ----- */
.product-bold {
	font-weight: bold;
}
.product-highlight {
	background-color:#FFEE9F;
}
.package-badge {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
}
.platinum,
.gold,
.silver {
	font-family:arial;font-size:10px;
	padding: 4px 8px;
}
.platinum {
	font-weight: bold;
	background-color: #B4A0BF;
    /* For WebKit (Safari, Chrome, etc) */
    background: #B4A0BF -webkit-gradient(linear, left top, left bottom, from(#E2E5E4), to(#B4A0BF)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #B4A0BF -moz-linear-gradient(top, #E2E5E4, #B4A0BF) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2E5E4, endColorstr=#B4A0BF) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2E5E4, endColorstr=#E2E5E4)" no-repeat;
}
.gold {
	background-color: #D46037;
    /* For WebKit (Safari, Chrome, etc) */
    background: #D46037 -webkit-gradient(linear, left top, left bottom, from(#D4C937), to(#D46037)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #D46037 -moz-linear-gradient(top, #D4C937, #D46037) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4C937, endColorstr=#D46037) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4C937, endColorstr=#D4C937)" no-repeat;
}
.silver {
	background-color: #C0C0C0;
    /* For WebKit (Safari, Chrome, etc) */
    background: #C0C0C0 -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#C0C0C0)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #C0C0C0 -moz-linear-gradient(top, #A9A9A9, #C0C0C0) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#C0C0C0) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#C0C0C0)" no-repeat;
}
#companies-view .package-badge {
	float: none;
	margin-left: 10px;
	vertical-align: middle;
}


/* ----- TAGS ----- */
.tags span,.tags a {display:block;float:left;}
.tags {
	margin:  8px 0 0 0;
}
	.tags a {
		color: #555;
		float: left;
		font-family: Verdana;
		font-size: 10px;
	}
	.tags span {
		background:#f6f6f6;
		display: block;
		font-family:arial;font-size:11px;
		margin: 0 4px 2px 0;
		padding: 4px 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		.tags a:hover span {
			background:#eee;
		}
/*		.search-tag a:hover span {
			color: #EFEFEF;
			background-color: #444;
		}*/
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:620px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}


/* ----- ADWORDS ----- */
div.adwords div.adv { margin-bottom:-5px; }
div.adword {
	background:#FFF2CF;
	padding:8px 15px;
	margin:10px 0;
	width: 440px;
}
div.adword div.logo {
	width:100px;
	background:#fff;
	padding:6px;
	border:1px solid #ccc;
	margin-right:12px;
	float:left;
}
.adword table,
.adword td {
	background-color: #FFF2CF;
	margin-bottom: 0;
	padding: 0;
}


/* ----- PRODUCT VIEW ----- */
.company-contact-form label {
	display: block;
	margin: 0;
	font-size: 14px;
}
.company-contact-form input[type=text] {
	font-size: 14px;
	margin: 4px 0 8px 0;
	padding: 6px;
	width: 296px;
}
.company-contact-form textarea {
	font-size: 14px;
	height: 80px;
	padding: 6px;
	width: 296px;
}
.company-contact-form input[type=submit] {
	padding: 3px 6px;
}
#main .meta {
	margin-bottom: 20px;
}
	#bbpress-forums .meta {
		padding-left: 67px;
	}
#main .tags {
	margin-top: 20px;
}


/* ----- COMPANY VIEW ----- */
div.companyLogo,
div.companyLogoSmall,
div.companyLogoMedium,
div.companyLogoLarge {
	background:#fff;
	width:150px;
	padding:6px;
	border:1px solid #ddd;
	margin-bottom:1em;
}

div.companyLogo {width:150px;}
div.companyLogo img {width:150px;height:80px;}
div.companyLogoSmall {width:100px;}
div.companyLogoSmall img {width:100px;height:50px;}
div.companyLogoMedium {width:150px;}
div.companyLogoMedium img {width:150px;height:80px;}
div.companyLogoLarge {width:230px;}
div.companyLogoLarge img {width:230px;height:125px}

#companies-view div.companyLogo {float:right;}

/* accordion header */
.company-locations h4 {
	background:#e6e6e6;
	color:#222;
	margin:1px;
	padding:3px 1em;
	font-weight:bold;
	border-top:1px solid #fff;
}
	/* currently active header */
	.company-locations h4.current {
		background:#333;
		color:#ccc;
	}
/* accordion pane */
.company-locations .pane {
	display:none;
	padding:0.5em 1em;
}
.letter {
	float: left;
	width: 22px;
	margin: 10px 0 0 0;
	padding-left: 6px;
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
}
.company-list {
	list-style: none;
	margin: 1em 5px 1em 28px;
}
	.company-list li {
		margin: 5px 0 5px 30px;
	}
div.badge {
	width:120px;
	padding:2px 6px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#companies-index .package-badge {
	float:left;
	margin-left: -75px;
}
.gold-badge, li.gold span.badge {background:#FFEE9F;}
.platinum-badge, li.platinum span.badge {background:#ccc;}
li.gold, li.platinum {font-weight:bold;}
li.silver {font-weight:bold;}
.platinum span.badge {width:52px;margin-left:-72px;}


/* ----- SIGNUP PAGE ----- */
table.packages tr td {
	text-align: center;
}
table.packages tr:nth-child(even) td {
	background-color: #eee;
}
table.packages tr td:first-child {
	text-align: left;
}
#users-signup #main select,
#users-signup #main input[type=text] {
	width: 250px;
}
#users-signup #main h3 {
	margin-top: 20px;
}
#users-signup #main #UserCcMonth {
	margin-right: 20px;
	width: 120px;
}
#users-signup #main #UserCcYear {
	width: 120px;
}
#apply-coupon {
	margin-left: 10px;
}
.row-highlight td,
table.packages tr:nth-child(even).row-highlight td {
	background-color: #e6efc2;
}

/* ----- JOIN PAGE ----- */
#users-add #main input[type=password],
#users-add #main input[type=text] {
	width: 390px;
}
#users-add #main select {
	width: 401px;
}


/* ----- FORUMS ----- */
#forumposts-view .avatar {
	width: 70px;
}

/* ----- COMPANY ADMIN ----- */
.buttons .button {
	margin-right: 20px;
}
.navMessages li {
	display:inline;
	float: left;
}
.navMessages a {
	display:block;
	padding:5px 10px;
}
.navMessages a.selected {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.bbp-breadcrumb,
.bbp-topic-tags {
	width: 99%;
}


/* ----- CHECKBOXES ----- */
.iPhoneCheckContainer {
	position:relative;
	height:27px;
	cursor:pointer;
	overflow:hidden;
}

.iPhoneCheckContainer input {
	position:absolute;
	top:5px;
	left:30px;
}

.iPhoneCheckHandle {
	display:block;
	height:27px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	background:url(/img/checkbox/slider_left.png) no-repeat;
	z-index:2;
	padding-left:4px;
}

.iPhoneCheckHandleRight {
	height:100%;
	width:100%;
	padding-right:4px;
	background:url(/img/checkbox/slider_right.png) no-repeat top right;
	z-index:2;
}

.iPhoneCheckHandleCenter {
	height:100%;
	width:100%;
	background:url(/img/checkbox/slider_center.png);
	z-index:2;
}

label.iPhoneCheckLabelOn,label.iPhoneCheckLabelOff {
	white-space:nowrap;
	font-size:15px;
	line-height:15px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	height:22px;
	position:absolute;
	width:auto;
	top:0;
	overflow:hidden;
	margin:0;
}

label.iPhoneCheckLabelOn {
	color:#fff;
	background:url(/img/checkbox/off-on.png) no-repeat 0 -27px;
	text-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	left:0;
	z-index:1;
	padding:7px 0 0 8px;
}

label.iPhoneCheckLabelOff {
	color:#8B8B8B;
	background:url(/img/checkbox/off-on.png) no-repeat 100% 0;
	text-shadow:0 0 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
	padding: 7px 8px 0 0;
}


.byLine {
	font-size: 0.9em;
}
.article-list-new li {
	border-bottom: 1px solid #eee;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}


/* ----- MARKETS PAGE ----- */
.category-results {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.category-results li {
		border-bottom: 0;
		float: left;
		margin: 15px;
		width: 110px;
	}
	.category-results img {
		margin-bottom: 8px;
		width: 110px;
	}
	.category-results a {
		font: bold 14px/125% "Helvetica Neue",arial,san-serif;
		word-wrap: break-word;
	}
#pages-markets p {
	margin-bottom: 0;
}


/* ----- TABS ----- */
.tabs {
	clear: both;
	list-style: none;
	margin: 0 0 29px 0;
	padding: 0;
}
	.tabs li {
		float: left;
		border-left: 1px solid #C6C6C6;
		border-top: 1px solid #C6C6C6;
		border-right: 1px solid #C6C6C6;
/*		-webkit-box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.2);
		box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);*/
		margin: 0 8px 0 0;
	}
	.tabs a {
		display: block;
		font-weight: bold;
		padding: 4px 8px;
	}
	.tabs .current {
		background-color: #ffffff;
		color: #000;
	}

/* ----- OVERLAY ----- */
/* css for the video overlay ad */
.overlay {
	background-color:#fff;
	border:1px solid #666;
	display:none;
	min-height:200px;
	padding: 20px;
	width:475px;
	z-index:10000;
}
	.overlay .overlay-details {
		color:#000;
		text-align: left;
		margin-bottom: 40px;
	}
	.overlay .close {
		background: url(/img/jquery_tools/overlay/overlay-close.gif) left no-repeat;
		bottom: 0;
		cursor: pointer;
		display: block;
		height: 26px;
		margin: 0 10px 10px 0;
		position: absolute;
		right: 0;
		width: 26px;
	}
		#video-overlay-ad .close:hover {
			background-position: right;
		}
.overlay-button {
	cursor: pointer;
}


/* ----- USER AREA ----- */
#user-tabs {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding: 0 0 30px 200px;
}
#subtabs {
	background-color: #eee;
	list-style: none;
	margin: -20px 0 20px 0;
	padding: 8px 10px;
}
	#subtabs li {
		border-right: 1px solid #d4d4d4;
		float: left;
		margin-right: 8px;
		padding-right: 8px;
	}
		#subtabs li:last-child {
			border-right: 0;
		}

.search-result h3 {font-size:16px;font-weight:bold;margin-bottom:5px;}
.meta {font-size:12px;margin-bottom:5px;}

.meta a,
.meta strong {
	font-weight: bold;
	color: #444
}

/* ----- POPULAR SEARCH PAGE ----- */
#tablefilter {
	background: url(/img/search-bar-icon.png) 7px 5px no-repeat;
	border: 1px solid #CCC;
	color: #777;
	font-size: 18px;
	padding: 5px 5px 5px 35px;
	width: 350px;
}
#search-table {
	margin-top: 20px;
}
#search-table span {
	display: block;
	padding: 6px 8px
}


/* ----- TIMELINE ----- */
.timeline-wrapper {
	width:630px;
	margin:30px auto;
	overflow: hidden;
	position: relative; /* good for 100% margin child element */
}
.margin {
	height:100%;
	position: absolute;
	background:#e2e2e2;

	left:50%;
	width:2px;
	margin-left:-1px; /* make it center */

	bottom:10px;	/* margin-bottom space used by li element */

	z-index:1000;
}
.timeline{
	width: 630px; /* total width and plus 20px for triangles */
	position: relative;
	list-style:none;
	overflow: hidden;
	padding: 0px;
	margin: 0px ;
}

.timeline > li{
	width:300px;
	background:#e2e2e2;

	position: relative; /* important to hold the absolute element triangles */
	margin:0px 0px 10px;
}

.timeline > li:before{
	border:7px solid;
	content:'';
	display: block;
	position: absolute;
}
.timeline > li:nth-child(even){
	float:right;
	clear:right;
}
.timeline > li:nth-child(odd){
	float:left;
	clear:left;
}
.timeline > li:nth-child(even):before{
	/* #e2e2e2 same as li background */
	border-color:#fff #e2e2e2 #fff #fff;
	right:100%;
	top:10px; /* you can adjust */
}

.timeline > li:nth-child(odd):before{
	/* #e2e2e2 same as li background */
	border-color:#fff #fff #fff #e2e2e2;
	left:100%;
	top:10px;
}
.timeline p{
	margin-bottom: 0;
	padding: 0.8em 8px;
	border-bottom: 1px dotted #bbb;
	background: #eee;
}

.timeline h4 {
	font-weight: bold;
	margin: 0;
	padding: 6px 8px;
}

/*  -----  PRODUCTS ADD  -----  */
#products-add h3 {
	margin: 10px 0 4px 0;
}
#states td {
	vertical-align: top;
}
#products-add .submit {
	text-align: center;
}
	#products-add .submit input {
		padding: 10px 16px;
	}
.cursorLink {
	cursor: pointer;
	text-decoration: underline;
}




/* Styles Needed for map to be responsive */
.selected-states {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 48%;
    position: relative;
}
.selected-states svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.selected-states .state.selected {
    fill: #396CB4;
    stroke: #ffffff;
    stroke-width: 1px;
}