.pie {
	behavior: url(/atlas/javascript/lib/PIE.htc);
}

/* BUTTON GRADIENTS */

.navy-btn {
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #26556f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#26556f), to(#1a3a4c));
	background: -webkit-linear-gradient(#26556f, #1a3a4c);
	background: -moz-linear-gradient(#26556f, #1a3a4c);
	background: -ms-linear-gradient(#26556f, #1a3a4c);
	background: -o-linear-gradient(#26556f, #1a3a4c);
	background: linear-gradient(#26556f, #1a3a4c);
	-pie-background: linear-gradient(#26556f, #1a3a4c);
}

.navy-btn:hover {
	color: #fff;
	background: #357497;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#357497), to(#26556f));
	background: -webkit-linear-gradient(#357497, #26556f);
	background: -moz-linear-gradient(#357497, #26556f);
	background: -ms-linear-gradient(#357497, #26556f);
	background: -o-linear-gradient(#357497, #26556f);
	background: linear-gradient(#357497, #26556f);
	-pie-background: linear-gradient(#357497, #26556f);
}

.green-btn {
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #538c2f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#538c2f), to(#425d14));
	background: -webkit-linear-gradient(#538c2f, #425d14);
	background: -moz-linear-gradient(#538c2f, #425d14);
	background: -ms-linear-gradient(#538c2f, #425d14);
	background: -o-linear-gradient(#538c2f, #425d14);
	background: linear-gradient(#538c2f, #425d14);
	-pie-background: linear-gradient(#538c2f, #425d14);
}

.green-btn:hover {
	color: #fff;
	background: #357497;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b9e4d), to(#577329));
	background: -webkit-linear-gradient(#6b9e4d, #577329);
	background: -moz-linear-gradient(#6b9e4d, #577329);
	background: -ms-linear-gradient(#6b9e4d, #577329);
	background: -o-linear-gradient(#6b9e4d, #577329);
	background: linear-gradient(#6b9e4d, #577329);
	-pie-background: linear-gradient(#6b9e4d, #577329);
}

.gray-btn {
	color: #204357;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	background: #efeeed;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efeeed), to(#d6d5d3));
	background: -webkit-linear-gradient(#efeeed, #d6d5d3);
	background: -moz-linear-gradient(#efeeed, #d6d5d3);
	background: -ms-linear-gradient(#efeeed, #d6d5d3);
	background: -o-linear-gradient(#efeeed, #d6d5d3);
	background: linear-gradient(#efeeed, #d6d5d3);
	-pie-background: linear-gradient(#efeeed, #d6d5d3);
}

.gray-btn:hover {
	color: #204357;
	background: #357497;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(#fafafa, #ddd);
	background: -moz-linear-gradient(#fafafa, #ddd);
	background: -ms-linear-gradient(#fafafa, #ddd);
	background: -o-linear-gradient(#fafafa, #ddd);
	background: linear-gradient(#fafafa, #ddd);
	-pie-background: linear-gradient(#fafafa, #ddd);
}

.orange-btn {
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	background: #eca62c;
}

.orange-btn:hover {
	color: #fff;
	background: #f0b858;
}

.black-btn {
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	background: #000;
}

.black-btn:hover {
	color: #fff;
	background: #282828;
}

.large-btn {
	width: 249px;
	padding: 8px;
	margin: 0 auto 10px auto;
	display: block;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.large-btn span {
	font-size: 11px;
	text-transform: none;
	display: block;
}

/* HEADER */

header #header-container {
	width: 940px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
}

header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}

header h1 a {
	width: 266px;
	height: 48px;
	padding: 0;
	margin: 0;
	display: block;
	background: url('../images/sitewide/content-watch-logo.png') no-repeat 0 0;
}

#contact-search {
	width: 650px;
	position: absolute;
	right: 0;
	top: 0;
	color: #58585a;
	font-size: 16px;
}

#contact-search span,
#contact-search form#search {
	float: left;
	padding: 5px 10px;
}

#contact-search span {
	margin-top: 7px;
	font-size: 14px;
}

#contact-search form#search {
	margin: 0 10px;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
}

#contact-search form#search div#search-box {
	border: 1px solid #999999;
	width: 135px;
	padding: 7px 20px 7px 8px;
	position: relative;
	height: 17px;
}

#contact-search form#search input {
	background-color: transparent;
	width: 137px;
	border: none;
	font-size: 14px;
	line-height: 14px;
	color: #bababa;
	position: absolute;
	left: 5px;
}

#contact-search #login {
	float: left;
	padding: 5px 23px;
	margin-top: 4px;
	font-size: 15px;
}

#contact-search form#search button {
	position: absolute;
	border: none;
	background: url('../images/sitewide/mag-glass.png') no-repeat center center;
	background-color: transparent;
	width: 16px;
	height: 16px;
	right: 5px;
	top: 8px;
}

/* MAIN NAV */

header nav {
	position: absolute;
	right: 0;
	bottom: 25px;
}


header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lt-ie7 header nav {
	width: 600px;
}

header nav ul li {
	float: left;
	display: block;
	width: 143px;
}

header nav ul li a {
	color: #204357;
	padding: 4px 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
}

header nav ul li a:hover {
	color: #eca62c;
}

header nav ul li a.hovered {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: #999 0px -2px 2px;
	-moz-box-shadow: #999 0px -2px 2px;
	box-shadow: #999 0px -2px 2px;
	background: #fff;
	position: relative;
	z-index: 100;
}

header nav .drop-down-box {
	position: absolute;
	top: 100%;
	margin-top: -3px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	background: #fff;
	text-transform: uppercase;
}

.lt-ie7 .drop-down-box {
	width: 200px;
}

.lt-ie8 header nav ul li a.hovered {
	box-shadow: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: 1px solid #999;
	border-bottom: none;
}

.lt-ie8 header nav .drop-down-box {
	behavior: none;
	border: 1px solid #999;
}

header nav .drop-down-box div {
	float: left;
	padding: 20px;
	min-width: 150px;
}

header nav .drop-down-box a {
	font-size: 14px;
	color: #3f3f3f;
	text-transform: none;
	display: block;
	text-align: left;
	font-weight: normal;
}


/* MAIN */

#main {
	width: 940px;
	margin: 0 auto;
}

.landing #main {
	width: 990px;
	background: #f0efed;
}

/* HOME PAGE */

#home-slides-container {
	position: relative;
}
/*
#home-slides-container #back-btn {
	display: block;
	width: 70px;
	height: 186px;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 105;
	background: url('../images/home/back-btn.png') no-repeat center;
}

#home-slides-container #next-btn {
	display: block;
	width: 70px;
	height: 186px;
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 105;
	background: url('../images/home/next-btn.png') no-repeat center;
}

#home-slides-container #back-btn:hover {
	background: url('../images/home/back-btn-over.png') no-repeat center;
}

#home-slides-container #next-btn:hover {
	background: url('../images/home/next-btn-over.png') no-repeat center;
}
*/

#home-slides {
	width: 990px;
	height: 250px;
	overflow: hidden;
}

#tabbed-container {
	margin-top: 0px;
	position: relative;
	z-index: 100;
	padding-bottom: 20px;
}

#tabs {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
}

#tabs li {
	float: left;
	display: block;
}

#tabs li a {
	width: 308px;
	height: 17px;
	padding: 12px 0;
	margin: 0 6px;
	display: block;
	color: #fff;
	position: relative;
	z-index: 100;
	background: #eca62c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#tabs li a:hover {
	background: #f0b858;
}

#tabs li a.selected {
	margin-bottom: -1px;
	color: #eca62c;
	background: #f0efed;
	border-bottom: 1px solid #f0efed;
}

#tab-content {
	width: 940px;
	margin: 0 auto;
}

#tab-content .content {
	display: none;
}

.one-col {
	width: 280px;
	padding: 10px;
	float: left;
}

#one-col-main-left
{
	border-right: 1px solid #f2a62c;
}
	
.greenbkg {
	background-color: #d6ddd6;
}

.arrow {
	background-image: url('../images/sitewide/quote-arrow.png') top center no-repeat;	
}

a.video-box {
	display: inline-block;
	margin: 20px 0;
}

a.learn-more {
	text-transform: uppercase;
	color: #eca62c;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

a.learn-more:hover {
	color: #f2b954;
}

.award {
	margin-top: 40px;
	font-size: 15px;
	color: #464646;
}

.award img {
	float: left;
	padding-right: 20px;
}

.two-col-container {
	width: 620px;
	float: left;
	margin-top: 8px;
}

.two-col {
	width: 610px;
	float: left;
	padding: 10px;
}


#right-col
{
	float: left;
	padding: 0 0 20px 0;
	margin-left: 20px;
	width: 300px;
}


#right-col p
{
	padding-left: 10px !important;
}

#right-col h2
{
	padding-left: 10px !important;
}

#quoteBanner {
    	background: url(https://cdn-prod.contentwatch.net/assets/content/CW-columnheader-bkg3.png) no-repeat left top;
    	color: white;
    	height: 228px;
    	margin-left: -10px;
    	text-align: center;
    	width: 310px;
    	padding: 0;
}

#quoteBanner h2
{
	line-height: 1.1em;
	padding: 10px !important;
	color: white !important;
	font-weight: normal;	
}

#quoteBannerSmall {
    	background: url(https://cdn-prod.contentwatch.net/assets/content/CW-columnheader-bkg.png) no-repeat left top;
    	color: white;
    	height: 147px;
    	margin-left: -20px;
    	text-align: center;
    	width: 250px;
    	padding: 0;
    	overflow: hidden;
}

#quoteBannerSmall h2
{
	line-height: 1.1em;
	padding: 0;
	margin: 10px 10px 8px 10px;
	color: white;
	font-weight: normal;
	font-size: 28px;
	line-height: 1em;
}

#quoteBannerSmall h3
{
	margin: 8px 10px 0 10px;
	padding: 0;
	font-size: 14px;
	color: #f2a62c;
}



#tab-content h2 {
	font-size: 24px;
	margin: .5em 0;
	padding: 0;
	color: #204357;
}

#tab-content p {
	font-size: 15px;
}

#tab-content hr {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}






/* T2 */

.t2 header {
	background: #f6f6f6;
}

.t2 #banner-section {
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}

.t2 #banner-container {
	width: 940px;
	margin: 0 auto 0 auto;
	position: relative;
}

#breadcrumbs {
	color: #a4a3a3;
	padding: 10px;
}

#breadcrumbs a {
	font-size: 12px;
	color: #a4a3a3;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #464646;
}
si
#breadcrumbs a.selected {
	color: #eca62c;
}

#side-nav {
	width: 155px;
	float: left;
}

#side-nav a {
	padding: 15px 0 15px 10px;
	display: block;
	color: #403e3d;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #eaeaea;
}

#side-nav a:hover,
#side-nav a.selected {
	color: #eca62c;
}

#side-nav p {
	color: #58585a;
	font-size: 15px;
}

#side-nav form.quote {
	background: #f2f1ef;
	border: 1px solid #cbcbcb;
	padding: 15px;
	width: 214px;
	margin-bottom: 20px;
}

#side-nav form.quote h3 {
	margin-top: 0;
	padding-top: 0;
}

#side-nav form.quote input {
	padding: 4px 0;
	margin: 10px 0;
	width: 210px;
}

#side-nav form.quote input.green-btn {
	width: 200px;
	height: 45px;
	padding: 4px 0;
	margin: 20px 0 0 8px;
	border: none;
	text-transform: uppercase;
	position: relative;
}

#side-nav a.gray-btn {
	width: 150px;
	padding: 15px 0;
	margin: 0 0 0 25px;
	color: #528a2d;
	border: 1px solid #c3c3c2;
}

