BODY {
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #EFEFEF;
	margin: 0;
	padding: 0;
}
A { color: #0076CA; }
A:HOVER { text-decoration: none; }
A IMG { border: none; }
.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 1px;
}
FORM {
	margin: 0;
	padding: 0;
}
INPUT, TEXTAREA, BUTTON {
	font-family: Tahoma, Arial, Sans-Serif;
}

#page {
	text-align: left;
	width: 1000px;
	margin: auto;
}
.page-area { background: #ACE950 url(images/bg/body-bg.jpg) repeat-x left top;
}

#header { 
	padding-bottom: 9px;
}
#logo { 
	float: left;
	margin-top: 5px;
}
#search {
	float: right;
	padding: 8px;
	background: #5C9C2E;
	font-size: 11px;
	border: 1px solid #6AA934;
	margin-top: 4px;
}
#search INPUT { font-size: 11px; }
#search INPUT.autohide-off { color: #676767; }
#search DIV { display: inline; }
#search INPUT.search-input {
	color: #AAAAAA;
	width: 201px;
}

/*  Top Navbar  */
#top-navbar {
	height: 29px;
	background: #000000 url("images/bg/bg-topnavbar.jpg") repeat-x left top;
	float: left;
	width: 100%;
    margin-top:40px;
    border-top:1px solid #444;
	margin-bottom: 10px;    
	_margin-bottom: 0;
	_padding-bottom: 10px;
	_background: #3A7B1F url("images/bg/bg-topnavbar.jpg") repeat-x left top;
	text-align: center;
}
#top-navbar .top-navbar-content {
	margin: auto;
	text-align: left;
	width: 1000px;
	padding-top: 5px;
	color: #575757;
	font-size: 11px;
}
#top-navbar .top-navbar-content .left {
	float: left;
	width: 50%;
}
#top-navbar .top-navbar-content .right {
	float: right;
	width: 35%;
	text-align: right;
}
#top-navbar .top-navbar-content A { color: #777777; }
#top-navbar .top-navbar-content A:HOVER { color: #0076CA; }
#top-navbar .top-navbar-content A.feed, A.feed {
	background: url("./images/icons/rss.gif") no-repeat left center;
	padding-left: 16px;
}
#top-navbar UL.links, #top-navbar UL.links LI {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#top-navbar UL.links LI.separator { padding: 0 3px; }

#content-area {
	margin-top: 5px;
	padding-top: 5px;
	background: #F0F9CC url(./images/bg/bg-page.jpg) repeat-x left top;
}
#content-area .wrapper {
	padding: 0;
	width: 1000px;
	text-align: left;
	background: #FFFFFF;
	margin: auto;
}
#content-area .gaps {
	padding: 10px;
}
.narrowcolumn H2 {
	font-weight: normal;
	font-size: 27px;
	color: #70B036;
	font-family: Calibri, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 670px;
	margin-right: 30px;
	/*overflow: auto;*/
}
#sidebar UL, #sidebar UL LI {
	list-style: none;
}
#sidebar H2 {
	font-size: 15px;
	color: #4A8B27;
	font-weight: normal;
}
#sidebar A {
	color: #676767;
}
#footer {
	font-size: 11px;
	text-align: center;
	background: #EEEEEE url("images/bg/bg-footer.jpg") repeat-x left top;
	color: #444444;
	padding: 15px 0 17px 0;
	border-bottom: 1px solid #CFCFCF;
}
#footer .footer-area{
	width: 1000px;
	margin: auto;
	text-align: left;
}
#footer .copyright {
	float: left;
	width: 40%;
}
#footer A { color: #0076CA; }
#footer A:HOVER {
	text-decoration: none;
}
#footer .server-icon {
	width: 42px;
	height: 54px;
	background: url("./images/server-small.png") no-repeat left top;
	float: left;
	display: inline;
	margin: 7px 10px 0 0;
}
#footer .links {
	float: right;
	width: 43%;
}
#footer .links UL, #footer .links UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
} 
#footer .links UL LI.separator {
	padding: 0 5px;
	color: #888888;
}
#footer .seo {
	padding-top: 7px;
}
#bottom-banner {
	text-align: center;
}
#bottom-banner .content-area {
	margin: auto;
	background: #E0ECF2;
	padding: 10px;
}
#footer-links {
	background: #252525;
	padding: 15px 15px 25px 15px;
	text-align: center;
}
#footer-links .content-area {
	margin: auto;
	text-align: left;
	width: 1000px;
}
#footer-links .content-area H2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	color: #70B036;
	padding-bottom: 10px;
}
#footer-links UL, #footer-links UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#footer-links UL LI {
	width: 150px;
	margin-right: 57px;
	display: inline;
	font-size: 11px;
	clear: both;
}
#footer-links UL LI STRONG { 
	color: #B7B7B7;
	display: block;
	padding: 1px 3px;
	border-bottom: 1px dotted #474747;
	margin-bottom: 3px;
}
#footer-links UL.last LI { margin-right: 0; }
#footer-links UL LI A {
	text-decoration: none;
	display: block;
	color: #888888;
	padding: 1px 3px;
}
#footer-links UL LI A:HOVER {
	background-color: #333333;
	color: #EEEEEE;
}
#main-menu {
	float: left;
	padding-left: 84px;
	padding-top: 18px;	
}
#main-menu UL, #main-menu UL LI {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	font-size: 14px;
}
#main-menu UL LI { margin-right: 1px; }
#main-menu UL LI A {
	display: block;
	padding: 3px 10px;
	/*border-right: 1px dotted #84C340;*/
	color: #FFFFFF;
	text-decoration: none;
}
#main-menu UL LI A.current {
	background: #71B137;
}
#main-menu UL LI A:HOVER.current {
	color: #FFFFFF;
}
#main-menu UL LI.last A { border-right: none; }
#main-menu UL LI A:HOVER {
	color: #84C340;
}

