:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	font: bold 24px "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1d1b17;
	margin: 5px 0 5px 0;
}

h1 span {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	margin: 10px 0 10px 0;
	font: bold 18px "Trebuchet MS";
	/* color: #cc0000; */
	color: #cc0000;
	padding: 0;
	position: relative;
}

h3 {	
	margin: 10px 0px 10px;
	font: bold 16px "Trebuchet MS";
	color: #1d1b17;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h4 a:link, h4 a:visited, h4 a:active {
	font: 14px Arial, Helvetica, sans-serif;
	color:#0059bd;
	text-decoration: underline;
}
h4 a:hover {
	text-decoration: none;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #aaa09c;
	margin: 0 0 10px 0;

}

/* Links
================================================*/

a:link {
	color: #0059bd;
	text-decoration: underline;
}

a:visited {
	color: #B43F7A;
	text-decoration: underline;
}

a:active {
	color: #B43F7A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px;
}
p.content_nav {
	color:#999;
	font-size:11px;
}
p.content_nav a {
	color:#999;
	text-decoration: underline;
}
p.content_nav a:hover {
	text-decoration: none;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}
small{
	font-size: 11px;
}

/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/
table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #B3B3B3;
}

table td{
	border-color: #B3B3B3;
	padding: 5px;
	font-size: 100%;
}

table td strong{
	font-weight: bold;
}

table .color td{
	background: #FAF7F5;
}

table[border="1"] td{
	border-width: 1px;
	border-style: solid;
}

table[border="1"] th{
	border-width: 1px;
	border-style: solid;
}

table th{
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: #000000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4{
	color: #000000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #CCCCCC;
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
 



/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline{
	border-top: 4px solid #90A600;
}

.form fieldset{
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form h2{

	margin: 20px 0px 15px;
	padding: 0 0px 3px 0px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}

.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked{
	background: #FA5211;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label{
	margin-left: 10px;
}

.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form .line:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form .label{
	float: left;
	width: 35%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
color: #000;
}

.form .formw{
	width: 60%;
	display: block;
	float: left;
}

form.descr .formw{
	width: 460px;
	text-align: justify;
}

.form .formw .text{
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	padding: .25em; 
}

.form .formw input.text:focus, .form .formw textarea.text:focus, .form .formw select.text:focus {
	background: #fff;
	border: 1px solid #686868;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}


.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: #f6f6f6 url('/i_shops74/button_bg.gif');
	border: 3px double #999;
	height: 28px;
	padding: 0 5px 0 5px;
	display: inline;
}

.red{
	color: #E05332;
}

.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

.errMsg{
	display: block;
	background: #D42E00;
	padding: 3px 5px;
	color: #fff;
	margin: 0px 0 0;
	font-weight: bold;
}
.hidden, .good{
	display:none;
}


/* Clearfix
================================================*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


.clear{
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}



/* Layout 
================================================*/

body {
      margin:0;
      padding:0;
      background:#fff;
		color: #1d1b17;
		font: 12px Arial, Helvetica, sans-serif;
}


div#maincol {
	display: table;/* <- using display: table hack here for Gecko browsers */
	float: left;
	min-height: 100%;
	_height: 100%;/* <- using underscore hack for MSIE here */
	width: 100%;
}

div#wrapper {display: table-row; vertical-align: top;}/* <- this is needed by Opera */
div#main {border: solid 1px white;
	min-height: 100%;
	_height: 100%;/* <- using underscore hack for MSIE here */ 
	margin-left: 0px; 
	margin-right: 270px;
	background: white;
	}
div#col3 {float: left; margin-left: -270px; width: 270px; background-color: #fff;}
div.colwrapper {margin: 0px;}
div.content {padding: 0px;}

#all{
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 15px;
	border: 1px solid #ccc;
}
div#maincol .content{
	margin-right: 30px;
}




/* Rounded corners
================================================*/

div.logo, div.box_yellow, div.comment0, div#FormAddAdvertisement{
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.search .btn{
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
} 



/* Footer 
================================================*/


#footer {
   clear:both;
   width: 980px;
	margin: 0px auto 14px auto;
	color: #999;
	padding-top:10px; 
	overflow: hidden;
 }
#footer .bottom_menu{
 	margin: 0 0 0px 0px;
	padding: 0px;
	float: left;
	width: 600px;
	display: inline;
}
#footer .bottom_menu li {
	float:left;
	list-style: none;
	font-size:11px;
	margin: 0px 15px 0px 0px;
}
#footer .bottom_menu li a:link, 
#footer .bottom_menu li a:active, 
#footer .bottom_menu li a:visited {
	color:#999;
	text-decoration: underline;
}
#footer .bottom_menu li a:hover {
	text-decoration: none;
}