#content {
	width: 480px;
	float: left;
	margin-left: 30px;
}

#content-wide {
	width: 680px;
	float: left;
}


.lt-ie7 #content {
	margin-left: 30px;
}

#content, #content-wide h2 {
	color: #204357;
	font-size: 24px;
	margin-top: 10px;
	padding-top: 0;
}

#content, #content-wide h3 {
	color: #464646;
	font-size: 18px;
}

#content, #content-wide p {
	color: #464646;
	font-size: 15px;
}

#content, #content-wide a {
	color: #464646;
}

#content a:hover, #content-wide a:hover {
	color: #999;
}

#content.kbcategorylist h3 {
	cursor: pointer;
}

#content.kbcategorylist h3 .attention {
	font-size: 60%;
	padding: 4px;
	color: #900;
}

/* QUESTIONS FORM */

#questions {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}

#questions h3 {
	margin-bottom: 0;
}

#questions .one-col {
	width: 300px;
	padding: 0;
	margin-right: 20px;
	float: left;
}

#questions .last {
	margin-right: 0;
}

#questions label {
	display: block;
	margin: 15px 0 5px 0;
	color: #52504d;
}

#questions input, 
#questions textarea {
	width: 290px;
	padding: 6px 5px;
	background: #f6f6f6;
	font-size: 12px;
	color: #8d8d8d;
}