#home .narrowcolumn H2.highlight {
	font-size: 21px;
	color: #2F839B;
	border-bottom: none;
}
#home .narrowcolumn H2 {
	font-size: 17px;
	color: #4A8B27;
	font-weight: bold;
	border-bottom: 1px dotted #C0C0C0;
}
H2.dotted { border-bottom: 1px dotted #C0C0C0; }
#home .narrowcolumn H2 SPAN.subtitle, #content H2 SPAN.subtitle{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #9BC120;
	display: block;
	padding-bottom: 8px;
}

#home .frame-block {
	background: #E0ECF2;
	padding: 10px;
}
#home .frame-block .block-content {
	background: #FFFFFF;
	width: 649px;
	height: 219px;
	overflow: hidden;
}
#home .frame-block .block-content #slideshow, #home .frame-block .block-content #slideshow LI {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#home .frame-block .block-content #slideshow { position: relative; }
#home .frame-block .block-content #slideshow LI {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#home .frame-block .block-content #slideshow LI.current { display: block; }
.gap {
	clear: both;
	height: 20px;
}
.gap-small {
	clear: both;
	height: 10px;
}
#home .servers-list, #home .servers-list LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home .servers-list P.image {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#home .servers-list P.image A {
	border: 4px solid #E0E0E0;
	display: block;
}
#home .servers-list P.image A IMG { width: 70px; }
#home .servers-list P.image A:HOVER { border-color: #E0ECF2; }
#home .servers-list LI {
	float: left;
	margin-bottom: 8px;
	//	margin-top: 8px;
	//	margin-bottom: 0;
	width: 305px;
	display: inline;
	margin-right: 15px;
	height: 110px; 
}
#home .servers-list P.info A { text-decoration: none; }
#home .servers-list P.info A SPAN { color: #676767; }
#home .servers-list P.info A STRONG, #home .servers-list P.info A:HOVER SPAN { color: #2F839B; }
A.more {
	background: url("./images/icons/more.gif") no-repeat right center;
	padding-right: 15px;
	font-size: 11px;
	float: right;
	color: #676767;
	text-decoration: none;
}
A.more:HOVER {
	text-decoration: underline;
	color: #0076CA;
}
#home .articles, #home .articles LI {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home .articles LI { padding-top: 5px; }
#home .articles A { color: #676767; }
#home .gray-box {
	background: #F7F7F7;
	padding: 10px;
	border: 2px solid #F0F0F0;
}
#home .logos-list {
	margin-left: -8px;
}
#home .logos-list TD {
	padding: 0;
	height: 55px;
	padding: 8px;
	border: 1px solid #F0F0F0;
	text-align: center;
}
#home .logos-list TD:HOVER {
	border: 1px solid #E0ECF2;
}
#home .narrowcolumn .banner {
	width: 100%;
	text-align: left;
	padding: 20px 0 0 0;
}
#sidebar { 
	float: left;
	width: 270px;
}
#sidebar .categories UL, #sidebar .categories UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	_border: 1px solid white;
}
#sidebar .categories UL LI A {
	padding: 3px 5px;
	display: block;
	border-bottom: 1px dotted #F0F0F0;
	text-decoration: none;
	font-size: 12px;
	color: #2F839B;
}
#sidebar .categories UL LI A:HOVER {
	background: #F0F9CC;
}
#sidebar H2.filled {
	background: #71A421 url("./images/bg/h2f.jpg") repeat-x left top;
	color: #FFFFFF;
	padding: 4px 7px;
}
#sidebar .banner {
	text-align: center; 
	width: 100%;
	float: left;
	padding: 15px 0;
	margin: 10px 0; 
	background: #FAFAFA;
}
.tag-cloud {
	padding-bottom: 15px;
}
.tag-cloud A { text-decoration: none; }
.tag-cloud A:HOVER {
	background: #A2C52D;
	color: #FFFFFF !important;
}
.breadcrumbs, .breadcrumbs A {
	color: #AAAAAA;
	font-size: 11px;
}
.breadcrumbs .separator {
	background: url('./images/icons/bc-separator.gif') no-repeat center center;
	padding: 0 5px;
}
#page-content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
#page-content H2 {
	font-size: 30px;
	font-weight: bold;
}
#sidebar .banner-list {
	text-align: center; 
	width: 100%;
	float: left;
	padding: 15px 0;
	margin: 10px 0; 
}
#sidebar .banner-list UL, #sidebar .banner-list UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
} 
#sidebar .banner-list UL LI { 
	float: left;
	display: inline;
	margin: 3px;
}
.contact-form SPAN.required {
	font-weight: bold;
	color: #E86919;
}
.contact-form TD.label {
	font-size: 15px;
	text-align: right;
	width: 200px;
}
.contact-form INPUT, .contact-form TEXTAREA {
	font-size: 18px;
}
.contact-form INPUT[type="text"], .contact-form TEXTAREA {
	width: 99%;
}
.contact-form TEXTAREA {
	height: 150px;
}
.contact-form SPAN.hint {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #777777;
	font-style: italic;
}
.contact-form .captcha {
	width: 57px !important;
}
div.wpcf7-validation-errors {
	border: 1px solid #E6DB55 !important;
	padding: 7px !important;
	background: #FFFBCC;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #EA7023 !important;
}
#content A.company-logo {
	float: left;
	text-align: center;
	border: 1px solid #F0F0F0;
	padding: 8px;
	display: inline;
	margin-right: 10px;
	_position: relative;
}
#content A.company-logo:HOVER { 
	border: 1px solid #84B01B;
}
#content .company-row {
	clear: both;
	margin-bottom: 10px;
	position: relative;
	background: #FFFFFF;
	padding: 7px;
}
#content .company-row.last {
	margin-bottom: 0;
}
#content .company-row .entry {
	color: #676767;
	font-size: 12px;
}
#content .company-row H3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#content .company-row .ratingblock {
	position: absolute;
	right: -8px;
	top: -5px;
	_right: 16px;
	/*padding: 5px;*/
	width: 225px;
	font-size: 11px !important;
}
#content .company-row .ratingblock .ratingtext {
	font-size: 11px;
	padding-left: 7px;
	color: #AAAAAA;
	margin-top: -13px;
	margin-left: 60px;
}
#content .companies {
	padding: 10px;
	background: #F8FBFC url("./images/bg/bg-companies.jpg") repeat-x left top;
}
#content .companies.articles {
	background: #FFFFFF;
}
#content .companies.articles .ratingblock {
	display: none;	
}
#content .company-row .additional-info { display: none; }
#content #popup-info {
	background: #408221;
	color: #C0DA6D;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#content #popup-info STRONG { color: #FFFFFF; }
