@charset "UTF-8";
/* CSS Document */

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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

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

/* generic styles */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: #144787;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0066e7;
	text-decoration: none;
}
p {
	margin: 0 0 5px 0;
}


/* layout styles */
#Container {
	margin: 0 auto;
	width: 1010px;
}
#header {
	width: 1010px;
}

/* logo styles */
#logo-container {
	overflow: hidden;
}
#logo h1 a {
	background: url(/images/logo.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 60px;
	margin: 10px 0 0 15px;
	text-indent: -9999px;
	width: 370px;
}

/* top nav styles */
#top-nav {
	margin: 25px 15px 0 0;
	text-align: right;
}
#top-nav li {
	display: inline;
	margin: 0 0 0 30px;
	list-style: none;
}
#top-nav li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#top-nav li a:hover {
	color: #a1d4f3;
	text-decoration: none;
}

/* search */
#search {
	float: right;
	margin: 30px 15px 0 0;
}
#search input.search-text, #search select.search-select {
	border: 1px solid #999;
	color: #999;
	font-size: 16px;
	padding: 4px 5px 4px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#search input.search-text {
	background: url(/images/sprites.png) no-repeat 175px -3px #fff;
	margin: 0 5px 0 0;
	width: 200px;
}
#search select.search-select {
	padding: 3px 5px 3px 5px;
}
#search input.search-btn {
	background: url(/images/sprites.png) no-repeat -5px -40px;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0 0 0 2px;
	text-indent: -9999px;
	width: 37px;
}
#search input.search-btn:hover {
	background: url(/images/sprites.png) no-repeat -5px -82px;
}

/* contents styles */
#wrapper-contents {
	background: #fff;
	margin: 18px 0 0 0;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

#content {
	background: url(/images/bg_column.jpg) 0 0 repeat-y;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1010px;
}

/* main nav styles */
#main-nav-container {
	margin: 0 auto;
	width: 990px;
}
#main-nav {
	height: 25px;
	margin: 5px 0 7px 0;
}
#nav {
	margin: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
/* main level link */
#nav li a {
	background: #ececec;
	color: #474747;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 8px 22px;
	text-decoration: none;
	text-transform: uppercase;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: url(/images/bg_mainnav_btn.gif) repeat-x 0 0;
	color: #fff;
	padding: 8px 22px;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
}
#nav ul a:hover {
	color: #fff !important;
}
/* level 2 list */
#nav ul.second-level {
	background: #6f9eba; /* for non-css3 browsers */
	display: none;
	filter: alpha (opacity=90);
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
/* dropdown */
#nav li:hover > ul.second-level {
	display: block;
	z-index: 3;
}
#nav ul.second-level li {
	border-bottom: 1px dotted #81adc7;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: left;
	width: 200px;
}
#nav ul.second-level li a {
	display: block;
	font-weight: normal;
	padding: 0 10px 0 10px;
	text-transform: none;
}
#nav ul.second-level li a:hover {
	text-decoration: underline;
}
/* clearfix */
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* 3 columns */
/*
#wrapper-column {
	background: url(/images/bg_column.jpg) repeat-y 0 0;
	margin: 0 auto;
	overflow: hidden;
	width: 1010px;
}
*/
#lt-side, #middle {
	float: left;
}
#rt-side {
	float: left;
}
#middle, #rt-side {
	margin: 0 0 0 10px;
}
#lt-side {
	width: 190px;
}
#middle {
	overflow: hidden;
	width: 505px;
	z-index: 1;
}
#rt-side {
	width: 265px;
}
.row-block h2 {
	background: url(/images/bg_title.gif) repeat-x 0 0;
	color: #4c4c4c;
	font-size: 14px;
	height: 23px;
	padding: 9px 0 0 12px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.lt-links, #latest-newsletter, #social-media, #forum-post {
	margin: 0 auto;
	width: 170px;
}
.lt-links ul, #social-media ul, #forum-post ul, #latest-newsletter ul {
	padding: 0 0 5px 0;
}
.lt-links li, #forum-post li, #latest-newsletter li {
	background: url(/images/red_arrow.png) no-repeat 0 7px;
	border-bottom: 1px solid #e1e6e8;
	line-height: 18px;
}   
.lt-links li a, #forum-post li a, #latest-newsletter li a {
	display: block;
	padding: 8px 0 8px 16px;
}
/*
#forum-post li {
	padding: 8px 0 8px 16px;
}
#forum-post li a {
	display: inline;
}
#latest-newsletter {
	border-bottom: 1px solid #e1e6e8;
	line-height: 18px;
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
}
*/
#social-media li {
	border-bottom: 1px solid #e1e6e8;
}
#social-media li a {
	display: block;
	padding: 10px 0 10px 23px;
}
#social-media li.icon-rss {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -117px;
} 
#social-media li.icon-twitter {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -143px;
}
#social-media li.icon-facebook {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -169px;
}
#social-media li.icon-delicious {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -195px;
}