#footer .copyright {
	margin: 5px 0 0 0px;
	float: left;
	font-size:11px;
	width: 600px;
	padding-bottom:20px;
	padding-top: 0px;
	display: inline;
}
#footer .counter {
	float:right;
	margin-right: 0px;
}





.path, 
.path a{
	color: #bbb;
	font-size: 11px;
}
.path a:visited{
	color: #bbb;
}
.path a:hover{
	color: #0059bd;
}

.add_info {
	float: right;
	top: 60px;
	margin-right: 10px;
	padding: 0 0 0 17px;
	margin: 6px 10px 0 0px;
	width: 170px;
display: inline;
}

.add_info .plus{
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	float: left;
	line-height: 18px;
}
.add_info .add_info_text{
	float: left;
	margin: 3px 0 0 5px;
}

.add_info a:link,
.add_info a:active,
.add_info a:hover,
.add_info a:visited{
	text-decoration: none;
	color: #6b7883;
}


.box_yellow{
	background: #f2eee4;
}
.box_yellow2{
	padding: 10px 15px;
}
.box_yellow h6{
	color: #7f7a78;
	margin-top: 3px;
}

/* Main page 
================================================*/

.cat_main_left{
	float: left;
	width: 33%;
	display: inline;
}

.cat_main_right{
	float: left;
	width: 64%;
	display: inline;
	border-left: 1px solid #ccc;
	padding-left: 2%;
}

.cat_main dl {
	float: left;
	width: 195px;
	margin: 10px 10px 0 0;
	display: inline;
	height: 1%;
}

.cat_main dl dt {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 14px;
	display: block;
	height: 1%;
}

.cat_main dl dd {
	width: 100%;
	margin: 0;
	font-size: 11px;
	color: #666;
	display: inline;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.cat_main dl dd a:link {
	color: #666;
margin: 0 10px 0 0px;
text-decoration: none;
}
.cat_main dl dd a:visited {
	color: #aaa;
margin: 0 10px 0 0px;
text-decoration: none;
display: inline;
}
.cat_main dl dd a:hover {
display: inline;
	color: #666;
text-decoration: underline;
}




.cat_main_right {
	font-size: 11px;
	margin: 15px 0 0 0;
	color: #333;
}




.review {
	font-size:11px;
	margin: 0 0 15px 0;
}

.review .user_name {
	font-size:11px;
	font-weight: bold;
	color:#999;
}
.review_title {
	margin: 0 0 7px 0;
}
.review_all{
	margin: 10px 0 5px 0;
}



/* From HostCMS
================================================*/

.pages {
	margin: 29px 0 10px 0;
	font: 13px Arial, Helvetica, sans-serif;
}

.pages a:link, .pages a:visited, .pages span {
	float: left;
	display: block;
	padding: 2px 8px 1px 7px;
	color: #0059bd;
	margin: 0 3px;
	display: inline;
	text-decoration: underline;
	font-weight:bold;
	border:1px solid #FFF;
}

#id_prev, #id_next{
	display: none;
}

.pages a:hover, .pages span.current {
	border: 1px solid #0059bd;
	text-decoration: none;
}

.pages a.current:link, .pages a.current:visited, .pages a.current:hover, pages span.current {
/*	padding: 2px 7px 2px 10px;*/
	border: 0px solid transparent;
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
	text-decoration: none;
}
.pages span {
	float:left;
	border:0;
	color:#000;
	font-weight: normal;
	text-decoration: none;
}

/*   */
.read_more
{
	float: left;
	display: block;
	padding: 0.2em 0em 0.3em 0em;
	margin-right: 0.3em;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1
{
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	float: right;
}

.userinfo2
{
	margin-left: 5px;
	margin-bottom: 5px;
}

/*  ""   */
.c_u_l
{
	font-weight: bold;
}

/*    */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div    */
.csd{
	margin-left: 20px;
}
.comment0, #FormAddAdvertisement{
	width: 100%;
	margin: 15px 0px 5px 0px;
	background-color: #f2eee4;
}

.comment, #FormAddAdvertisement form, .board_rules{
	padding: 10px 20px;
}

.comment.dolphin{
	background: url(/i_shops74/dolphin.jpg) no-repeat 90% 90%;
}
.comment p{
	margin: 0px 0px 5px 0px;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

.stars
{
	margin: 0px;
	padding: 0px;
}

.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	cursor: pointer;
	list-style-type: none;
}