.lt-ie7

#questions select {
	width: 302px;
}

#questions textarea {
	height: 152px;
}

.lt-ie8 #questions textarea {
	height: 158px;
}

#questions .input-spacer {
	height: 72px;
}

#questions .org{
	width: 140px;
	float: left;
	margin-right: 20px;
}

#questions .os{
	width: 220px;
	float: left;
	margin-right: 20px;
}

#questions .purchased{
	width: 220px;
	float: left;
}

#questions .form-row {
	margin: 40px 0;
}

#questions #captia {
	height: 75px;
	margin-bottom: 20px;
}

#questions #captia img {
	float: left;
	margin-top: 30px;
}

#questions #captia div {
	float: left;
	margin-left: 50px;
}

#questions #question-captia {
	width: 140px;
}


#questions .green-btn {
	width: 120px;
	border: none;
	padding: 10px 0;
	font-size: 18px;
	color: white;
	background: #357497;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6B9E4D), to(#577329));
	background: -webkit-linear-gradient(#6B9E4D, #577329);
	background: -moz-linear-gradient(#6B9E4D, #577329);
	background: -ms-linear-gradient(#6B9E4D, #577329);
	background: -o-linear-gradient(#6B9E4D, #577329);
	background: linear-gradient(#6B9E4D, #577329);
	-pie-background: linear-gradient(#6b9e4d, #577329);
}

/* QUOTE SECTION */

#quote-section {
	padding: 60px 0;
	margin-top: 57px;
	background: #f6f6f6;
	border-top: 1px solid #cccccc;
}

#quote-container {
	width: 940px;
	margin: 0 auto;
}

#quote-container blockquote {
	width: 360px;
	float: left;
	font-size: 17px;
	color: #373737;
}

#quote-container blockquote,
#quote-container blockquote p,
#quote-container h2,
#quote-container form {
	margin: 0;
	padding: 0;
}

#quote-container h2 {
	width: 200px;
	margin: 0 35px 0 35px;
	float: left;
}