#newsletter-signup, #host-gardyne {
	border-bottom: 1px solid #e1e6e8;
	line-height: 18px;
	margin: 5px auto;
	padding: 5px 0 10px 0;
	width: 245px;
}
#newsletter-signup h3 {
	color: #ba0808;
	font-size: 21px;
	margin: 0 0 10px 0;
}
#newsletter-signup img {
	float: right;
}
#newsletter-signup input.signup-text {
	color:#999;
	border: 1px solid #7f9db9;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	width: 210px;
}
#newsletter-signup input.signup-btn {
	background: url(/images/sprites.png) no-repeat -5px -229px;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	text-indent: -9999px;
	width: 142px;
}
#newsletter-signup input.signup-btn:hover {
	background: url(/images/sprites.png) no-repeat -5px -271px;
}
p.newsletter-guarantee {
	color: #666;
	font-style: italic;
}
#social-media-container {
	background: url(/images/icon_rss_big.png) no-repeat 0 2px;
	border-bottom: 1px solid #e1e6e8;
	overflow: hidden;
	margin: 0;
	padding: 0 0 15px 30px;
}
#social-media-container li {
	border: none;
	margin: 10px 0 0 0;
	padding: 8px 0;
}
#social-media-container li a {
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 45px;
}	
#social-media-container li.icon-twitter-big {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -388px;
}
#social-media-container li.icon-like-big {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -430px;
}
#social-media-container li.icon-rss-big {
	background: url(http://www.associateprograms.com/templates/AP3/images/sprites.png) no-repeat -5px -472px;
}
#host-gardyne img {
	border: 3px solid #999;
	float: right;
	margin: 0 0 0 10px;
}

#banner-250 {
	margin: 30px auto;
	text-align: center;
}
#banner-125 {
	text-align: center;
}
#banner-125 img.banner-01 {
	margin: 0 5px 0 0;
}
#ad-block-container {
	background: #fff;
	border: 1px solid #cacaca;
	margin: 20px auto;
	padding: 15px;
	text-align: center;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#ad-block-container span.title {
	background: none;
	color: #ba0808;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 15px 0;
}
#ad-block-container span.sub-title {
	background: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}


/* footer styles */
#Footer {
	background: #6e9db9;
	width: 100%;
}
#FooterList, #copyright {
	margin: 0 auto;
	text-align: center;
	width: 1010px;
}
#FooterList {
	padding: 30px 0 20px 0;
}
#FooterList span {
	color: #fff;
}
#FooterList span a {
	color: #fff;
	padding: 0 9px 0 7px;
	text-decoration: none;
}
#FooterList span a:hover {
	color: #0066e7;
	text-decoration: none;
}
#copyright {
	padding: 0 0 30px 0;
}
	
	
/* forum styles */	
.searchbox, .recommendedresources {
	background: #e6eff8;
	border: 1px solid #c4d9ea;
	margin: 5px 0 0 0;
	padding: 10px;
	z-index: 2;
}
.searchbox {
	margin: 5px 0 0 0;
}
.recommendedresources {
	margin: 5px 0 30px 0;
}
.recommendedresources h5 {
	font-size: 16px;
	margin: 5px 0 10px 0;
}
.recommendedresources ul li {
	background: url(/images/red_arrow.png) no-repeat 0 0;
	line-height: 18px;
	padding: 0 0 0 20px;
}
	
	
	
	
/* old code - knowledgebase styles */
.Trail {
	font-size: 10px;
	margin: 10px 0;
}
.links {
	padding: 5px;
	margin: 10px;
	background: #E6EFF8;
	border: 1px solid #C4D9EA;
}
.links h3 {
	font-size: 120%;
	margin: 0;
	margin-left: 10px;
}
.rss {
	float: right;
}
div.featured {
	clear: both;
	text-transform: uppercase; 
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: #6e9db9;
	padding: 7px 10px;
	margin: 20px 0 10px 0;
}
div.featured h4 {
	padding: 0 0 0 15px;
}
#icon_folder {
	background: url(http://associateprograms.com/knowledgebase/templates/APDesign/Images/Category/1.gif) no-repeat 5px 4px #6e9db9;
}
#icon_edit {
	background: url(http://associateprograms.com/knowledgebase/templates/APDesign/Images/Question.gif) no-repeat 5px 4px #6e9db9;
}
#icon_search {
	background: url(http://associateprograms.com/knowledgebase/templates/APDesign/Images/SearchResult.gif) no-repeat 5px 4px #6e9db9;
}

