/* Page special wrappers */
.article_login_info_wrapper
{
	margin: 10px 0;
}
.img_align_left, .text_img_align
{
	float: left;
}
.text_img_align
{
	width: 440px;
	margin-bottom: 20px;
}
.article_grey_box
{
	background: #e9edf0;
	padding: 10px;
}

.content_tariffs th, .content_tariffs td
{
	text-align: left;
	padding: 2px 10px;
}
.content_tariffs th
{
	border-bottom: 1px solid #fff;
	background: #bababa;
}
.content_tariffs td
{
	border-bottom: 1px solid #fff;
	background: #e3e3e3;
}
/**/
.article {
	padding: 20px 0;
	background: #fff;
}
.article em
{
	font-style: italic;
}
.article strong
{
	font-weight: bold;
}
.article hr {
	display: block;
	clear: both;
	border: 3px solid #e9edf0;
	margin: 20px 0;
}
.article hr.small-margin
{
	margin: 5px 0 10px 0!important;
}
.article .content
{
	float: left;
	width: 510px;
	margin-right: 15px;
	line-height: 18px;
}
.article .content a
{
	color: #333;
	text-decoration: underline;
}
.article .content h2
{
	color: #000;
	font-size: 16px;
}
.article .content h3
{
	color: #000;
	font-size: 14px;
}
.article .content ul
{
	margin-left: 30px;
	list-style-type: disc;
}
.article form button
{
	background: #e9edf0;
	height: 25px;
	padding: 0 8px;
	box-sizing: border-box;
	margin-left: -1px;
}
.article form button:hover
{
	background: #bababa;
	cursor: pointer;
}
.article form .white
{
	background: #fff;
	color: #333;
	border: 1px solid #bababa;
}
.article form .grey
{
	background: #e9edf0;
	color: #333;
	border: 1px solid #bababa;
}
.article form label
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.article form label:last-child
{
	margin-bottom: 0;
}
.article form textarea
{
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 200px;
	box-sizing: border-box;
	border: 1px solid #bababa;
	line-height: 18px;
	font-size: 14px;
}
.article form input[type=text]
{
	box-sizing: border-box;
	font-size: 14px;
	width: 280px;
	height: 25px;
	line-height: 1em;
	padding: 0 5px;
	border: 1px solid #bababa;
}
.article .content .support-threads
{
	list-style: none;
	margin-left: 0;
}
.article .content .support-threads li
{
	float: none;
}
.article .content .support-threads a
{
	display: block;
	border-top: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	margin-bottom: -2px;
	padding: 3px 3px;
	text-decoration: none;

}
.article .content .support-threads a:hover
{
	cursor: pointer;
	background: #c8fc15;
}
.article .sidebar
{
	line-height: 18px;
	float: left;
	padding: 10px;
	background: #e2e2e2;
	width: 255px;
	box-sizing: border-box;
}
.article h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.article_menu li
{
	margin-bottom: 5px;
}
.article_menu a
{
	color: #333;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 2px 5px;
	font-size: 11px;
}
.article_menu a:hover
{
	font-weight: bold;
	background: #eee;
}
.article_menu .active
{
	background: #c8fc15;
	font-weight: bold;
}
#article-menu li {
	margin-bottom: 5px;
}

#article-menu li a {
	display: block;
	color: #333;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 4px;
	font-size: 11;
}

#article-menu li a:hover {
	font-weight: bold;
	font-size: 10px;
	background: #e2e2e2;
}
.publish_date
{
	display: block;
	margin: 10px 0;
	color: #bababa;
	font-style: italic;
}
#success_message
{
	background: #ddfe86;
	border: 1px solid #a0cf27;
	padding: 3px;
	margin: 10px 0;
	display: none;
}