.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
}


#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(/hostcmsfiles/images/stars_single.gif);
}





/*  
================================================*/

.propertys{
width: 100%;
border-color: #ddd;
border-width: 1px;
border-style: solid; 
}
.propertys td{
padding: 5px 5px 5px 5px;
border-color: #ddd;
border-width: 1px;
border-style: solid; 
vertical-align: top;
}

.shop_rightcol p img{
margin: 0px;
}
.desc{

font-size: 12px;

color: #999;

}


#map{
overflow: hidden; 
cursor: pointer; 
width: 300px; height: 300px; border: 1px solid #DADADA; margin: 15px 5px 5px 0px; 
}

.list{
	width: 100%;
}
.list  td{
padding: 15px 5px 15px 5px;
	border-color: #ccc;
	border-width: 1px 0px;
	border-style: solid; 
vertical-align: top;
}

.list h4{
margin: 0px 0px 4px;
}

.list th{
font-size: 11px;
color: #aaa;
text-align: left;
}


.list .desc{
margin: 5px 0px 4px;
}

.top5{
	width: 100%;
}

.top5_right{
	float: right;
	width: 300px;
}
.top5_left{
	float: left;
	width: 340px;
}

.top5 ol li{
	font-size: 14px;
	margin: 15px 0 15px 0;
list-style-type: upper-alpha;
}


.allcomments{
	font-size: 11px;
	color: #999;
	font-style: italic;
}

.shop_info{
	width: 100%;
}

.shop_info_right{
	float: right;
	width: 300px;
}
.shop_info_left{
	float: left;
	width: 300px;
	overflow: hidden;
}

.print{
	float: right;
	width: 70px;
	margin: 10px 0;
	padding-left: 15px;
	background: url(/i_shops74/ico_print.gif) no-repeat 0 3px;
}
/*
.add_shop{
	float: right;
	width: 200px;
	margin: 10px 0;
	padding-left: 15px;
	background: url(/i_shops74/ico_add.gif) no-repeat 0 1px;
	color: #aaa;
}

.add_shop a{
	text-decoration: none;
	border-bottom: 1px dashed #0059bd;
}
.add_shop a:hover{
	color: #0059bd;
	text-decoration: none;
	border-bottom: 1px dashed #0059bd;
}
*/

.add_shop{
	margin: 10px 0;
	float: right;	
}
.add_shop a{
	display: block;
	width: 151px;
	height: 28px;
	text-indent: -10000px;
	background: #eee url(/i_shops/button_add.gif) no-repeat 0px 0px;
	
}

#ShowAddComment a{
	color: #bbb;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
}
#ShowAddComment a:hover{
	color: #0059bd;
	text-decoration: none;
	border-bottom: 1px dashed #0059bd;
}


.error, #error, #message{
border: 1px dashed red; 
font-size: 14px;
padding: 20px 10px; 
margin: 10px 0px; 
width: 90%;
color: red;
background-color: #fff;
}


.book_item_text{
margin: 20px 0px 5px; 
}
.date{
	font-size: 11px;
	color: #999;
	font-style: italic;
}
.comment_desc{
	font-size: 11px;
	color: #999;
	font-style: italic;
}

.map_desc{
	color: #999;
	margin: 0px;
	padding: 0px;
}

table.comment_table{
border-bottom: 1px solid #ccc;
width: 100%;
}

table.comment_table  td{
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
vertical-align: top;
padding: 15px 0 10px 0;
}

table.comment_table  .comment_td_info{
width: 90px;
}

table.comment_table  .comm_user{
font-size: 11px;
color: #666;
margin: 5px 0 5px 0;
}

/* b88
================================================*/

.b88{
	margin: 10px 0px 10px;
	padding: 0px;
}

.b88 li{
	margin: 0px 0px 7px 5px;
	padding: 0px;
	float: right;
	display: inline;
}

.b88 li a img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.b88 li a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}


/* linksAd
================================================*/

.linksAd{
	border-top: 0px solid #ccc;
	margin: 5px 0 0px;
	padding: 5px 0 0px;
	font: .8em Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.linksAd strong{
	font-weight: bold;
}

.linksAd ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.linksAd ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1%;
	width: 32%;
	float: left;
	display: inline;
	list-style-type: disc;
	background: url(/i_kazanshops/li.gif) no-repeat 0px 7px;
}

.linksAd p{
	margin: 0px 0px 3px;
}






tr.marked td{
	background-color: #fffce6;
}

