/* Reset */
body, input, textarea, select {
	color: #202020;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
body {
	background: #adadad;
	padding: 0;
	margin: 0;
	min-width: 985px;
}
a:link, a:visited {
	color: #8c0922;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8c0922;
	text-decoration: none;
}
img {
	border: none;
}
ul, ol, li, form {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, p {
	margin: 0 0 18px 0;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #88293b;
	margin-bottom: 30px;
}

h1.latestNews, .generInfo h2.generalInformation {
	color: #000;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h1.relatedKeys {
	color: #777;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

	/*h1 a:link, h1 a:visited {
		text-decoration: underline;
	}
	h1 a:hover, h1 a:active {
		text-decoration: none;
	}*/
input, textarea {
	outline: none;
}
.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}
/* Layout */
.headerWrap {
	background: #a03045;
	height: 98px;
}
	.subHeaderWrap {
		background: url(i/header_bg.png) 0 0 repeat-x;
		height: 101px;
		position: relative;
	}
.contentWrap {
	background: #e2e2e2 url(i/page_bg.png);
	border-bottom: 1px solid #797979;
	margin-bottom: 15px;
	padding: 15px 0;
}
#header, #footer {
	width: 980px;
	margin: 0 auto;
}
/* Header */
#header {
	position: relative;
}
	.logo {
		position: absolute;
		left: 0;
		top: 32px;
	}
	.login {
		position: absolute;
		right: 0;
		top: 5px;
		background: #741c2c;
		padding: 2px 0;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
		.login a:link, .login a:visited {
			color: #fcd6dd;
			text-decoration: none;
			padding: 1px 15px 3px 10px;
			float: left;
		}
		.login a:hover, .login a:active {
			color: #fff;
			text-decoration: none;
		}
		.login a.loginLink {
			padding-right: 14px;
			border-right: 1px dotted #fcd6dd;
		}
	.search {
		position: absolute;
		left: 290px;
		top: 40px;
		overflow: hidden;
	}
		.searchLine {
			background: url(i/search_line_left.png) 0 0 no-repeat;
			padding-left: 4px;
			float: left;
			margin-right: 10px;
		}
			.searchLine .bgRight {
				background: url(i/search_line_right.png) 100% 0 no-repeat;
				padding-right: 4px;
			}
			.searchLine input {
				height: 36px;
				line-height: 36px;
				background: url(i/search_line_bg.png) 0 0 repeat-x;
				border: none;
				padding: 0 8px;
				margin: 0;
				width: 506px;
				font-size: 14px;
				color: #000 !important;
				text-shadow: 0 1px #fff;
			}
		.btnRead {
			width: 57px;
			height: 37px;
			background: url(i/btn_reed.png);
			border: none;
			cursor: pointer;
			margin-right: 10px;
			float: left;
		}
		.btnSubscribe {
			float: left;
			width: 83px;
			height: 37px;
			background: url(i/btn_subscribe.png);
			text-indent: -999px;
			overflow: hidden;
		}
/* Content block's shadow */
.conntShadowT {
	width: 980px;
	margin: 0 auto;
	background: url(i/content_t_bg.png) 0 0 repeat-x;
	padding-top: 1px;
}
.contentShadowR {
	background: url(i/content_r_bg.png) 100% 0 repeat-y;
	padding-right: 2px;
}
.contentShadowB {
	background: url(i/content_b_bg.png) 0 100% repeat-x;
	padding-bottom: 3px;
}
.contentShadowL {
	background: url(i/content_l_bg.png) 0 0 repeat-y;
	padding-left: 2px;
	position: relative;
}
	.contentShadowL .lt {
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		left: 0;
		top: -1px;
		background: url(i/content_lt.png);
	}
	.contentShadowL .rt {
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: -2px;
		top: -1px;
		background: url(i/content_rt.png);
	}
	.contentShadowL .rb {
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: -2px;
		bottom: -3px;
		background: url(i/content_rb.png);
	}
	.contentShadowL .lb {
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		left: 0;
		bottom: -3px;
		background: url(i/content_lb.png);
	}
/* Content on index page */
#content {
	background: #fff;
	overflow: hidden;
	padding: 30px 20px;
}
#content.indexContent {
	padding: 17px !important;
}
#content.indexContent.mainPage {padding:5px !important}

    #banner {
    }
	.banner {
		position: relative;
        text-align: center;
        margin: 0;
	}
		.banner a.btnTryIt {
			display: block;
			width: 111px;
			height: 29px;
			background: url(i/try_it.png);
			position: absolute;
			left: 672px;
			top: 110px;
			overflow: hidden;
			text-indent: -999px;
		}
	.contentBlock {
		float: left;
		width: 615px;
		border-top: 1px dotted #c1c1c1;
		padding-top: 15px;
	}
		h2.popularFeeds {
			text-indent: -999px;
			overflow: hidden;
			width: 97px;
			height: 15px;
			background: url(i/popular_feeds.png);
			margin-bottom: 25px;
		}
		.popularFeedsBlock {}
			.popularFeedsBlock .item {
				overflow: hidden;
				border-bottom: 1px dotted #c1c1c1;
				margin-bottom: 10px;
			}
				.popularFeedsBlock .icon {
					float: left;
					width: 32px;
					margin-right: 10px;
				}
				.popularFeedsBlock .text {
					overflow: hidden;
					max-width: 500px;
					float: left;
				}
					.popularFeedsBlock h3 {
						font-size: 16px;
						line-height: 16px;
						margin-bottom: 5px;
					}
					.popularFeedsBlock p {
						line-height: 16px;
					}
				.popularFeedsBlock .stat {
					float: right;
					min-width: 40px;
					font: 9px Arial;
					color: #868686;
					text-transform: uppercase;
					text-align: center;
				}
					.popularFeedsBlock .stat strong {
						font: bold 15px Arial;
						color: #242424;
						display: block;
						text-align: center;
					}