#content #popup-info.company {
	width: 260px;
}
#content #popup-info .pi-col {
	float: left;
	width: 240px;
	display: inline;
	margin-right: 15px;
	padding-bottom: 15px;
	
}
SPAN.highlight {
	background-color: #F4FAFA;
	color: #0076CA;
}
P.categories {
	width: 50%;
	font-size: 9px;
	color: #AAAAAA;
}
.company-row P.categories {
	width: 85% !important;
	margin-left: 97px;
}
P.categories A {
	color: #676767;
	text-decoration: none;
	white-space: nowrap;	
}
P.categories A:HOVER {
	color: #0076CA;
	text-decoration: underline;
}
.search-row {
	padding: 10px;
	border-bottom: 1px dotted #E0E0E0;
}
.search-row P.description {
	font-size: 12px !important;
}
.search-row H3, .search-row P.description {
	margin: 0;
	padding: 0;
}
.search-row .logo {
	float: right;
	padding: 5px;
	border: 1px solid #EEEEEE;
	width: 160px;
	text-align: center;
	margin: 0 0 5px 5px;
	display: inline;
}
#single-content .entry {
	font-size: 12px;
	line-height: 135%;
}
#single-content H2.title {
	font-weight: bold;
	font-size: 32px;
}
#single-content .additional-info {
	float: left;
	width: 230px;
}
#single-content .additional-info .screenshot {
	padding: 4px;
	border: 1px solid #F0F0F0;
	width: 210px;
	text-align: center;
}
#single-content .additional-info .logo {
	padding: 4px;
	border: 1px solid #F0F0F0;
	width: 210px;
	text-align: center;
	margin-bottom: 7px;
}
#single-content .general-info {
	float: left;
	width: 430px;
}
#single-content .additional-info A.more-info {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#single-content .rating {
	margin-top: 10px;
	border-top: 1px dotted #C0C0C0;
	padding-top: 10px;
	width: 220px;
}
#single-content .rating .gdmultitable { 
	border: none !important;
	width: 100% !important;
}
#single-content .rating H3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#single-content .reviews {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #EEEEEE;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#single-content .reviews H2 {
	color: #EC8637;
}
#commentform {
	background: #FAFAFA;
	padding: 10px;
}
#commentform INPUT, #commentform TEXTAREA {
	font-size: 18px;
}
#commentform TEXTAREA {
	width: 90%;
	height: 120px;
}
#commentform.collapsed { display: none; }
#addreview-link {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin-top: 10px; 	
}
#addreview-link.button {
	background: #E86919 url(./images/icons/add.gif) no-repeat 5px center;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 5px 10px 5px 30px;
}
#addreview-link.button:HOVER {
	background-color: #E97618;
}
#comments {
	float: right;
	margin-top: -20px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist LI {
	font-size: 12px;
	background: #F7F4EA;
	margin-bottom: 8px;
}
.commentlist LI.alt {
	background: #F1EDDC;
}
.companies .st-taf, #page-content .st-taf { display: none !important; }
.msgError {
	font-size: 12px;
	color: #E55D18 !important;
	font-weight: normal !important;
}
TABLE.advertising-plans {
	width: 100%;
}
TABLE.advertising-plans TD, TABLE.advertising-plans TH {
	font-size: 14px;
	padding: 7px;
	text-align: left;
}
TABLE.advertising-plans TH {
	border-bottom: 2px solid #8FB919;
	color: #408123;
}
TABLE.advertising-plans TR.odd TD {
	background: #E0ECF2;
}
.reviewer-data {
	font-size: 11px;
}
.reviewer-data .name {
	font-weight: bold;
}
TABLE.review-item TD.review-info H4 {
	color: #549026;
	font-family: Carlibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
TABLE.review-item TD.reviewer-data {
	width: 25%;
	background: #E3DAC6;
}
TABLE.review-item {
	width: 100%;
}
TABLE.review-item TD {
	padding: 8px;
} 
#comment-errormsg {
	padding: 7px;
	background: #FFFFCC;
	border: 1px solid #DCCBAB;
	font-size: 12px;
	color: #333333;
	display: none;
}
.processing-request {
	background: #F0F9CC url('./images/icons/loader-green.gif') no-repeat 7px center;
	border: 1px solid #BAD65F; 
	padding: 7px 7px 7px 27px;
	color: #333333;
	font-size: 12px;
	display: none;
}
.processing-request.done {
	background: #F0F9CC !important;
	padding: 7px !important;
}
.hp-google-ad, .sidebar-google-ad {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
A.more-info-link {
	float: left;
	clear: both;
	font-size: 17px;
	background: #6CA11F;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	padding: 7px;
}
A.more-info-link:HOVER { background: #97BD18; }
#content A.feed {
	float: right;
}
#content .companies.articles .company-row H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}
#content .companies.articles .company-row .entry {
	font-size: 11px;
}
.rating-small {
	float: right;
}
.feedflare { display: none; }
.wp-pagenavi {margin: 0 17px;}
.wp-pagenavi SPAN.pages { margin-right: 15px; }
.wp-pagenavi SPAN.current, .wp-pagenavi A { margin-right: 5px;}
.wp-pagenavi SPAN, .wp-pagenavi A { font-size: 11px; }
.wp-pagenavi SPAN {color: #676767;}
.wp-pagenavi SPAN.current {font-weight: bold;}