p.markedsmall{
	margin: 30px 0px;
	color: #6D525F;
	border: 1px solid #FBE5C0;
	padding: 8px 10px;
	background: #FFFCF7;
}

/* form_edit
================================================*/
.form_edit{
	padding: 0px; 
	margin: 0px; 
}
.form_edit table{
	padding: 0px; 
	margin: 0px; 
}
.form_edit .btn{
	padding: 0px 5px; 
	font-size: 18px;
}






.group_desc{
	color: #9B8E8A;
	font-size: 11px;
	margin-bottom: 5px;
}

/*  */

.article_box{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.article_box .pic{
	margin: 5px 10px 10px 0px;
	float: left;
	width: 70px;
	min-height: 30px;
}


.article_box .text h4{
	margin-top: 0px;
}

.article_box .date{
	margin-left: 10px;
}








/*  */
.table_group_forums
{
    width: 100%; 
    padding: 2px;   
    border-collapse: collapse;
    empty-cells: show;
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;
/*	background-color: #000000;*/
}

/*   */
.table_group_forums td
{
	padding: 2px;
    border-collapse: collapse;
    empty-cells: show;
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;
}

.table_group_title td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width:0px;
	border-color: #C8C0A9;
	border-style: solid;
	background-color: #EAE4DF;
	color: #353535;
} 
/*  */
.title_group_forums
{
    font-weight: bold;
}

/*  */
.desc_group_forums
{
    /*font-size: 10px;*/
}

/*   */
.row_title_group_forums
{
    background-color: #EAE4DF;
	color: #353535;
    font-weight: bold;
}

/*  */
.table_identification
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;	
	border-style: solid;
	border-color: #C8C0A9;
	/*background-color: #F7F7F7;*/
}

/*   */
.table_identification td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: solid;
}
/*  */
.name_users
{
    color: #6C5722;    
}

/*    */
.row_title_identification
{
	color: #353535;
	background-color: #EAE4DF;
	font-weight: bold;
}

/*  */
.table_forum
{
	width: 100%;
	padding: 2px;
	border: 0px;
}

/*   */
.table_forum_message
{
	width: 100%;
	color: #000000;
	padding: 2px;
	border-collapse: collapse;	
	empty-cells: show;
	border-width:1px; 
	border-color: #C8C0A9;
	border-style: solid;
	background-color: #EAE4DF;
}

.table_forum_message td
{
	color: #000000;
	empty-cells: show;
	border-width:1px; 
	border-color: #C8C0A9;
	border-style: solid;	
}



/*   */
.table_forum td
{
/*
    border-collapse: collapse;
    empty-cells: show;
    border-width:1px;
    border-color: #000000;
    border-style: solid;
    */
}
/*  */
.row_title_forum
{
    /*background-color: #F7F7F7;    */
    padding-top: 5px;
}
/*  */
.table_title_forum
{
    width: 100%;
    color: #000000;
}

/*   */
.table_title_forum td
{
    border: none;
}

/* */
.title_forum
{
    color: #353535;
    font-weight: bold;
}

/* */
.desc_forum
{
   /* font-size: 10px;*/
}

/*     */
.table_themes
{
	width: 100%;

	/*cellpadding*/
	padding: 2px;
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
	
}

/*     */
.table_themes td
{
	/*cellpadding*/
	padding: 3px;
	
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
	
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;	
}

/*    */
.row_title_themes
{
    background-color: #EAE4DF;
    font-weight: bold;
    /*text-align:center;*/
    height: 25px;
    width: 100px;
    padding-left: 10px;
}
.row_title_themes td
{
	color: #353535;
}
.row_title_themes_message
{
    height: 25px;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;    
    background-color: #EAE4DF;
}
.row_title_themes_message label
{
    color:#353535;
}

/*   */
.theme_td_attribute
{
	width:20px;	
}
/*   */
.theme_td_title
{
		
}
/*   */
.theme_td_author
{
	width: 120px;
}
/*    */
.theme_td_create_date
{
	width:80px;	
}
/*    */
.theme_td_count_answer
{
	width:50px;
}
/*    */
.theme_td_last_message
{
	width: 120px;
}
/*   */
.theme_td_action
{
	width:140px;
}


.color_hidden_theme
{
	background-color: #ECE9DB;
}
.color_2_theme
{
	background-color: #FAF9F2;
}

/* */
.table_messages
{
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    border: 0px solid #C8C0A9;
}

/*  */
.table_messages td
{
    border-collapse: collapse;
    empty-cells: show;
    border: 1px solid #C8C0A9;
}

/*     */
.add_message_table, .add_message_table td
{    
	/*border: 0px solid #000000;*/
	border: none;
}

