/* ================================================== */
/* Переопределение стандартных элементов */
/* ================================================== */

html {
	width: 100%;
	height: 100%;
}
img {
	border: 0;
}

.tmp_tbl tr td {
border:1px solid #AAAAAA;
text-align:center;
padding:10px;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1 h2 h3 {
	margin:0px;
	font-weight:700;
}
h1 {
	padding:3px 0 10px 0;
	margin:0px;
	font-size:18px;
	color:#000;
}
h2 {
	font-size:16px;
	padding: 3px 0 5px 0;
	color:#000;
}
h3 {
	font-size: 14px;
	padding: 3px 0 5px 0;
	color: #000;
}
a:link, a:visited {
	color: #8C3C10;
	text-decoration: underline;
	outline: none;
	overflow: hidden;

}
a:hover {
	color:#AF2C14;
	text-decoration: none;
}
table{ 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 0px;
	line-height: 16px;
}
ul {
	margin: 0;
	padding: 0 0 0px 25px;
}
ul li {
	padding: 0 0 3px 0px;
}
ol {
	margin: 0 0 0 30px;
	padding: 0;
}
ol li {
	margin: 0 0 12px 0px;
}
ol ol li {
	margin: 4px 0 4px 0;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.float_left {
	float:left;
}
.justify {
	text-align:justify;
}
.red {
	color:red;
}
.tbl {
	border-collapse: collapse;
}
.tbl tr td {
	padding: 0px;
}

/* ================================================== */
/* Контейнеры */
/* ================================================== */
.cont_header {
	width:1000px;
	height:300px;
	position:relative;
	margin:0 auto 0 auto;
}
.cont_logo {
	position:absolute;
	left:-100px;
	top:45px;
}
.cont_search {
background:url("../img/background/search.gif") no-repeat scroll center center transparent;
height:75px;
left:50%;
margin-left:-195px;
position:absolute;
top:250px;
width:390px;
}
.cont_menu {
	margin-top:25px;
}
.cont_context {
height:813px;
margin:0 auto;
overflow:hidden;
position:relative;
width:1000px;
}
.cont_context_left {
	float:left;
	width:235px;
	height:400px;
}
.cont_context_right {
float:right;
height:400px;
width:235px;}
.cont_reference_bg {
	width:205px;
	height:340px;
	margin-top:10px;
	padding:50px 15px 10px 15px;
	background:url(../img/background/comment.gif) no-repeat center 0px;
}
.cont_context_left_inner {
	width:205px;
	height:250px;
}
.cont_context_center {
	float:left;
	width:735px;
	height:760px;
	text-align:left;
	position:relative;
}
.cont_context_center_inner {
padding:35px 200px 0 20px;	
}
.cont_h1 {
	padding:0 0 23px 28px;
}
/* ================================================== */
/* Элементы формы */
/* ================================================== */

form {
	margin: 0;
	padding: 0;
}
.textbox {
	border: 1px solid #969594;
	background: #F3F3F3;
	font-size: 13px;
	font-family: Verdana;
}
.textarea {
	border: 1px solid #969594;
	background: #F3F3F3;
	font-size: 13px;
	font-family: Verdana;
}
.button {
	border: 1px solid #969594;
	font-size: 11px;
	font-family: Verdana;
	color:#000;
	height: 21px;
	background: #EEEEEE;
}

/* ================================================== */
/* BB-code */
/* ================================================== */

.bb_ul {

}
.bb_li {

}
.bb_pre {
	display:block;
	width:80%;
	background-color:#ededed;
	padding:5px;
	border:1px solid #bababa;
}
.bb_quote {
	display:block;
	width:80%;
	background-color:#ededed;
	padding:5px;
	border:1px solid #bababa;
}

/* ================================================== */
/* Ajax */
/* ================================================== */

#ajax_incoming {
	display:none; 
	border:0px; 
	padding:2px
}
#inProgress {
	display:none; 
	border: 1px solid #DDDDDD; 
	background:#FFF;
	position:absolute; 
    z-index:2
}
.inProgressBox {
	font-family:Verdana; 
	font-size:10px;
}
/* scrollbar */
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 530px;  
	height: 760px;
	overflow: auto;
	overflow-x:hidden;
	padding-right:5px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	outline: none;
	overflow: hidden;


	/*background-color: #E7EADE;*/
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 530px;  
	height: 680px;
	overflow: auto;
	overflow-x:hidden;
	padding-right:5px;
	/* IE overflow fix, position must be relative or absolute*/

}
ol.number-list{
	margin:0;
	padding:0 0 0 30px;
}
ol.number-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
ol.number-list a{font-weight:bold;}
ol.number-list span{color:#69BD45;}
ol.number-list span a{font-weight:normal;}
#cont_box a.tt:hover .tooltip1
{
top:auto !important;
bottom:0 !important;
}

#cont_box a.tt:hover .tooltip1 .top{
padding:10px 8px 3px !important;
background:url(../img/bubble2.gif) no-repeat center top !important;
}
#cont_box a.tt:hover .tooltip1 .bottom{
padding:0 8px 30px !important;
background:url(../img/bubble2.gif) no-repeat center bottom !important;
}