#quote-container form {
	width: 290px;
	padding-left: 20px;
	float: right;
}
obn
.lt-ie7 #quote-container form {
	padding-left: 10px;
}

#home-quote-form input {
	width: 290px;
	margin: 7px 0;
	padding: 4px 0;
}

#home-quote-form input.green-btn {
	width: 200px;
	height: 45px;
	padding: 4px 0;
	margin: 20px 0 0 45px;
	border: none;
	text-transform: uppercase;
	position: relative;
}


#quoteForm, #side-column
{
	display:  block;
	float: right;
	width: 220px;
	padding: 0 10px 20px 10px;
	font-size: 80%;
}

#quote-form input {
	width: 220px;
	margin: 7px 0;
	padding: 4px 0;
}

#quote-form input.green-btn {
	width: 150px;
	height: 45px;
	padding: 4px 0;
	margin: 20px 0 0 30px;
	border: none;
	text-transform: uppercase;
	position: relative;
}


footer {
	height: 460px;
	padding-top: 75px;
	background: url('../images/sitewide/footer-content-bg.jpg') repeat-x;
}

footer ul {
	width: 940px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

footer li {
	width: 115px;
	padding-top: 15px;
	margin-right: 40px;
	display: block;
	float: left;
	color: #fff;
}

footer #available-locales li {
	width: 28px;
}

footer #available-locales img {

}

footer li.logo {
	width: 310px;
	padding-top: 0;
}

footer li.logo a {
	width: 247px;
	height: 45px;
	margin: 0 0 15px 5px;
	display: block;
	background: url('../images/sitewide/content-watch-logo-footer.png') no-repeat left top;
}

footer li.last {
	margin-right: 0;
}

footer li p,
footer li a {
	font-size: 10px;
}

footer li a {
	display: block;
	color: #fff;
	margin: 5px 0;
	text-decoration: none;
}

footer li a:hover {
	color: #ccc;
}

/*/ added by dave /*/

.table-box {
    background-color: #fff;
    padding: 26px 36px;
    margin-bottom: 9px;
}

.table-box h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 24px;
}

.table-box#match-up h3 {
    color: #3BACD4;
}

.table-box#key-features h3 {
    color: #E7582F;
}

.table-box table, table.drone_table {
    border-collapse: collapse;
}

.table-box table th, table.drone_table th {
    width: 134px;
    height: 39px;
    font-size: 17px;
    color: #575757;
}

.table-box table th.row-context, table.drone_table th.row-context {
    width: 329px;
}

.table-box table tr td, table.drone_table tr td {
    height: 39px;
    vertical-align: top;
    font-size: 14px;
    color: #575757;
}

.table-box table tr.odd td, table.drone_table tr.odd td {
    background-color: #F5F5F5;
}

.table-box table tbody tr td.first, table.drone_table tbody tr td.first {
    padding: 0 22px;
    width: 285px;
    vertical-align: middle;
}