/* Sidebar on index page */
	.sidebar {
		width: 300px;
		float: right;
	}
		.bannerNews {
			display: block;
			margin-bottom: 20px;
		}
		.searchFeed {
			background: #c7c7c7;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			overflow: hidden;
			padding: 20px;
			margin-bottom: 20px;
		}
			.searchFeedLine {
				float: left;
				border-top: none;
				border-bottom: none;
				border-left: 1px solid #bcbcbc;
				border-right: 1px solid #bcbcbc;
				background: url(i/search_line_bg.png) 0 0 repeat-x;
				margin-right: 10px;

			}
				.searchFeedLine input {
					padding: 0;
					border: none;
					background: url(i/search_icon.png) 5px 9px no-repeat;
					height: 28px;
					line-height: 28px;
					padding: 0 8px 0 25px;
					font-size: 13px;
					color: #989898;
					width: 180px;
				}
			.btnOK {
				width: 35px;
				height: 29px;
				background: url(i/btn_ok.png);
				border: none;
				float: left;
				cursor: pointer;
			}
	h2.recently {
		text-indent: -999px;
		overflow: hidden;
		background: url(i/recently_title.png) 0 0 no-repeat;
		width: 131px;
		height: 13px;
		margin: 0 0 10px 20px;
	}
	.recentlyBlock {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #eaeaea;
		padding: 15px 20px;
	}
		.recentlyBlock .item {
			margin-bottom: 15px;
		}
		.recentlyBlock .item.last {
			margin-bottom: 0;
		}
		.recentlyBlock h3 {
			font-weight: bold;
			font-size: 13px;
			line-height: 16px;
			margin-bottom: 0;
		}
		.recentlyBlock .time {
			font-size: 10px;
			color: #797979;
			line-height: 16px;
		}
		.recentlyBlock p {
			line-height: 14px;
			margin-bottom: 0;
		}