.categorylink {
	font-weight: bold;
}

.categorydesc {
	padding: 3, 3, 7, 20;
	color: gray;
}


#cat_panel td.content {
	background: url(http://associateprograms.com/knowledgebase/templates/APDesign/Images/Category/1.gif) no-repeat 0 2px;
	padding: 5px 0 5px 20px;
}
ol.list_row li {
	background: url(http://associateprograms.com/knowledgebase/templates/APDesign/Images/SearchResult.gif) no-repeat 0 0;
	list-style: decimal;
	margin: 0 0 0 40px;
	padding: 5px 0 5px 20px;
}
#cat_questions_container .featured img {
	float: right;
	margin: -13px 0 0 0;
	padding: 0;
}

#cat_questions_container ol li {
	list-style: decimal;
	line-height: 18px;
	margin: 0 0 0 25px;
	padding: 5px 0;
}
#cat_questions_container ol li img {
	margin: 0 5px 0 0;
}
#cat_questions_container ol li a {
	font-weight: bold;
}



#box_container {
	border-bottom: 1px dotted #e1e6e8;
	border-top: 1px dotted #e1e6e8;
	margin: 20px 0 10px 0;
	overflow: hidden;
	padding: 10px 0 20px 0;
}
#box_container h2, #kb_comments h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#box_container .box_text {
	float: left;
	width: 505px;
}
#box_container .box_text p, #box_container .Box p, #kb_comments p, #kb_relquestions p {
	line-height: 18px;
}


#box_container .Box {
	background: #eee;
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px;
	width: 180px;
}
#box_container .Box div {
	margin: 0 0 10px 0;
}
#kb_comments {
	margin: 0 0 20px 0;
	overflow: hidden;
}
#kb_relquestions {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#kb_relquestions h4.featured {
	clear: both;
	text-transform: uppercase; 
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: #6e9db9;
	padding: 7px 10px;
	margin: 0 0 10px 0;
}
p.rss-title, li.rss-item br {
	display: none;
}
.adsense-right {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
.adsense-center {
	margin: 0 auto;
	padding: 10px 0 25px 0;
	text-align: center;
}
.adsense-center-kall {
	display: block;
	position: absolute;
	margin: -154px 0 20px 0;
	padding: 0 0 25px 0;
	text-align: center;
	width: 505px;
}
.adsense-bottom {
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: center;
}
.adsense-left {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
.banner-spacer {
	margin: 97px 0 0 0;
}

.Breadcrumb {
	background: none;
	border-top: 1px dotted #e1e6e8;
	border-bottom: 1px dotted #e1e6e8;
	font-size: .85em;
	margin: 0;
	padding: 7px 15px 8px 0;
}
.Breadcrumb li {
	background: url(http://www.associateprograms.com/knowledgebase/templates/APDesign/images/arrow_bcrumb.png) no-repeat 0 1px;
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 12px;
}
.Breadcrumb li a {
	color: #144787;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.Breadcrumb li a:hover {
	color: #0066e7;
	text-decoration: none;
}
.Breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select-cat {
	background: #efefef;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

.post-comment {
	background: url(http://www.associateprograms.com/knowledgebase/templates/APDesign/images/sprites.png) no-repeat -5px -674px;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 150px;
}
.container-kb h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.container-kb p {
	line-height: 18px;
}

.Details {
	display: block;
	margin: 0 0 5px 0;
}
.Comment {
	display: block;
	margin: 0 0 10px 0;
}

.Heading2 {
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 10px 0;
}








	
	