ul.drone_table {
    margin: 0;
    border-top-width: 2px;
    border-right: none;
    border-left: none;
    padding: 0;
}

.drone_table {
    background-color: #FFFFFF;
    width: 100%;
    border: 10px solid #fff;
}
.drone_table tr th {
    text-align: center;
}
.drone_table tr td, .drone_table li {
	padding: 3px;
	height: auto;
}
.drone_table li {
    font-size: 92%;
    padding: 4px;
    border: none;
    border-bottom: 1px solid #c5d2de;
    list-style: none;
}
.drone_table tr td.centered {
    text-align: center;
}
.drone_table .heading {
    background-color: #1F82C3;
    color: #FFFFFF;
}
.drone_table tr.over,.drone_table tr.odd.over,.drone_table tr.odd.over td {
    background-color: silver;
}

body.wide div#content {
	width: auto;
}

div#shadow {
    background-image: url(/themes/cwcinco/images/shadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 55px;
    width: 385px;
    position: absolute;
    color: silver;
    line-height: 55px;
    text-align: left;
    padding-left: 120px;
    overflow: hidden;
}
div#shadow a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
}

div#shadow {
	top: 135px;
	right: 0px;
}
#content .license {
    position: relative;
    margin-bottom: 30px;
}

#content .license h2 {
    color: #000;
    font-size: 170%;
    margin: 0;
    padding: 0;
}

#content .license h2 em {
    font-style: normal;
    color: #babdb6;
}

#content .license h3 {
    margin: 0;
    padding: 0;
    color: #A94442;
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 56px;
    font-size: 150%;
    line-height: 56px;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    text-align: center;
    position:absolute;
    top: 31px; 
    left: -1px;
    width: 100%;
    text-shadow: none;
}

#content .license h3.active {
    border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #3C763D;
}

#content .license h5 {
    float: right;
    margin-top: -27px;
    color: #555753;
    font-weight: normal;
    margin-right: 20px;
    background-image: url(/images/cinco/shared/account.png);
    background-repeat: no-repeat;
    background-position: 0 -132px;
    padding-left: 10px;
}

#content .license .yui-button.small {
    font-size: 70%;
    text-transform: uppercase;
    margin-top: 4px;
}

#content .license div.bd {
    padding: 5px 16px;
    margin-top: 61px;
    background-image: url(/images/cinco/shared/account.png);
    background-repeat: repeat-x;
    background-position: 0 -160px;
    color: #555753;
}

#content .license div.ft {
    border-bottom: 1px solid #d3d7cf;
}

#content .license div.ft .yui-button {
    margin-bottom: 5px;
}

#content .license div.bd em {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

#content .license div.bd div.inset {
    margin: 30px 0 30px 35%;
}

#content .licecnse div.bd p {
    padding: 20px 0;
}

#content .license div.bd span.subtle {
    color: #888a85;
}

