/* r e s e t */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio[controls], canvas, video {
	display:inline-block; 
	*display:inline; 
	*zoom:1;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, blockquote, a, font, img, small, strong, em, b, u, i, center, dl, dt, dd, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td {
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%;
	text-align:left;
}


html, body {
	height:100%; 
	width:100%; 
	line-height:1; 
	background-color:#fff;
}

html, body, td, input, select, textarea {font:12px/142% Roboto, sans-serif; color:#636363;}

	a {
		-webkit-transition:color 0.3s ease; 
		-moz-transition:color 0.3s ease; 
		-o-transition:color 0.3s ease; 
		transition:color 0.3s ease;
		color:#242424;
		text-decoration:none;
	}
	a:hover, a:active, a:focus {color:#ff7401;text-decoration:none;}
	
h1, h2, h3, h4, h5 {line-height:normal;}

	h1 {}
	h2 {}
	h3 {font-size:20px; color:#010101; margin-bottom:10px;}
	h4 {}
	h5 {font-size:14px;}
	
table {border-collapse:collapse; border-spacing:0;}

textarea {resize:vertical;}

input[type=text], input[type=password], select, textarea {background-color:#fff;}

input[type=submit] {cursor:pointer;}

input:focus, textarea:focus, select:focus {outline:none;}

blockquote, q {quotes:none;}
	
small {font-size:85%;}

ul {list-style:none;}

p {margin-bottom:16px;}

::selection {background:#3399ff; color:#fff; text-shadow:none;}
::-moz-selection {background:#3399ff; color:#fff; text-shadow:none;}
.detail_text table  td {border:1px solid #000; padding:5px;}
/* e l e m e n t s */
address {
	background: none no-repeat scroll 0 0 #f0fff0 !important;
    color: #00;
    display: block;
    margin: 0 0 16px;
    padding: 0 80px 0 76px;
    white-space: normal;
	overflow: hidden;
}

kbd {
    background: none no-repeat scroll 0 0 #F8F2E0 !important;
    color: #644F2C;
    display: block;
    margin: 0 0 16px;
    padding: 0 60px 0 76px;
    white-space: normal;
	overflow: hidden;
}

#header .header-tabs ul li.rounded {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; 
}

.blue-button {
	background:url(../img/bg_header_tabs.png) repeat-x; 
	display:inline-block; 
	height:22px; 
	padding:0 5px;
	font-size:11px; 
	line-height:21px; 
	color:#fff;
	font-weight:bold;
}
.exclamation {margin-bottom:8px;}
.exclamation span{width:16px; height:16px; display:inline-block; background-image: url("/template/i/exclamation_4059.png"); background-repeat:no-repeat; position: relative; top: 3px;}
.annotacia{margin-top: 5px; font-size: 11px;}
.blue-button:hover {background-position:0 -22px; color:#fff;}

.h3-bg {
	background:url(../img/bg_h3_bg.png) repeat-x #102338;
	height:39px;
	margin-bottom:10px;
	padding:0 8px;
	color:#fff;
	line-height:38px;
}
.h3-bg h3 {color:#fff; line-height:38px; margin:0;}
.h3-bg nav {float:right; padding-right:20px;}
.h3-bg nav a {color:#fff; text-decoration:underline;}
.h3-bg nav a:hover {color:#f71341;}
.h3-bg nav img {margin-right:6px; margin-bottom:-2px;}

.ico-themes, .ico-responses {
	display:inline-block;
	height:17px;
	font-size:9px;
	line-height:17px;
	padding:0 5px;
	margin-right:4px;
	position:relative;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.ico-themes {background-color:#e7edf5;}
.ico-responses {background-color:#ffe38f;}
.ico-responses:after {
	content:"";
	display:block;
	width:6px;
	height:5px;
	position:absolute; 
	bottom:-5px; 
	left:5px;
	background:url(../img/ico_comment.png) no-repeat;
}

.star-rating {height:12px; position:relative;}
.star-rating li {
	width:13px; 
	height:12px; 
	background:url(../img/bg_star_rating.png) no-repeat;
	float:left;
}
.star-rating li span {
	display:block;
	width:13px;
	height:12px;
	overflow:hidden;
	text-indent:-999px; 
	position:absolute;
}
.star-rating li span.cur {
	left:0;
	background:url(../img/bg_star_rating_hover.png) repeat-x #fff;
}
	
	.star-1 {left:0;}
	.star-1.cur {width:13px;}
	.star-2 {left:13px;}
	.star-2.cur {width:26px;}
	.star-3 {left:26px;}
	.star-3.cur {width:39px;}
	.star-4 {left:39px;}
	.star-4.cur {width:52px;}
	.star-5 {left:52px;}
	.star-5.cur {width:65px;}

/* g e n e r a l */

#wrapper {margin: auto;padding: 40px 40px;position: relative;overflow: hidden;-webkit-box-shadow: 0 0 12px 0 #333333;box-shadow: 0 0 12px 0 #ccc;
}
	
.header-tabs {
	height: 40px;
    overflow: hidden;
    position: relative;
}
	.header-tabs ul {margin:0;float:right;}
	/*.header-tabs li {float:left; margin-right:9px; background:url(../img/bg_header_tabs.png) repeat-x; height:26px;}*/
	@keyframes animate {
		0% {
			color: #ffa14a;
		}
		50% {
			color: #fff;
		}
		100% {
			color: #ffa14a;
		}
	}
	.header-tabs li a {display:block; color:#FFA14A; /*padding:0 10px;*/ line-height:40px; animation: animate infinite 2s linear;}
	.header-tabs li a:hover {animation: none;}
    
}
	/*.header-tabs li:hover {background-position:0 -22px;}*/
	.header-tabs li.orange/*, .header-tabs li:hover*/ {background:#FFA14A url("/bitrix/templates/e.berator/images/tarif-bg.jpg") repeat-x 0 0 !important;}

		/*.buhgalteria {float:right; font-size:11px; color:#fff; margin-top:3px;}*/
		.buhgalteria {padding-left: 0!important;}
		.buhgalteria span {color:#de0023;}

	.header-box {
		background:url(../img/bg_header_box.png) repeat-x #0a1725; 
		height:106px; 
		position:relative;
	}
	
		.header-logo {
			display:block;
			background:url(../img/bg_header_logo.png) no-repeat;
			width:151px;
			height:46px;
			overflow:hidden;
			text-indent:-999px; 
			position:absolute;
			top:12px;
			left:32px;
		}
		
		.header-search-form {
			display:block; 
			position:absolute;
			top:21px;
			right:23px;
		}
		.header-search-form .field {
			display:block; 
			float:left;
			margin:0;
			border:0; 
			width:296px;
			height:28px;
			line-height:28px;
			padding:0 10px;
			background:url(../img/bg_header_search.png) no-repeat;
		}
		.header-search-form .button {
			display:block; 
			width:37px; 
			height:28px; 
			overflow:hidden; 
			text-indent:-999px;
			border:0; 
			background:url(../img/btn_header_search.png) no-repeat;
			float:left;
		}
		.header-search-form .button:hover {background-position:bottom;}
		
		.header-menu {
			position: absolute;
    bottom: -50px;
    left: 0;
    height: 35px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;

		}
		.header-menu ul {
			width:100%;
			margin:0; 
			height:35px;
			background:url(../img/bg_header_menu_li.png) repeat-x;
		}
		.header-menu li {
			height:35px;
			float:left; 
			font-size:14px; 
			line-height:34px; 
			color:#fff; 
			/*font-weight:bold;*/
			
			-webkit-transition:all 0.3s ease; 
			-moz-transition:all 0.3s ease; 
			-o-transition:all 0.3s ease; 
			transition:all 0.3s ease;
		}
		.header-menu li a.orange-item {color:#FFA14A;}
		.header-menu li a:hover {color:#ff7401}
		.header-menu li:first-child {
			-moz-border-radius-topleft:0px;
			-moz-border-radius-topright:0px;
			-moz-border-radius-bottomright:0px;
			-moz-border-radius-bottomleft:3px;
			-webkit-border-radius:0px 0px 0px 3px;
			border-radius:0px 0px 0px 3px;
		}
		.header-menu li:last-child {
			-moz-border-radius-topleft:0px;
			-moz-border-radius-topright:0px;
			-moz-border-radius-bottomright:3px;
			-moz-border-radius-bottomleft:0px;
			-webkit-border-radius:0px 0px 3px 0px;
			border-radius:0px 0px 3px 0px; 
		}
		.header-menu li:last-child a {padding-right:13px;}
		.header-menu li.cur {/* background:url(../img/bg_header_menu_li.png) repeat-x; */ background-color:#f1a04f; text-shadow: #914F1A 1px 1px;}
		/*.header-menu li:hover {background:url(../img/bg_header_menu_li.png) repeat-x; background-color:#050d14;}*/
		.header-menu li a {color:#fff; display:block; padding:0 18px;}
		.dropdown-menu li a {
    color: #242424;
    text-decoration: none;
    line-height: 23px !important;
    font-size: 16px;
}

.dropdown-menu{top: 66%;}

.menu {
	padding-right: 56px;
}

.menu ul {
	text-align: center;
}

.menu ul .orange-right {
	display: inline-block;
	/* padding-right: 16px; */
	padding: 0 20px  !important;
}

.menu ul .orange-right:first-child {
	padding-left: 0!important;
}

.menu ul .orange-right:first-child a {
	color: #ffa14a;
}

.menu ul .orange-right:first-child a:hover {
	color: #ff7401;
}

.menu ul .orange-right:last-child {
	padding-right: 0!important;
}

.menu ul .orange-right svg {
	height: 16px;
	margin-left: 10px;
}

.dropdown-menu li{display: block !important;padding-right: 0 !important;padding: 0 !important;}
/* /header */

#footer {
	background:url(../img/bg_footer.png) repeat-x #0A1725; 
	padding:14px 24px 0;
	overflow:hidden;
	position:relative;
}
div.counters-logo{position: absolute; right: 10px; bottom: 5px;}

	.footer-menu {}
	
	.footer-menu-box {float:left; margin-right:60px;}
	.footer-menu-box h5 {color:#fff; margin-bottom:3px;}
	.footer-menu-box a {color:#fff;}
	.footer-menu-box a:hover {color:#f71341;}
/* /footer */

/* c o n t e n t */

#mainpage-sidebar {width:284px; float:right; *overflow:hidden; margin-left:15px;}
	
	.mainpage-rss {
		background-color:#f2e9ce; 
		padding:8px 0 15px 15px;
		margin-bottom:10px;
		overflow:hidden;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
	}
	.mainpage-rss strong {
		font-size:11px;
		color:#6c6c6c;
		text-shadow:1px 1px 0px #fff;
		display:block;
		margin-bottom:5px;
	}
	
		.mainpage-rss-form {display:block; float:left;}
		.mainpage-rss-form .field {
			display:block; 
			float:left;
			margin:0;
			border:0; 
			width:150px;
			height:25px;
			line-height:25px;
			padding:0 10px;
			background:url(../img/bg_mainpage_rss.png) no-repeat;
		}
		.mainpage-rss-form .button {
			display:block; 
			width:29px; 
			height:25px; 
			overflow:hidden; 
			text-indent:-999px;
			border:0; 
			background:url(../img/btn_mainpage_ok.png) no-repeat;
			float:left;
		}
		.mainpage-rss-form .button:hover {background-position:bottom;}
		
		.mainpage-rss-link {
			margin-left:14px;
			padding-left:13px;
			border-left:1px solid #dcd5bf;
			float:left;
			height:19px;
			margin-top:3px;
		}
		.mainpage-rss-link a {
			display:block; 
			width:25px; 
			height:25px; 
			overflow:hidden; 
			text-indent:-999px;
			background:url(../img/btn_mainpage_rss.png) no-repeat;
			margin-top:-3px;
		}
		.mainpage-rss-link a:hover {background-position:bottom;}
	
	.mainpage-banner {margin-bottom:20px;}
	.mainpage-banner img {display:block; width:284px;}
	
	.mainpage-examples {padding-bottom:30px;}
	
.mainpage-examples-list {background:url(../img/bg_mainpage_examples.gif) 100% 10px no-repeat; margin-bottom:-10px;}
.mainpage-examples-list li {padding:0 0 12px 30px;}
.mainpage-examples-list h5 {margin-left:-30px; margin-bottom:5px;}
.mainpage-examples-list h5 a {color:#00729f;}
.mainpage-examples-list h5 a:before {
display: block;
content: "";
width: 8px;
height: 18px;
overflow: hidden;
float: left;
background:url(../img/bg_mainpage_examples.png) 0 0 no-repeat;
margin: 1px 5px 30px  7px;
}
.mainpage-examples-list h5 a:hover {color:#f71341;}
.mainpage-examples-list h5 a:hover::before {background-position:0 -20px;}
.mainpage-examples-list p {margin-bottom:3px;}
.mainpage-examples-list span {font-size:11px; color:#acacac;}

		
		.mainpage-examples-all {text-decoration:underline; font-style:italic; float:right;}
/* /mainpage-sidebar */

#day-theme {width:678px; margin-bottom:20px;}
#day-theme .blue-button {margin:-10px 0 0 10px; padding-top:10px; background-position:0 10px;}
#day-theme .blue-button:hover {background-position:0 -12px;}
	
	.day-theme-tabs {
		background-color:#e7edf5;
		overflow:hidden;
		border-bottom:1px solid #e4e8ef;
		position:relative;
	}
	
		.ui-tabs-nav {
			width:280px; 
			float:right;
			border:solid;
			border-width:0 1px; 
			border-right-color:#dadada;
			border-left-color:#c6c9ca;
			margin:0;
		}
		.ui-tabs-nav li {background-color:#f8fbfd;}
		.ui-tabs-nav a {
			display:block;
			border:solid;
			border-width:1px 0; 
			border-top-color:#e6e9eb;
			border-bottom-color:#ebeef0;
			padding:15px 15px 22px 20px;
			height:48px;
			font-size:14px; 
			line-height:130%;
			background:url(../img/bg_tabs_arrows.png) -44px 20px no-repeat;
			-webkit-transition:none; 
			-moz-transition:none; 
			-o-transition:none; 
			transition:none;
		}
		.ui-tabs-nav a:hover {background-position:7px -50px;}
		.ui-tabs-nav li.ui-state-active {background:url(../img/bg_tabs_active.png) repeat-x #ee8537;}
		.ui-tabs-nav li.ui-state-active a {
			color:#fff; 
			font-weight:bold;
			background-position:-19px -15px;
			text-shadow:1px 1px 2px #999;
			border-bottom-color:#c0c2c3;
		}
		
		.ui-tabs-panel {padding:9px 22px 0 19px; width:350px; height:426px;}
		.ui-tabs-panel.ui-tabs-hide {display:none;}
		.ui-tabs-panel .theme {
			background-color:#acbfcf;
			text-shadow:1px 1px 0 #86a2b9;
			color:#fff;
			font-weight:bold;
			padding:0 5px 2px;
		}
		.ui-tabs-panel h3 {font-weight:normal; padding-top:8px;}
		.ui-tabs-panel p {margin-bottom:10px;}
		.ui-tabs-panel img {display:block;}
		.ui-tabs-panel .more img {display:inline-block; margin:0 0 -3px 5px;}
		.ui-tabs-panel .bottom {
			font-size:10px; 
			border-top:1px solid #cdd4da; 
			padding-top:6px;
			height:30px;
		}
		.ui-tabs-panel .bottom span {float:left; display:block;}
		.ui-tabs-panel .date {color:#acacac; margin-right:-40px;}
		.ui-tabs-panel .star-rating {float:left; margin:3px 0 0 6px;}
		.ui-tabs-panel .star-rating li span.cur {background-color:#e7edf5;
}

/* /day-theme */

#bad-good-news {
	width:674px; 
	margin-bottom:20px;
	padding:0 3px 3px;
	background-color:#eee;
	overflow:hidden;
}

	.bad-good-news-list {background-color:#fff; margin:0; height:200px;}
	
		.bad-good-news-item {
			float:left; 
			width:274px;
			padding:0 20px 0 40px;
		}
		.bad-good-news-item h3 {
			font-size:18px; 
			line-height:36px;
			font-weight:normal; 
			color:#fff;
			height:36px;
			margin:0 -20px 14px -40px;
			padding-left:40px;
			background:url(../img/bg_bad_good.png) 13px 0 no-repeat;
		}
		.bad-good-news-item h5 {margin-bottom:8px;}
		.bad-good-news-item p {margin-bottom:8px;}
		.bad-good-news-item .star-rating {float:left; margin:3px 8px 0 0;}
		.bad-good-news-item .date {font-size:11px; color:#adadad; white-space:nowrap; margin-right:-20px;}
		.bad-good-news-item .bottom {height:20px; font-size:9px; line-height:20px; color:#636363; padding-top:4px;}
		.bad-good-news-item .social {float:right; padding-top:2px; width: 170px;}
		
			.good-news h3 {background-color:#ef8e3f; margin-left:-43px;}
			.bad-news h3 {background-color:#0b1d2d; margin-right:-29px; background-position:12px -36px;}
/* /bad-good-news */

#last-events {width:674px; overflow:hidden; margin-bottom:10px;}

	.last-events-list {margin-right:-100px; *zoom:1;}
	
		.last-events-item {display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin:0 54px 10px 0; width:306px;}
		.last-events-item p {font-size:14px; margin-bottom:0;}
		.last-events-item .star-rating {float:left; margin:2px 8px 0 0;}
		.last-events-item .date {font-size:11px; color:#adadad;}
/* /last-events */

#experts {clear:both; margin-bottom:13px; position:relative; *overflow:hidden;}
#experts .jcarousel-prev, 
#experts .jcarousel-next {
	position:absolute; 
	display:block; 
	width:32px; 
	height:194px; 
	top:0; 
	background:url(../img/bg_expert_list_arrows.png) no-repeat;
	cursor:pointer;
}
#experts .jcarousel-prev {left:0; background-position:0 50%;}
#experts .jcarousel-next {right:0; background-position:-64px 50%;}
#experts .jcarousel-prev:hover {background-position:-32px 50%;}
#experts .jcarousel-next:hover {background-position:-96px 50%;}
#experts .jcarousel-container {
	position:relative; 
	padding:2px 32px 2px 36px; 
	margin-bottom:10px; 
	background-color:#ededed; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#experts .jcarousel-clip {position:relative; overflow:hidden;}

	.experts-slider {
		background-color:#ededed; 
		overflow:hidden;
		height:190px;
	}
	
		.experts-slider-item {
			padding:14px 23px 0 18px;
			width:263px;
			height:176px;
			float:left;
		}
		.experts-slider-item.white {background-color:#fff;}
		.experts-slider-item h5 {margin-bottom:12px;}
		.experts-slider-item p {
			background-color:#ffe38f; 
			padding:8px 8px 8px 10px; 
			position:relative;
		}
		.experts-slider-item p:after {
			content:"";
			display:block;
			width:15px;
			height:10px;
			bottom:-10px;
			left:52px;
			position:absolute;
			background:url(../img/bg_expert_list_p.png) no-repeat;
		}
		.experts-slider-item div {font-size:11px; line-height:160%; color:#000;}
		.experts-slider-item div img {display:block; float:left; width:48px; margin:2px 10px 0 0;}
		
		.mainpage-experts-all {text-decoration:underline; font-style:italic; float:right;}
/* /experts */

#community {clear:both;}
	
	.community-info {font-size:13px; color:#000; margin-bottom:10px;}
	
	.community-list {margin-bottom:-10px;}
	
		.community-item {overflow:hidden; padding-bottom:20px; list-style:none !important;}
			
			.community-response {float:right; width:285px; line-height:167%;}
			.community-response a {text-decoration:underline;}
			.community-response h5 {color:#000; margin-bottom:3px;}
			.community-response h5 span {color:#636363;}
			.community-response .username {color:#636363;}
			
			.community-section {margin-right:310px;}
			.community-section h5 {margin-bottom:3px;}
			.community-section p {margin-bottom:2px;}
/* /community */

#new-issue {clear:both;}

	.new-issue-accordion {margin-bottom:20px;}
	.new-issue-accordion h5 {
		background:url(../img/bg_mainpage_accordeon.png) repeat-x; 
		height:22px; 
		font-size:11px;
		line-height:22px;
		padding:0 9px;
		text-shadow:1px 1px 0px #fff;
		margin-bottom:10px;
	}
	.new-issue-accordion .ui-accordion-header {cursor:pointer;}
	.new-issue-accordion .ui-accordion-header a {color:#838383;}
	.new-issue-accordion .ui-accordion-header.ui-state-active {background:#000; text-shadow:none;}
	.new-issue-accordion .ui-accordion-header.ui-state-active a {color:#fff;}
	.new-issue-accordion div {margin-bottom:10px; *overflow:hidden;}
	
		.new-issue-list {overflow:hidden; margin:0;}
		.new-issue-list li {float:left; width:190px; margin-right:20px;}
		.new-issue-list li:first-child {width:auto;}
		.new-issue-list li a {font-weight:bold;}
		.new-issue-list li p {margin:0; padding:5px 0 0; font-size:11px; line-height:130%;}
		
			.new-issue-cover {width:119px; height:149px; background:url(../img/bg_accordion_cover.png) 100% 100% no-repeat;}
			.new-issue-cover div {width:110px; height:140px; overflow:hidden;}
			.new-issue-cover div img {display:block; min-width:110px; min-height:140px;}
/* /new-issue */

@media print {
	* {background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important;}
	a, a:visited {color:#444 !important; text-decoration:underline;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")";}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content:"";}
	pre, blockquote {border:1px solid #999; page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr, img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p, h2, h3 {orphans:3; widows:3;}
	h2, h3{page-break-after:avoid;}
}

 pre{display:block;padding:0 60px 0 76px;background:#EEEEEE;color:#616161;white-space:normal;margin:0 0 16px 0;}
 pre p{padding-left:0;color:#616161;}
 pre .cap { color: #2E96C0; font: bold 13px Arial; margin-bottom: -6px; margin-left: -25px; padding: 30px 10px 0 0;}

blockquoter{margin:0;padding:16px 80px 14px 76px;background:#F8F2E0 url(http://buhgalteria.ru/template/i/bc.gif) 41px 20px no-repeat;font:12px/19px Arial;color:#786544;}
.citname{background:#F8F2E0;border-top:1px solid #E8DFCA;padding:9px 80px 12px 61px;font:11px Arial;color:#B2A16A;margin:0 0 16px 0;}

 cit{display:block;margin:0;padding:16px 80px 14px 76px;background:#F8F2E0 url(http://buhgalteria.ru/template/i/bc.gif) 41px 20px no-repeat;font:12px/19px Arial;color:#786544;}
cit p{padding-left:0;color:#616161;}
 cit .cap{font:bold 11px Arial;color:#2E96C0;padding:13px 0 6px 0;}


/*blockquote{margin:0;padding:16px 80px 14px 76px;background:#F8F2E0; font:12px/19px Arial;color:#786544;}*/
.blockquoteNames{background:#F8F2E0;border-top:1px solid #E8DFCA;padding:9px 80px 12px 61px;font:11px Arial;color:#B2A16A;margin:0 0 16px 0;}
 
 kbd .cap {font:bold 13px Arial;color:#998461;padding:13px 0 6px 0; margin-bottom: -6px;  margin-left: -25px;}
 address{display:block;padding:0 60px 0 76px;background:#EEEEEE;color:#616161;white-space:normal;margin:0 0 16px 0;}
 address .cap {font:bold 13px Arial;color:#8B8386;padding:13px 0 6px 0; margin-bottom: -6px; margin-left: -25px;}
 address p{padding-left:0;color:#616161; font-style: normal;} 
.detail_text ul{list-style-type: disc; margin-left:45px;}
.ansbar ul{list-style-type: disc;}


.forum-quote {border: 1px inset; background: none repeat scroll 0 0 #F8F2E0; width:100%; }
.forum-quote td {padding:10px 10px 10px 20px;}
.forum-quote th {padding:5px 0 0 10px;}
.formula td {
	border: 1px solid #000;
	padding: 5px;
	font-style:italic;
	text-align:center;
}
.formula td:nth-child(2n) {
	width: 30px;
	font-style: normal;
	border: 0px;
	}
	
.sale_personal_order_detail td ol {
padding-left: 20px;
}
#header {
    /*margin-bottom: 20px;*/background-color: #103356;
}
#day-theme_list .preview_text_block {
    font-size: 14px !important;
    line-height: 19px !important;
    color: #000;
}

.detail_text p {
    font-size: 14px;
    line-height: 21px;
}
