@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;
	text-align: center; /* for IE */
}
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;   /* align for good browsers */
	padding: 0;
	text-align: left; /* counter the body center */
	width: 1010px;
}
#header {
	margin: 0 auto;
	padding: 0;
	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: 5px 0 0 10px;
	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: 20px 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;
	padding: 0;
	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(/images/sprites.png) no-repeat -5px -117px;
} 
#social-media li.icon-twitter {
	background: url(/images/sprites.png) no-repeat -5px -143px;
}
#social-media li.icon-facebook {
	background: url(/images/sprites.png) no-repeat -5px -169px;
}
#social-media li.icon-delicious {
	background: url(/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;
	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 - directory styles */

strong 
{
color: #000000;
}
div.page
{
	background-color: #FFF;
	margin: 0 auto;
	width: 600px;
}
div.header
{
	border-top: 4px solid #E4E4E4;
	height: 75px;
	background-color: #F4F4F4;
}
div.logo
{
	float: left;
	padding: 10px 0 0 10px;
	width: 190px;
}
div.lang-switch
{
	float: right;
	margin: 0px 0 0 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #6C6C6C;
}
div.menu a
{
	color: #6C6C6C;
}
div.top-menu
{
	height: 30px;
	border-bottom: 4px solid #FFF;
	margin-bottom: 0px;
	background-color: #EFEFEF;

}
div.angle-left
{
	background-image: url('../img/angle-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
div.angle-right
{
	background-image: url('../img/angle-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
div.end-left
{
	background-image: url('../img/end-left.gif');
	background-repeat: no-repeat;
	background-position: top left;

}
div.end-right
{
	background-image: url('../img/end-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
div.footer-top-left
{
	background-image: url('../img/footer-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 17px;
}
div.footer-top-right
{
	background-image: url('../img/footer-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 17px;
}
div.footer-bottom-left
{
	background-image: url('../img/footer-bottom-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 19px;
}
div.footer-bottom-right
{
	background-image: url('../img/footer-bottom-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 19px;
}
div.line
{
	background-color: #E2E2E2;
	margin-top: 4px;
	height: 5px;
	width: 760px;
	height: 6px;
}	
ul.search
{
	margin: 0 0 0 20px;
	padding: 0;	
	color: #4D89AE;
}
ul.search li
{
	padding: 0;
}
ul.search li a
{
	color: #4D89AE;
	font-weight: bold;
	text-transform: lowercase;
}
ul.top-menu
{
	list-style-type: none;

	margin: 0;
	padding-left: 0px;
}
ul.top-menu li
{
	background-image: url('../img/top-tab.gif');
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	line-height: 20px;
	padding: 2px 6px 2px 2px;
	text-align: center;
	width: 65px;	
}
ul.top-menu li a
{
	color: #737373;
	font-size: 11px;
}
ul.top-menu li a:hover
{
	color: #000;
}
ul.menu
{
	list-style-type: none;
	margin: 0;
	padding-left: 2px;
	
}
ul.menu li
{
	float: left;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	margin: 0 7px;
}
ul.menu li.active
{
	background-image: url('../img/tab-act.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	line-height: 30px;
	font-weight: bold;
	color: #4D89AE;
}
ul.menu li a
{
	color: #0066cc;
	font-size: 11px;
	font-weight: bold;
}
ul.menu li a:hover
{
	color: #000;
}
div.search-form
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
	margin: 0px 5px;
}
div.search-form a
{
	color: #4983A9;
}
div.search-tools
{
margin-left: 5px;
margin-right: 5px;
background-color: #7EA5D0;
border-bottom: 2px solid #5A8FC3;
height: 28px;
}
input.what
{
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
div.bottom
{
	background-color: #FFFFFF;
	clear: both;
	color: #A8A8A8;
	font-size: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
div.bottom a
{
	color: #808080;
	font-weight: bold;
}
div.bottom a:hover
{
	color: #333;
}
div.copyright
{
	margin-top: 8px;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}
h1
{
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	padding-bottom: 5px;
/*	padding-left: 5px; */
	margin-bottom: 0px;
}
h1 a
{
	color: #161616;
}
p.date
{
	font-size: 13px;
}
p.news
{
	margin-top: 5px;
	font-size: 12px;
}
p.last
{
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.field
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset
{
	border: 1px solid #AF1600;
	margin: 5px;
}
legend
{
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #AF1600;
	font-weight: bold;
	padding: 3px;
}
div.links
{
	text-align: justify;
}
div.links a
{
	color: #BA0808;
}
div.link-sorting
{
	font-size: 11px;
	text-align: center;
}
div.link-sorting a
{
	font-weight: bold;
}
a.title
{
	font-size: 14px;
	font-weight: bold;
	color: #89A8C4;
}
div.url
{
	color: #89A8C4;
	padding: 0;
	margin: 2px;
	font-size: 11px;
	font-style: italic;
}
div.description
{
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 12px;
}
div.stat
{
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 11px;
}
div.pr_stat
{
	color: #333;
	font-size: 9px;
	margin: 2px 2px 15px 2px;
}
form
{
	margin: 0;
	padding: 0;
}
div.categories
{
	font-size: 13px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;	
	background-color: #FFF;
	border-bottom: none;
	width: 500px;
}
div.categories a
{
	color: #0066CC;
	font-weight: bold;
}
div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	width: 195px;
	padding-top: 15px;
	position: relative;
	padding-right:60px;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	width: 205px;
	padding-top: 15px;
}
div.subcategories
{
	padding-left: 30px;
}
div.subcategories a
{
	font-size: 11px;
	color: #1979B5;
	font-weight:normal;
}
div.categories div.divider
{
	clear: both;
	height: 1px;
}
div.categories div.categ
{
	line-height: 22px;
	padding-left: 15px;
	background-image: url(../img/ico-dir.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 25px;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	font-weight: bold;
	padding: 5px;
	color: #0066CC;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.error
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	color: #CC0000;
}
div.navigation
{
	color: #333;
	clear: both;
	margin: 0 0 15px 0;
	text-align: center;
}
div.navigation a
{
	color: #333;
}
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 0;
	padding: 0;
	width: 100px;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.preview
{
	background-image: url('../img/no-preview.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
.box
{
	clear: both;

}
div.inner-box-top-left
{
	height: 10px;
	background-image: url('../img/inner-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.inner-box-top-right
{
	background-image: url('../img/inner-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
div.inner-box-bottom-left
{
	background-image: url('../img/inner-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 11px;

}
div.inner-box-bottom-right
{
	background-image: url('../img/inner-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 11px;
}
div.out-box-top-left
{
	background-image: url('../img/out-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
}

div.out-box-top-right
{
	background-image: url('../img/out-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
div.out-box-bottom-left
{
	background-image: url('../img/out-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;

}
div.out-box-bottom-right
{
	background-image: url('../img/out-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 10px;
}
.box-caption
{
	background-image: url('../img/caption-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 7px 5px;
	margin: 4 10px 0;
	text-transform: capitalize;
}
div.box-caption-img
{
	position: absolute;
	margin: -8px;
}
.caption-left
{
	background-image: url('../img/caption-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
}
.caption-right
{
	background-image: url('../img/caption-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	
}
div.box-content
{
	padding: 4px 0px 0px;
}
div.box-content a:hover
{
	color: #6780B8;
}
div.sponsored-link a
{
	font-size: 12px;	
	text-align: left;
}
div.featured-link a
{
	font-size: 12px;	
	text-align: left;
}
div.featured-link 
{
	background-color: #E6EFF8;
}
div.partner-link a
{
	font-size: 12px;	
	text-align: left;
}
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
ul.editor-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.editor-menu li
{
	text-transform: uppercase;
}
td.link
{
	padding-bottom: 20px;
}
div.comment
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
div.posted
{
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 4px;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
p.field
{
	font-size: 11px;
	margin: 0 0 10px 0;
}
div.payment
{
	border: 2px solid #D1D1D1;
	background-color: #EBEBEB;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}
.sponsored
{
	border: 0px solid #C4D9EA;
	background-color: #C4D9EA;
	padding: 10px 5px 0px 5px;
	margin: 0 0 10px 0;
  font-size: 14px;
}
.sponsoredTble{
	font-size: 14px;
}
.sponsored h1 {
	font-size: 16px;
  color: #000;
}
.sponsored .benifitsTitle {
	font-size: 15px;
  color: #000;
  font-weight: bold;
}
.sponsored .priceTitle {
	font-size: 14px;
  color: #000;
  font-weight: bold;
}
div.news-title
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px 0;
}
.col_01 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.listing_c{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 3px;
}
.box-caption2 {
	background-image: url('../img/caption-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 7px 5px;
	margin: 4 10px 0;
}

div.box-caption2 a{
	color: #FFFFFF;
}
.summarytop {
 padding: 6px;
 border-bottom: 1px dotted #cccccc;
 border-top: 1px dotted #cccccc;
 font-size: 10pt;
}
.new_cat
{
	padding-left:5%;
	padding-top: 5px;
	padding-bottom: 25px;
	width:505px;
	text-transform: capitalize;
}

.adversion1 {
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #BA0808;
	background: #ffffff;
	color: #BA0808;
	font-size: 18px;
	font-weight: bold;
}

.adversion1 a{
color: #0662B0;
}

.adversion1 h5{
font-size: 12px;
color: #000000;
}

.adversion3rd {
	margin: 0 10px;
	padding: 10px;
	border: 2px solid #0662B0;
	background: #ffffff;
	color: #0662B0;
	font-size: 18px;
	font-weight: bold;
}

.adversion3rd a{
color: #0662B0;
}

.adversion3rd h5{
font-size: 12px;
color: #000000;
}

.adversion2 {
	margin: 0 10px;
	padding: 10px;
}

.adversion3rdfooter {
	margin: 0 10px;
	padding: 3px;
	font-size: 9px;
	font-color: #BA0808;

}

.adversion3rdfooter a{
	color: #0662B0;
}	


.row1 {
	width: 200px;
}
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-left {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}	

.box-get-traffic {
	background: #efefef;
	border: 1px solid #e1e6e8;
	display: block;
	margin: 0;
	padding: 15px;
	height: 500px;
}	








	