#content .yui-ge .license .yui-g {
    width: 99%;
}
#content .feature_table p {
    margin: 10px 0;
}
#content .feature_table th {
    font-size: 77%;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #333;
}
#content .feature_table td p {
    color: #666;
    margin: 0;
}
#content .feature_table td strong {
    font-size: 92%;
    display: inline;
}
#content .feature_table td {
    height: 32px;
    font-size: 77%;
}
#content a.x_discount {
    display: block;
    padding: 10px;
    background-color: #333;
    border-top: 3px solid #4d4d4d;
    color: #ccc;
    text-decoration: none;
}
#content a.x_discount:hover {
    border-top: 3px solid #666;
}
div.regkey {
    border: 1px solid #900;
    text-align: center;
    margin-top: 12px;
}
div.regkey h4 {
    margin:4px;
    padding: 0;
}
div#available div {
	
}
div#available div h2, div#available div h3, div#available div p {
    margin-left: 130px;
}
div#available div h3 {
    margin-top: 0;
}
div#cart h2 {
    margin: 0;
}
div#cart .drone_table {
    font-size: 110%;
}
div#cart .total {
    font-size: 160%;
}
div#cart .total span {
    color: #900;
}
.drone_paging { clear: both; padding-top: 20px; }
.drone_paging li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
.drone_paging a           { border:solid 1px #9aafe5; margin-top:2px; margin-right:2px; }
.drone_paging .previous-off,
.drone_paging .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
.drone_paging .next a,
.drone_paging .previous a { font-weight:bold; }
.drone_paging .inactive,
.drone_paging .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; margin-top:2px; }
.drone_paging a:link, 
.drone_paging a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
.drone_paging a:hover     { border:solid 1px #0e509e; }

.button, .button:visited, div#sidebar ul.rabbits li a, div#sidebar ul.menu li a, button.formSubmit, form button.action {
	color: #204357;
	line-height: 18px;
	font-size: 15px;
	text-transform: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	font-family: Interstate, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;

	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	padding: .5em 2em .55em;

	background: #efeeed;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efeeed), to(#d6d5d3));
	background: -webkit-linear-gradient(#efeeed, #d6d5d3);
	background: -moz-linear-gradient(#efeeed, #d6d5d3);
	background: -ms-linear-gradient(#efeeed, #d6d5d3);
	background: -o-linear-gradient(#efeeed, #d6d5d3);
	background: linear-gradient(#efeeed, #d6d5d3);
	-pie-background: linear-gradient(#efeeed, #d6d5d3);

	border: 1px solid #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button:hover, div#sidebar ul.rabbits li a:hover, div#sidebar ul.menu li a:hover, button.formSubmit:hover, form button.action:hover {
	background: #357497;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(#fafafa, #ddd);
	background: -moz-linear-gradient(#fafafa, #ddd);
	background: -ms-linear-gradient(#fafafa, #ddd);
	background: -o-linear-gradient(#fafafa, #ddd);
	background: linear-gradient(#fafafa, #ddd);
	-pie-background: linear-gradient(#fafafa, #ddd);
}
#content .license div.ft .button {
	margin-bottom: 4px;
}
div#sidebar p {
    text-align: center;
}
div#sidebar ul.menu, div#sidebar ul.rabbits {
    margin: 0 4px 10px 4px;
    padding: 0;
}
div#sidebar ul.menu li, div#sidebar ul.rabbits li {
    list-style: none;
}
div#sidebar ul.menu li a, div#sidebar ul.rabbits li a {
    margin-bottom: 3px;
    display: block;
}
div#sidebar .button {
	font-size: 14px;
	display: block;
}
ul#SearchResults {
    margin-top: 50px;
    margin-left: 30px;
}
ul#SearchResults li {
    list-style: none;
    margin: 2px 0;
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 26px;
    margin-bottom: 20px;
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/webpage.png');
}
ul#SearchResults li.BlogEntry {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/blog.png');
}
ul#SearchResults li.note {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/note.png');
}
ul#SearchResults li.registration {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/license.png');
}
ul#SearchResults li.customer {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/user.png');
}
ul#SearchResults li.order {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/order.png');
}
ul#SearchResults li.partner {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/partner.png');
}
ul#SearchResults li.client {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/user.png');
}
ul#SearchResults li.faq, ul#SearchResults li.KnowledgeBasePage {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/faq.png');
}
ul#SearchResults li.webpage, ul#SearchResults li.Page {
    background-image: url('https://cdn-prod.contentwatch.net/assets/icons/search/webpage.png');
}
div#PageNumbers {
	height: 60px;
	line-height: 60px;
	vertical-align: middle;;
}
div#PageNumbers a {
	font-weight: bold;
}
div#PageNumbers a.next {
	float: right;
}
div#PageNumbers a.prev {
	float: left;
}
.loading {
    background-position: center center;
    background-image: url(/themes/cwcinco/images/ajax-loader.gif);
    background-repeat: no-repeat;
}

/* Blog */
.blog-page #main-content {
    padding-top: 0px;
}

.blog-page .blog-filter {
    height: 46px;    
}

.blog-page .blog-filter h4 {
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 13px;
}

.blog-page .blog-filter ul {
    float: right;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
}

.blog-page .blog-filter ul li {
    float: left;
    margin-left: 15px;
}

.blog-page .blog-filter ul li#search {
    position: relative;
}

.blog-page .blog-filter ul li#search input {
	width: 140px;
	height: 27px;
	padding: 0 20px 0 5px;
	border: none;
	background: url(/themes/nnsita/images/search.png) no-repeat 0 0;
}

.oldie .blog-page .blog-filter ul li#search input {
    padding-top: 5px;
    height: 22px;
}

.blog-page .blog-filter ul li#search img {
	position: absolute;
	top: 8px;
	right: 8px;
}

.blog-page .blog-filter ul li label {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 4px;
}

.blog-page .blog-filter ul li select {        
    width: 118px;
    height: 27px;
    font-size: 12px;
    text-transform: uppercase;
}

.oldie .blog-page .blog-filter ul li select {        
    margin-top: 5px;
}