/* Get button page */
.bntPage {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
	.bntPage p {
		margin-bottom: 15px;
	}
	p.getButtonDesc {
		text-indent: 10px;
		background: url(i/orange_corner.png) 0 5px no-repeat;
		margin-bottom: 30px;
	}
	.getSteps {
		width: 590px;
		float: left;
	}
		.getSteps .step {
			position: relative;
			padding-left: 27px;
			overflow: hidden;
			margin-bottom: 25px;
		}
		.getSteps .step.last {
			margin-bottom: 0;
		}
			.step strong {
				position: absolute;
				left: 0;
				top: 0;
				color: #e2e2e2;
				font-size: 20px;
				font-weight: bold;
			}
		.buttonsList {
			overflow: hidden;
			margin-top: 25px;
		}
			.buttonsList li {
				float: left;
				width: 185px;
				padding-bottom: 15px;
				overflow: hidden;
			}
			.buttonsList input {
				margin: 0 7px 0 0;
				float: left;
			}
			.buttonsList label {
				width: 91px;
				height: 17px;
				float: left;
			}
				.buttonsList label.btn1 {
					background: url(i/btn1.png);
				}
				.buttonsList label.btn2 {
					background: url(i/btn2.png);
				}
				.buttonsList label.btn3 {
					background: url(i/btn3.png);
				}
				.buttonsList label.btn4 {
					background: url(i/btn4.png);
				}
				.buttonsList label.btn5 {
					background: url(i/btn5.png);
				}
				.buttonsList label.btn6 {
					background: url(i/btn6.png);
				}
	.inputLine {
		height: 28px;
		float: left;
		background: url(i/def_intut_left.png) 0 0 no-repeat;
		padding-left: 3px;
	}
		.inputLine .inputSubLine {
			float: left;
			height: 28px;
			background: url(i/def_intut_right.png) 100% 0 no-repeat;
			padding-right: 3px;
		}
			.inputLine .inputSubLine input {
				height: 28px;
				line-height: 28px;
				background: url(i/def_intut_bg.png) 0 0 repeat-x;
				border: none;
				outline: none;
				font-size: 13px;
				color: #5b5b5b;
				padding: 0 5px;
				width: 340px;
			}
	.btnCopy {
		float: left;
		width: 88px;
		height: 28px;
		background: url(i/btn_copy.png);
		text-indent: -999px;
		overflow: hidden;
		margin-left: 10px;
	}
	.previewBlock {
		float: right;
		border: 4px solid #eaeaea;
		padding: 20px 15px;
		width: 262px;
		font-size: 13px;
		color: #0b0b0b;
		text-align: center;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
		h2.btnExample {
			width: 143px;
			height: 13px;
			overflow: hidden;
			background: url(i/button_example.png);
			text-indent: -999px;
			margin: 0 auto 15px auto;
		}
		.previewBlock p.button {
			margin-bottom: 0;
			line-height: 17px;
			height: 17px;
		}
/* Digest */
h1.digestH1 {
	float: left;
	margin-bottom: 25px;
    overflow: hidden;
}
a.rssLink:link, a.rssLink:visited {
	float: left;
	padding-left: 25px;
	color: #a9a8a8;
	text-decoration: none;
	font-size: 12px;
	background: url(i/rss.png) 0 0 no-repeat;
	height: 17px;
	line-height: 17px;
	margin: 5px 0 0 25px;
}
a.rssLink:hover, a.rssLink:active {
	text-decoration: none;
	color: #a9a8a8;
}
.detailsBlock {
	position: relative;
	border-top: 2px solid #eaeaea;
	margin-bottom: 30px;
}
	.detailsContent {
		background: #eaeaea;
		padding: 20px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.detailsBlock.hide .detailsContent {
		display: none;
	}
		.detailsItem {
			position: relative;
			padding: 0 35px 15px 28px;
			border-bottom: 1px dotted #fff;
			font-size: 13px;
			margin-bottom: 15px;
		}
			.detailsItem h2 {
				font-size: 13px;
				font-weight: bold;
				margin-bottom: 0;
				line-height: 19px;
			}
			.detailsItem p {
				margin-bottom: 0;
			}
			.detailsItem .favicon {
				position: absolute;
				left: 0;
				top: 3px;
			}
			.detailsItem a.remove:link, .detailsItem a.remove:visited {
				display: block;
				width: 17px;
				height: 17px;
				text-indent: -999px;
				overflow: hidden;
				background: url(i/remove.png) 50% 50% no-repeat;
				position: absolute;
				right: 15px;
				top: 5px;
			}
			.detailsItem a.remove:hover, .detailsItem a.remove:active {
				background: url(i/remove_hover.png) 50% 50% no-repeat;
			}
		.newFeed {
			overflow: hidden;
		}
			.newFeed h2 {
				float: left;
				margin: 0;
				font-size: 13px;
				font-weight: normal;
				line-height: 28px;
				margin-right: 10px;
			}
			.newFeed p {
				margin-bottom: 0;
			}
			.newFeed .btnSubmit {
				border: none;
				background: url(i/btn_submit.png);
				width: 75px;
				height: 28px;
				margin-left: 10px;
				cursor: pointer;
				outline: none;
			}
	.detailsBlock a.detailsLink:link, .detailsBlock a.detailsLink:visited {
		position: absolute;
		top: -18px;
		right: 0;
		height: 18px;
		line-height: 18px;
		color: #949494;
		text-decoration: none;
		padding: 0 25px 0 10px;
		display: block;
		text-shadow: 0 1px #fff;
		background-color: #eaeaea;
		text-decoration: none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background-position: 78px 7px;
		background-repeat: no-repeat;
	}
	.detailsBlock a.detailsLink:hover, .detailsBlock a.detailsLink:active {
		text-decoration: none;
		color: #949494;
	}

	.siteView {
		overflow: hidden;
	}
		.siteView img.preview {
			float: left;
			border: 1px solid #9a9a9a;
			margin-right: 20px;
		}
		.generInfo {
			overflow: hidden;
		}

			.generInfo .stat {
				font-size: 13px;
				line-height: 29px;
				color: #000;
			}
				.generInfo .stat li {
					border-bottom: 1px dotted #c1c1c1;
				}
				.generInfo .stat li.alexa {
					padding-left: 20px;
					background: url(i/alexa_icon.png) 0 50% no-repeat;
				}
				.generInfo .stat li.pageviews {
					padding-left: 20px;
					background: url(i/pageviews_icon.png) 0 50% no-repeat;
					border-bottom: none;
				}
					.generInfo .stat strong {
						color: #6d6d6d;
					}
			.generInfo .title {
				color: #000000;
				font: 18px/18px Arial,Helvetica,sans-serif;
				margin-bottom: 20px;
			}
			.generInfo .sites {}
				.generInfo .sitesList h2 {
					border-bottom: 1px dotted #C1C1C1;
					font-size: 14px;
					line-height: 14px;
					margin-bottom: 6px;
					overflow: hidden;
					padding-bottom: 8px;
					padding-right: 20px;
				}
					.generInfo .sitesList h2 .time {
						color: #797979;
						float: right;
						font-size: 11px;
					}
				.generInfo .sitesList .site.last p {
					margin-bottom: 0;
				}
	.detailsBlock .domainLinks {
		position: absolute;
		top: -24px;
		right: 0;
		height: 24px;
		line-height: 24px;
		color: #949494;
		text-decoration: none;
		padding: 3px 20px 0 20px;
		background-color: #eaeaea;
		overflow: hidden;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
		.detailsBlock .domainLinks a:link, .detailsBlock .domainLinks a:visited {
			color: #7f7f7f;
		}
		.detailsBlock .domainLinks a:hover, .detailsBlock .domainLinks a:active {
			color: #7f7f7f;
		}
		.detailsBlock .domainLinks a.visitLink {
			padding-left: 20px;
			background: url(i/visit_icon.png) 0 50% no-repeat;
			float: left;
			margin-right: 30px;
		}
		.detailsBlock .domainLinks a.subscribeLink {
			padding-left: 24px;
			background: url(i/rss.png) 0 50% no-repeat;
			float: left;
		}

	.detailsBlock.hide a.detailsLink {
		background-image: url(i/corner_top.png);
	}
	.detailsBlock.show a.detailsLink {
		background-image: url(i/corner_bottom.png);
	}
	.otherSites { }
		.otherSites .site {
			padding-left: 30px;
			position: relative;
			margin-bottom: 30px;
		}
		.otherSites.latesNews .site {
			padding-left: 0;
		}
		.otherSites .site.last {
			margin-bottom: 0;
		}
			.otherSites .site .favicon {
				position: absolute;
				left: 0;
				top: 3px;
			}
			.otherSites .site h2 {
				border-bottom: 1px dotted #c1c1c1;
				overflow: hidden;
				font-size: 16px;
				padding-right: 20px;
				padding-bottom: 8px;
				line-height: 16px;
				margin-bottom: 6px;
			}
				.otherSites .site h2 a {
					float: left;
				}
				.otherSites .site h2 .time {
					float: right;
					color: #797979;
					font-size: 11px;
				}
				.otherSites .site h2 .url {
					float: right;
					margin-left: 15px;
					font-size: 11px;
				}
			.otherSites .site p {
				font-size: 13px;
			}
			.otherSites .site p.sharing {
				overflow: hidden;
				margin-bottom: 0;
			}
				.otherSites .site p.sharing a {
					float: left;
					margin-right: 5px;
				}

	.relatedKeywords {
		background: #f5f5f5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 20px;
		margin-top: 30px;
	}

	.recenty {
		width: 940px;
		margin: 15px auto 0 auto;
	}
		.recenty h2 {
			font: bold 14px/14px Tahoma;
			margin-bottom: 10px;
		}
		.recenty ul.linksList {
			overflow: hidden;
			margin-bottom: 13px;
			padding-bottom: 15px;
			background: url(i/recent_wrap.gif) 0 100% repeat-x;
            padding-left: -2px;
		}
		.recenty ul.linksList.last {
			background: none;
			margin-bottom: 0;
		}
			.recenty ul.linksList li {
				float: left;
				width: 20%;
                overflow:hidden;
			}
				.recenty ul.linksList li a {
					display: block;
					padding-left: 2px;
				}
/* Footer */
#footer {
	position: relative;
	min-height: 29px;
	padding-bottom: 15px;
}
	.smallLogo {
		position: absolute;
		left: 0;
		top: 0;
	}
	.copyright {
		color: #585858;
		border-left: 1px dotted #878787;
		padding-left: 13px;
		position: absolute;
		left: 100px;
		top: 0;
	}
	.btnGetButton {
		overflow: hidden;
		text-indent: -999px;
		width: 82px;
		height: 29px;
		background: url(i/btn_get_button.png);
		position: absolute;
		right: 0;
		top: 0;
	}

div.ga {
	text-align: center;
	margin-bottom: 20px;
}