.text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
}
.bg_right {
	background-repeat: repeat-y;
	background-position: right;
}
.bg_top {

	background-repeat: repeat-x;
	background-position: left top;
}
.bg_left {
	background-repeat: repeat-y;
	background-position: left;
}

.no_repeat {

	background-repeat: repeat-x;
	background-position: right;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	color: #686868;
}

h1 {
	font-size: 16pt;
	color: #325A22;
	font-weight: lighter;
}
a:link {
	color: #325A22;
	text-decoration: none;
}
a:visited {
	color: #77996A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

td.mm {
	padding-right: 10px;
}

td.mm a.sel {
	font-weight: bold;
}

ul.lmenu {
	padding: 10px 0px 10px 36px; list-style: url(im/marker2_a.gif);
}
ul.lmenu li{
	padding-top: 7px;
}
ul.lmenu li.sel {
	list-style: url(im/marker2.gif)!important; font-weight: bold;
	
}

ul.lmenu li.sep {
	background: url(im/pix_green.gif) repeat-x bottom; list-style: none!important; width: 100px; padding-top: 10px;
}

img.border {
	padding: 1px; border:1px solid #888;
}

div.paginator {
	margin: 10px 0px;
}

div.paginator a {
	padding: 0px 3px;
}

div.paginator b {
	padding: 0px 3px; background-color: #c4d3bf;
}

.pics {
	float: left; width: 250px; padding: 0px 20px 20px 0px;
}

div.shema {
	float: left; padding: 5px;
}

table.itemHead {
	background-color: #e6eee3; height: 30px; width: 100%; margin-bottom: 20px;
}

table.itemHead td.path {
	font-weight: bold; padding-left: 8px;
}

table.itemHead td.rating {
	width: 215px; vertical-align: middle; 
}

form.auth input.def {
	font-size: 9pt; width: 90px;
}

input.auth {
	width: 30px!important;
}

span.formalt {
	color: #999; font-size: 12px; display: block; margin-top: 10px;
}

input.inp {
	width: 300px;
}

textarea.ta {
	width: 300px; height: 120px;
}

table.comment {
	width: 100%;
	border: 1px solid #d1d7dc !important;
}

table.comment td {
	border: 1px solid white;
}

table.comment td.leftth {
	padding: 5px !important;
	width: 150px;
	background: #777;
	text-align:center;
	color: #ffa34f;
	font-weight: bold;
	font-size: 8pt;
}
table.comment td.rightth {
	padding: 5px !important;
	background: #777;
	text-align:center;
	color: #ffa34f;
	font-weight: bold;
	font-size: 8pt;
}

table.comment td.left {
	padding: 5px !important; vertical-align: top;
	width: 150px;
}
table.comment td.right {
	padding: 2px !important;
}
table.comment td.sep {

	background-color: #d1d7dc;
	height: 4px !important;
	padding: 0px !important;
	font-size: 1pt;
}
table.comment tr.style0 {
	background-color: #efefef;
}
table.comment tr.style1 {
	background-color: #dedede;
}

div.date {
	font-size: 8pt !important;
	border-bottom: 1px solid #d1d7dc;
	margin-bottom: 5px;
	padding: 5px;
	height: 17px;
}
div.text {
	padding: 5px; font-size: 12px; color: black;
}
div.buttons {
	float: right;
}
div.add {
	padding-top: 3px;
	width: 250px;
	float: left;
}
span.hint {
	font-size: 7pt !important;
}
div.small {
	margin-top:10px;
	font-size: 7pt;
}

a img {
	border: none;
}


code.bb_code {
    font-size: 1em;
    color: #000000;
}
span.bb_spec_char {
    color: #000099;
}
span.bb_mnemonic {
    color: #ff0000;
}
span.bb_tag {
    color: #009900;
}
span.bb_bracket {
    font-weight: bold;
}
span.bb_slash {
    font-weight: normal;
}
span.bb_tagname {
    color: #990099;
}
span.bb_equal {
    color: #999900;
}
span.bb_quote {
    color: #009999;
}
span.bb_attrib_name {
    color: #999900;
}
span.bb_attrib_val {
    color: #009999;
}
span.bb_autolink {
    color: #0000ff;
}

blockquote.bb_quote {
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #f6f6f6;
    width: 250px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " Писал(а):";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Код: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

table.tabs td.bsep {
	width: 3px; border-bottom: 1px solid #999;
}

table.tabs td.esep {
	border-bottom: 1px solid #999; text-align: right;
}

table.tabs td.tab {
	width: 40px; border: 1px solid #999; padding: 3px 10px; font-size: 14px; background-color: #eee;
}

table.tabs td.cur {
	width: 40px; border-bottom: none; background-color: #fff;
}

table.tabs {
	border-collapse: collapse;
}


.on {
	display: block;
}

.off {
	display: none;
}

div.shop {
	margin: 5px 0px; border: 1px solid #eee;
}
div.shop div.name {
	background-color: #efefef; padding: 0px 5px; font-size: 14px; 
}

div.shop div.addr {
	padding: 5px 0px 0px 5px; font-weight: bold;
}

div.shop div.desc {
	padding: 5px;
}

div.jname {
	font-size: 14px; font-weight: bold;
}

div.jdate {
	padding-bottom: 10px;
}

div.author {
	background-color: #e6eee3; padding: 10px; margin-bottom: 10px;
}

img.pic1 {
	width: 100px; height: 100px;
}