.blog-page .blog-posts {
    padding: 75px 0;
}

.blog-page .blog-posts ul {
    overflow: hidden;
    list-style-type: none;
    padding-left: 0;
}

.blog-page .blog-posts ul li {
    float: left;
    width: 429px; 
}

.blog-page .blog-posts ul li.last {
    float: right
}

.blog-page .blog-posts ul li .left-col {
    float: left;
    width: 81px;
    height: 220px;
}

.blog-page .blog-posts ul li .left-col img {
    display: block;
    margin-bottom: 10px;
    
}

.blog-page .blog-posts ul li .left-col .day-name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-page .blog-posts ul li .left-col .day-number {
    font-size: 10px;
    text-transform: uppercase;
}

.blog-page .blog-posts ul li .left-col .comments {
    float: left;;
    margin-top: 5px;
    padding-bottom: 4px;
    background: url(../images/comment.gif) no-repeat 7px bottom;
}

.blog-page .blog-posts ul li .left-col .comments span {
    font-size: 12px;
    display: block;
    padding: 5px 13px;
    background-color: #403e3d;
    color: #fff;
}

.blog-page .blog-posts ul li .left-col .comments a {
    font-size: 12px;
    display: block;
    padding: 5px 13px;
    background-color: #403e3d;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.blog-page .blog-posts ul li .right-col {
    width: 335px;
    height: 220px;
    padding-left: 13px;
    float: left;
    overflow: hidden;
}

.blog-page .blog-posts ul li .right-col h3 {
    font-size: 25px;
    margin-bottom: 3px;
}

.blog-page .blog-posts ul li .right-col p {    
    font-size: 15px;
}

.blog-page .blog-posts ul li .right-col .post-author {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}

.blog-page .blog-posts ul li .share {
    clear: left;
    margin-top: 18px;
    padding-top: 10px;
}

.blog-page .blog-posts ul li .share a {
    font-size: 10px;
    text-transform: uppercase;
}

.blog-page .blog-posts ul li .share .social-media {
    float: right;
}

.blog-page .blog-posts ul li .share .social-media img {
    margin-left: 8px;
}

.blog-page .blog-pagination, .pagination {
    padding: 26px 0;
}

.blog-page .blog-pagination ul, .pagination ul {
    overflow: hidden;
}

.blog-page .blog-pagination ul li, .pagination ul li {
    float: left;
    margin-right: 2px;
}

.blog-page .blog-pagination ul li.elipsis, .pagination ul li.elipsis {
    padding: 10px 2px 0 2px;
    height: 12px;
}

.oldie .blog-page .blog-pagination ul li.elipsis {
    padding: 9px 2px 0 2px;
    height: 13px;
}

.blog-page .blog-pagination ul li a, .pagination ul li a {
    font-size: 12px;
    width: 26px;
    height: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}

.blog-page .blog-pagination ul li.active a {
}

.blog-page .blog-pagination ul li.next-post {
    margin-left: 10px;
}

.blog-page .blog-pagination ul li.next-post a {
    text-transform: uppercase;
    width: auto;
    padding-top: 10px;
    height: 12px;
}

.blog-posts .pagination ul li {
	width: auto;
}

.pagination ul li.prev {
	background-image: none;
}

.blog-page .blog-pagination ul li.next {
    margin-left: 10px;
    background-image: none;
    padding: 0;
    text-align: left;
    width: auto;
}

.blog-page .blog-pagination ul li.next a {
    background-image: none;
    text-transform: uppercase;
    width: auto;
    padding-top: 10px;
    height: 12px;
}

.blog-page .blog-pagination ul li.active {
    font-size: 12px;
    width: 26px;
    height: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}


.topic-row {
	float: left;
	margin-bottom: 37px;
}

.topic-box {
	width: 222px;
	float: left;
	margin-right: 20px;
}

.topic-box.last {
	margin-right: 0;
}

.topic-box img {
	margin-bottom: 20px;
}

.topic-box p {
	font-size: 14px;
	margin-left: 15px;
	padding-right: 8px;
}

.topic-box p a {
	font-weight: bold;
	text-transform: uppercase;
}

.blog-page form#Form_CommentsForm fieldset div.field {
	clear: both;
}
.blog-page form#Form_CommentsForm div.Actions {
	clear: both;
	margin-left: 180px;
	margin-bottom: 20px;
}
div#Captcha {
	margin-left: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#blog_share {
	position: relative;
	margin: 20px 0 60px 0;
}

div#blog_share div.sharef, div#blog_share div.sharet, div#blog_share div.shareg {
	float: left;
}