/*  */
.row_title_messages
{
    background-color: #EAE4DF;
    font-weight: bold;
    color:#353535;
}
/*  */
.table_title_message
{
    width: 100%;
}
/*   */
.table_title_message td
{
    border: none;
}
/* */
.title_messages
{
    color: #353535;
}
/*  */
.author_name
{
    font-weight: bold;
}
/*  */
.author_status
{
}
/*   */
.selectedquote
{
	color: #0089C6;
	text-decoration: underline;
	cursor:hand;
}
/*  BBcode - */
.quotestyle
{
    background-color: #EAE4DF;
    border-collapse: collapse;
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;    
    padding:5px;
}
/*  BBcode - code*/
.codestyle
{
	font-family: courier, monospace;
	border-collapse: collapse;
	border: 1px solid #353535;
}
/*   */
.row_add_message
{
    background-color: #EAE4DF;
    color:#353535;
    /*font-weight: bold;*/
}

/*  */
.table_message_parameters
{
    width: 100%;
}
/*   */
.table_message_parameters td
{
    border: none;
}

/*   */

.table_user_info
{
    border-collapse: collapse;
    empty-cells: show;
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;
}

/*     */
.table_user_info td
{
    border-collapse: collapse;
    empty-cells: show;
    border-width:1px;
    border-color: #C8C0A9;
    border-style: solid;
}
/*  */
.row_user_name
{
    background-color: #EAE4DF;
    font-weight: bold;
    color: #353535;
}
/*   */
.row_user_parameters
{
    background-color: #EAE4DF;
    font-weight: bold;
    color: #353535;
}

/*   */
.table_extra_properties
{
    border: none;
    margin: 5px;
}

.table_extra_properties td
{
    border: none;
}


.smiles_td td
{
	border: 0px;
}



/*    */


table.add_theme_table td img,
table.table_messages td img,
table.add_message_table td img,
table.table_group_title td img,
table.table_title_message img,
table.table_themes, table.table_forum td,table.table_themes tr.row_title_themes td, table.smiles td, table.add_message_bbcode_table td {
	padding: 2px 3px;
	margin: 0px;
}

table.table_group_title{
	margin: 0px;
	padding: 0px;
}

table.smiles td img, table.add_message_bbcode_table td img {
	margin: 4px;
}


#mainform1 input[type=text],
#mainform1 input[type=password]{
width: 90px;
}
#mainform1 input[type=submit]{
font-size: 11px;
width: 130px;
}

.title_group_forums,
.row_title_group_forums,
.row_title_themes td{
font-size: 12px;
text-align: left;
}
.table_group_forums td,
.table_identification td{
font-size: 12px;
text-align: left;
padding: 3px 5px;
}

.add_message_table td{
font-size: 12px;
padding: 2px;
}

#mainform td{
font-size: 12px;
padding: 2px;
}

.table_themes td{
padding: 2px;	
}

#mainform table{
margin: 0px;
}

.add_theme{
margin: 10px 0px 0px;
}

.add_theme a{
font-size: 14px;
font-weight: bold;
}



/*   */

.survey_block  form {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.survey {
	font-weight: bold;
	padding: 0px 0px;
}

.survey_block p{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
}

.survey_block label{
	cursor: pointer;
	float: left;
	margin-left: 30px;
}

.survey_block label:hover{
	background-color: #FFFCEC;
}

.survey_block .input_radio{
	margin: 0px -30px 5px 10px;
	float: left;
}

.survey_block p input{
	margin: 0px 3px 0px 0px;
}

.survey_block .gray_button{
	margin-top: 15px;
	float: left;
	display: inline;
}
.survey_block .results_button{
	margin-top: 17px;
	margin-left: 10px;
	float: left;
}


.top5_left ol .marked{
	background-color: #fffce6;
}



.avatar img{
width: 100px;
}



/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #d20a1c;
	background-color: #fff;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

ul.forums_last_theme{
	margin-top: 7px;
	margin-bottom: 7px;
}


ul.forums_last_theme li{
	font-size: 12px;
	margin: 3px 0;
}
ul.forums_last_theme  p{
	margin: 2px 0px;
	line-height: 1.3;
}

ul.forums_last_theme p.theme_datetime,
ul.forums_last_theme p.theme_author_name{
	font-size: 10px;	
	margin: 0px;
	color: #a9a6a6;
}


ul.forums_last_theme p.theme_last_message{
	width: 100%;
	overflow: hidden;
}

.archive-link{
font-size: 11px;
	margin: 0px 0 15px 15px;
}