div#blog_share div.sharef {
	margin-right: 30px;
}

div.bio img.photo {
	width: 100px;
}

div.pending-comment {
	font-size: 18px;
	background-color: #900;
	color: white;
	font-weight: bold;
	display: none;
	padding: 20px 30px;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
#main-content div.pending-comment p {
	margin-bottom: 0;
}

img.photothumb {
	border: 10px solid #e3e2e0;
	width: 62px;
}

#side-nav img.photo {
	border: 10px solid #e3e2e0;
	margin: 0 auto;
}
#login-popout {
    position: absolute;
    z-index: 1000;
    right: 24px;
    top: 40px;
    display: none;
    padding-top: 12px;
}

#login-popout .down-arrow {
    display: block;
    width: 24px;
    height: 12px;
    background: url(/themes/nnsita/images/arrow-up-white.png) no-repeat 0 0;
    position: absolute;
    top: -7px;
    right: 33px;
}

#login-popout #login-content {    
    background-color: #fff;    
    padding: 12px 20px;    
    border-radius: 5px;
    box-shadow: 0px 2px 6px #000;
    overflow: hidden;   
}

#login-popout #login-content h3 {
	color: #21afd7;
	font-size: 16px;
}

.ie6 #login-popout #login-content {
    width: 296px;
}

#login-popout #login-content p {    
    font-size: 13px;
    color: #4d4d4d;
    width: 296px;
    margin-bottom: 18px;
    text-align: left;
}

#login-popout #login-content input#email, #login-popout #login-content input#password { 
    display: block;
    border: none;
    height: 27px;
    width: 288px;
    background: url(/themes/nnsita/images/login-box.png) no-repeat 0 0;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    padding-left: 8px;
    margin-bottom: 9px;
}

#login-popout #login-content div#login-destination {

}

#login-popout #login-content div#login-destination p label input {
	display:inline;
	float:left;
	width:26px;
	padding-left: 8px;
	margin-bottom: 9px;
}

#login-popout #login-content a {
    color: #21afd6;
    font-size: 13px;
    text-decoration: underline;
    display: block;
}

#login-popout #login-content #create {
    float: left;
    margin: 30px 0 0 18px;

}

#content form label {
    width:180px;
    font-weight:bold;
    float:left;
    padding: 3px;
    text-align:right;
}
#content form input, #content form select, #content form textarea {
    font-size:114%;
    line-height:122%;
    padding: 2px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background-color:#FFFAD4;
    background-image: url(/argon/images/inputbg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}
#content form select {
	width: 17em;
}
#content form button.action {
    margin-top:20px;
    margin-left:182px;
    margin-bottom: 30px;
}
#content form div.field {
    display: block;
    clear: both;
    margin-bottom: 7px;
}
#content form .validation {
    color: #990000;
}


/* PARTNER MENU PAGE */

.iconBox
{
	display: inline-block;
	border: 1px solid black;
	margin: 10px;
	width: 125px;
	text-align: center;
	padding: 8px;
	height: 118px;
	background-color: #d6ddd6;
	float: left;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.43);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.43);

	font-weight: bold;
	color: #575757;
}


/* SUPPORT MENU */

.supportButton
{
	display: block;
	float: left;
	margin: 5px;
	width: 90px;

	height: 100px;
	background-color: #d6ddd6;
	padding: 10px;
	text-align: center;
}


.supportButton img
{
    margin-bottom: 8px;
}

.supportButton a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	line-height: 1em !important;
	color: #373737;
}


/* MAST IMAGES */

.bannerButton
{
	position: absolute;
	background-color: rgba(83,142,48,0.75);
	border: 4px solid rgba(53,90,30,0.75);
	display: block;
	padding: 15px;

	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}



/* ABOUT US MENU */

#aboutUsMenu {
    background-color: #538e30; 
    padding-top: 10px;
}

#aboutUsMenu h4 {
    font-size: 18px;
    text-align: center;
    color: white;
}

#aboutUsMenu ul{
    list-style-type: none;
    padding: 10px;
}

#aboutUsMenu ul li {
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 14px;
    border-top: 1px solid #cccccc;
}

#aboutUsMenu ul li a {
    text-decoration: none;
    display: block;
    color: #d6ddd6;
    width: 100%;
    font-weight: bold;
}

#aboutUsMenu ul li a:hover {
    color: white;
}

#aboutUsMenu ul li a span {
	float: right;
	width: 32px;
	text-align: center;
	display: block;
	margin-right: 5px;
}