html, body {
	height: 100%;	
}

body { 
	font: .75em Verdana, sans-serif;
	line-height: 1.4em;
	color: #383838; 
	background:#fff; 
	width:100%; 
	height:100%; 
	margin:0; padding:0;
}


h1,h2,h3,h4,h5,h6 {	
	font-family: Georgia, Serif;	
	font-weight: lighter;
	color: #3e3e3e;
	line-height: 1.2em;
    margin: 10px 0;
}

h1 {
	font-size: 2.7em;
}

h1 span{
	font-size: .7em;
	white-space: normal;	
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	
}

h4 {
	font-size: 1.4em;
}

p{
	margin: 10px 0;
	text-indent: 0em;
}

acronym {cursor:help; border-bottom:1px dotted #333; font-style: normal;}
sup, sub {  vertical-align: middle;  position: relative;  font-size: 75%; }
sup { bottom: 0.5em; }
sub { top: 0.5em; }
small {font-size:.9em;}
big {font-size:1.2em;}


a{
	color: #1143aa;	
}

textarea, input[type=text], input[type=password]{
    border: 1px solid #aaa;
    padding: 2px 3px;
}

.clear:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}

/*макет*/
#pageLayout{
	min-height: 100%;	
    min-width: 1000px;
	position: relative;	    
    width: 100%;
    margin: 0 auto -100px auto;	    
    top: 0px;    
}

* html #pageLayout {
	height: 100%;
	width: 100%;
}

.note{
    font-size: .9em;
    color: #777;
}

.meta a{
    font-size: .9em;
    color: #777 !important;
    text-decoration: none;
}

.meta a:hover{
    text-decoration: underline;
}

/* контент */
#wrapper {	        
	width: 95%;
    max-width: 1200px;
	margin: 0px auto;
	height: 100%;		
	position: relative;	
	padding-bottom: 100px;	
	clear: both;
    display: block;
}

#header{			
	padding: 0px 0 0 0px;            
    margin: 0px 0 0 0;     
    width: 100%;    
    display: block;
    clear: both;       
    height: 130px;
}

/* лого */
#logo{		
    width: 450px;       	
	display: block;			
    left: 50%;	
    top:25px;
   	position: absolute;
    margin-left: -208px;    	
}

#logo h1 a{
	font-family: Georgia;
    color: #000;
    font-style: italic;
    text-decoration: none;
    font-size: 2em;
    line-height: 1em;    
}

#logo h1 sup{
    font-size: .4em;
    line-height: 1.4em;
    vertical-align: super;
    margin-left: 10px;
    color: #777;    
}
/* форма  авторизации */
#auth{
    float: left;
    margin: 35px 0 0 0;
    width: 250px;
}

/* поиск */
.search{
    float: right;
    margin: 50px 0 0 0;    
}

/* главные темы */
#themes{
    clear: both;
    width: 100%;
    margin: 10px auto 0px auto;    
    float: left;  
}

#themes .events{
    width: 40%;
    float: right;
    display: block;    
}

#themes .news{
    width: 58%;
    float: left;
    display: block;        
}

.newsTheme{
    background: #EFEDDF;  
}

/* событие */
#themes .theme{
    display: block;
    clear: both;
    margin: 0 0 30px 0;
}

#themes .theme img{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 15px 10px 0;    
}

#themes .float{
    float: left;
    width: 40%;    
}

#themes .theme .float h2{
    font-size: 1.8em;
    clear: both;
}

#themes .theme .float h5{    
    clear: both;
}


#themes .theme h2 a{
    color: #000;    
}

#themes .theme a{
    color: #383838;    
}

#themes .theme .descr{
    clear: both;
    line-height: 1.8em;
    padding: 15px 0;
}

#themes .theme .descr a{
    background: #222;
    color: #fff;
    padding: 3px;
    text-decoration: none;
}

#themes .theme .descr a:hover{
    text-decoration: underline;    
}

#themes .all{
    clear: both;
}

/* меню */
#menu{
    margin: 25px 0;
    clear: both;
    height: 20px;
    border: 2px #000 dashed;   
    padding: 15px 10px 15px 0; 
    font-size: 1.2em;    
    position: relative;
    z-index: 100000;     
}

#menu ul{
    margin: 0; 
    padding: 0; 
    list-style-type: none;
}

#menu ul li{
    position: relative; 
    display: inline; 
    float: left; 
    z-index: 100000; 
    margin-left: 17px;    
}

#menu a{
    color: #000;
}
#menu ul li a{
    display: inline-block; 
    text-decoration: none; 
    clear:both;    
}

#menu ul li a:hover{
    text-decoration: underline;
}

#menu ul li ul{
    margin: 0; 
    padding: 0; 
    left:0; 
    position: absolute; 
    display: block; 
    visibility: hidden;
    border-bottom: 1px solid #ccc;
    z-index: 11000;
}

#menu ul li ul li{
    float: none;
}

#menu ul li ul li a{
    font-size: .8em; 
    width: 170px; 
    display: block; 
    padding: 7px 15px;  
    border: 1px solid #ccc; 
    border-bottom: none;  
    background-color: #fff;
}



#menu p{margin: -15px 0 0 22px; font-size: 0.9em; color: #777; }

* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }

#menu ul li ul li a:hover{
    background: #EFEDDF;     
    text-decoration: none;
}


#menu .info{
    padding: 10px 0 0 0;
    float: right;
    font-size: 1.1em;
    line-height: 1.2em;
}

#menu .info a{
    color: #383838;
    text-decoration: none;
}
#menu .info span{
    font-size: .65em;
    vertical-align: super;
}

#menu .info a span.min{
    color: red;
}

#menu .info a span.plus{
    color: green;
}

/* контент контент контент */
.content{
    clear: both;
    width: 100%;
}

.content .mainContent{
    float: left;
    width: 64%;
}

.content .mainContent .post ul{
	list-style: disc;	
	margin: 25px 0;
}

.content .mainContent .post ul li {
	margin:  10px 0 10px 20px;	
}

.content .mainContent .post ol{
	list-style: decimal;	
	margin: 25px 0;
}

.content .mainContent .post ol li {
	margin:  10px 0 10px 20px;	
}

/* пост на главной */
.content .mainContent .post{
     clear: both;          
     display: block;
     position: relative;
     width: 100%;
     min-height: 150px;
     margin-bottom: 20px;     
}

.content .mainContent .shortPost{
     clear: both;
     margin: 10px 0 5px 0;     
     display: block;
     position: relative;     
}

.content .mainContent .shortPost h2{
    font-size: 1.5em;
}

.content .mainContent .shortPost h2 a{
    color: #000;
    text-decoration: none;
}

.content .mainContent .shortPost h2 a{
    color: #000;
    text-decoration: none;
}

.content .mainContent .shortPost h2 a:hover{
    color: #777; 
    text-decoration: none;
}

.content .mainContent .shortPost h2 .date{
    color: #777;    
}

.content .mainContent .post h2 a:visited{
    color: #777;    
}

.imgblock_small, .content .mainContent .post img{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 15px 10px 0;
    width: 250px;
}

.content .mainContent .post h2{
    font-size: 2.2em;
}

.content .mainContent .searchRes h2{
    font-size: 1.6em !important;
}
.content .mainContent .searchRes .meta{
    font-size: .9em;
    color: #777;     
}

.content .mainContent .post h2 a{
    color: #000;
    text-decoration: none;
}

.content .mainContent .post h2 a:hover{
    color: #777; 
    text-decoration: none;
}

.content .mainContent .post h2 a:visited{
    color: #777;    
}

.cityNews .head{
    width: 100%;
}

.post .meta .date{
    font-size: .9em;
    color: #777;           
}

.post .meta a{
    margin-left: 5px;           
}
      

.cityNews{
    display: block;
    margin: 0 0 0px 0;
}

.cityNews h2{
    margin: 25px 0 15px 0 !important;
}

.cityNews .lentaTitle{
    padding-bottom: 5px;
    float: left;
    margin-right: 5% !important;
}

#newsWeek{
    display: none;
}

.cityNews h2 a{
    border-bottom: 1px dotted #000;
    color: #656565 !important;
}

h2.curr a{    
    border-bottom: 1px solid #000 !important;   
    color: #000 !important;    
}

.cityNews .subj{
    font-size: 1.2em !important;
}

.cityNews .item{
    margin: 15px 0 0 45px;
    
}

p.theme{
    margin: 0px 0 15px 15px !important;
    font-size: 1.2em;
    list-style: circle !important;
    display: list-item !important;
    padding: 0 !important;   
}

.theme .cityNews .item a{
    text-decoration: underline !important;
}

.cityNews span{
    color: #000;    
    background: #e0cda5;
    padding: 2px;
    margin-left: -45px;
    margin-right: 5px;
    font-size: .9em;
}

.cityNews .shortText{
    font-size: .9em;
}

.cityNews .shortText a{
    color: #565656 !important;
}


.cityNews a{
    text-decoration: none;
    color: #383838;
}

.cityNews a:hover{
    text-decoration: none;
}

.ref{
    font-size: .9em;
    color: #fff !important;
    background: #777;
    padding: 2px;
    white-space: nowrap;
}

a.ref{
    color: #fff !important;
    text-decoration: none !important;
}
/* боковая колонка */
.content .sidebar{
    float: right;
    width: 32%;
    margin-left: 30px;
}

.content .sidebar .banner{
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 100;
}

.tl{
	float: left;
	background: url('/i/tl.png') no-repeat left top;
	width: 16px;
	height: 16px;
	display: block;	
	position: relative;
}	

.tr{
	float: right;
	background: url('/i/tr.png') no-repeat right top;
	width: 16px;
	height: 16px;
	display: block;
	position: relative;	
}	

.bl{
	clear: both;
	float: left;
	background: url('/i/bl.png') no-repeat left bottom;
	width: 16px;
	height: 16px;
	display: block;		
	margin: -16px 0 0px 0px;					
}	

.br{	
	float: right;
	background: url('/i/br.png') no-repeat right bottom;
	width: 16px;
	height: 16px;
	display: block;
	position: relative;
	margin: -16px 0px 0px 0px;
	border: none;	
}

.tl_{
	float: left;
	background: url('/i/tl_2.png') no-repeat left top;
	width: 10px;
	height: 10px;
	display: block;	
	position: relative;
}	

.tr_{
	float: right;
	background: url('/i/tr_2.png') no-repeat right top;
	width: 10px;
	height: 10px;
	display: block;
	position: relative;	
}	

.bl_{
	clear: both;
	float: left;
	background: url('/i/bl_2.png') no-repeat left bottom;
	width: 10px;
	height: 10px;
	display: block;		
	margin: -10px 0 0px 0px;					
}	

.br_{	
	float: right;
	background: url('/i/br_2.png') no-repeat right bottom;
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	margin: -10px 0px 0px 0px;
	border: none;	
}


.in{
    padding: 10px 25px;
}
/* тв программа */
.tv{   
    background: #EFEDDF;
}

p.channelItem{
    float: left !important;
    width: 24% !important;
    margin-right: 20px !important;
}

.tv img{
    position: absolute;    
    margin-left: -50px;
    vertical-align: middle;        
}

.tv h3.toggle a{
    border-bottom: 1px dotted #000;
}

.tv #addTv{
    display: none;
}

.tv p{
    margin: 15px 0 10px 50px;    
    min-height: 35px;    
}

.tv h3 a{   
    color: #000;
    text-decoration: none;
}

.tv p em{
    font-style: normal;
    font-size: 2em;
    font-family: Georgia, Serif;	
	font-weight: lighter;
	color: #3e3e3e;
	line-height: 1.2em;
    margin: 10px 0;
}

.tv .in{
    overflow: hidden;
}

.comments{
    background: #f0f0f0;
}

.comments span{
    font-size: .9em;
    color: #fff;
    background: #e0cda5;
    padding: 2px;
}

.comments a{    
    color: #383838;
    text-decoration: none;
}


a.all{
    font-size: 11px !important;
    color: #1143aa !important;	
    text-decoration: none !important;
    text-align: right !important;
    margin-right: 15px !important;
    
}

a.all:hover{
    text-decoration: underline !important;
}

a.tv{
    margin: 0 0 0px -50px;
    position: relative;
    z-index: 999999;
    display: block;
    width: 100px;
}
/* подвал */
#footer{
    width: 100%;
    border-top: 1px solid #e0e0e0;
    background: #fff url("/i/footer_bg.png") repeat-x top;
	clear: both;		
	position: relative;			
	z-index: 10000000;
	padding: 0;		
	margin: 65px auto 0px auto;
    height: 300px;
}

#footer .pre{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
#footer h2{
    clear: both;
}

#footer a{
    color: #000; 
}

#footer .about{
    float: left;
    width: 65%;
    margin: 20px 0 0 0px;
}
#footer .about ul{
    clear: both;
    display: block;
    margin-bottom: 35px;
}
#footer .about ul li{
    float: left;
    margin: 0 10px 0 0;
    font-size: .9em;
}

#footer .about ul li a{
    padding: 3px;
}
#footer .about ul li a:hover{
    color: #000;
    background: #fff;
}

#footer .about blockquote{
    font-size: .9em;
}

#footer .feedback{    
    width: 40%;
    //width: 55%;
    float: right;
}

#footer .feedback .messageToArea51{        
    margin: 0px 0 0 0;
    position: absolute;
    top: 65px;
}

#footer .feedback .messageToArea51 a{
    background: url("/i/feedback_a.png") no-repeat;
    width: 176px;
    height: 30px;
    display: block;
    text-align: center;
    font-family: Georgia;
    text-decoration: none;
    font-style: italic;
    font-size: 1.4em;
    padding: 5px 0 0 0;
    position: absolute;    
    margin-left: 170px;
    color: #fff;
}

#footer .copyright {        
    font-size: .9em !important;                          
}
#footer .copyright img{
    vertical-align: middle !important;
}

#footer .copyright a{
    color: #f0f0f0 !important;
    text-decoration: none !important;
    top: 90px !important;
    background: 0 !important;   
    width: 40px !important;
    height: 40px !important;
    margin-left: 300px !important; 
}

/* доп. навигация */
.subnav{
    background: #f0f0f0;
    width: 100%;
    float: left;    
    margin: 0px 0 15px 0;
    clear: both;    
}

.subnav li{
    float: left;
    padding: 5px;
    margin: -5px 25px 5px 0;
}

.in{
    padding: 10px 25px;
    color: #3a3a3a;
}


/* форма регистрации / авторизации */
.input-form{
    margin: 15px 0 0 15px;
}

.input-form td{
    vertical-align: top;
    padding: 10px 0;
}
.input-form th{
    font-size: 1.3em;
    font-weight: normal;
    text-align: right;     
    padding: 10px 15px 0 0;
    width: 150px;   
}

.input-form input{
    font-size: 1.8em;
}

.input-form input[type=text],.input-form input[type=password]{
    width: 95%;
}

.input-form .col-field{
    
}
.label-box{
    position: absolute;
    width: 25%;
    margin-left: 5px;
}
.input-form .col-help{
    font-size: .9em;
    color: #777;
    width: 40%;
}

.input-form .captcha th{
    padding-top: 20px;
}
.captcha input{
    width: 100px !important;
    font-size: 1.8em !important;
}

.captcha img{
    vertical-align: middle;
    height: 43px;
    width: 115px;
}

.reloadCaptcha a{
    font-size: .9em;
    clear: both;
    margin: 0 0 0 0px;
}
.input-form .label-box, .input-form .good, .input-form .error, #screen_name_url{
    display: none;
}

.error{
    color: #f00;
}

.good{
    color: #1D7731;
}

/* пользовательский профиль */
.userprofile{
    
}

.userprofile .userprofilehead {
    display: block;
    clear: both;
}

/* аватар */
.userprofile .userprofilehead img{
    float: left;
    margin: 0 25px 0 0;
}

.userprofile .userprofilehead h2{
    font-size: 4em;
}

.userprofilecolumns{
    clear: both;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.userprofilecolumns .userprofilephotocolumn{
    float: left;
    width: 320px;    
}

.userprofilecolumns .userprofilephotocolumn img{
    border: 1px solid #ddd;
    padding: 1px;
}

.userprofilecolumns .userprofilephotocolumn .desclimer{
    display: block;
    font-size: .9em;
    color: #777;
    width: 290px;
    margin: 5px 0 0 10px;
    background: url("/i/arrow_up.png") no-repeat center top;
    padding-top: 45px;
        
}

.userprofilecolumns .userprofileeditareacolumn{
   margin: -15px 0 0 320px;          
}

.userprofilecolumns .userprofileeditareacolumn dt{
    margin: 15px 0 5px 0;
}
.userprofilecolumns .userprofileeditareacolumn input[type="text"],
.userprofilecolumns .userprofileeditareacolumn input[type="file"],
.userprofilecolumns .userprofileeditareacolumn textarea{
    width: 100%;
    font-size: 1.4em;
    padding: 3px;
}

.userprofilecolumns .userprofileeditareacolumn select{
    font-size: 1.4em;
    padding: 3px;
    margin-right: 5px;
}

.userprofilecolumns .userprofileeditareacolumn label{
    font-size: .9em;
    color: #FF9595;
}

.userprofilecolumns .userprofileeditareacolumn input[type="submit"]{
    font-size: 2em;
    margin: 25px auto 0 auto;
    display: block;
}


/* просмотр новости */
.newsPost p{
    margin: 15px 0 !important;
}

.newsContent img{
    border: 1px solid #ccc !important;
    padding: 1px !important;          
    max-width: 100% !important;
    height: auto !important;
    vertical-align:bottom !important;
    float: none !important;
    width: auto !important;
}

.ctext img{
    max-width: 100% !important;    
}


.newsPost .meta, .news .meta{
    font-size: .9em;
    color: #777;    
    margin: 15px 0;    
}

.newsPost .meta a, .news .meta a{
    font-size: 1em;
    text-decoration: none;
}

.newsPost .meta a:hover, .news .meta a:hover{
    text-decoration: underline;
}
    
.column{
    width: 45%;
    margin-right: 5%;
    float: left;
}    

.column h2.tag{
    font-size: 2em;
}


.column li h2.title{
    font-size: 1.2em;
    line-height: 1.5em;        
    font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.column li h2.weekNews a,.column li h2.weekNews a:visited,.column li h2.weekNews a:hover{    
    color: #CC820A;
}

.column li h2.todayNews a{    
    font-weight: bold;
}

.column li h2.title .i_comments, .column li h2.title .date{
    font-size: .8em;
    color: #777;
    font-weight: normal !important;
}

.column .meta{
    margin: 0px 0 !important;
}
.column li{
    margin: 25px 0 !important;
    clear: both;
} 

.news li{
    list-style: none;
    margin: 0 0 55px 0;
}

.news li .postImg, .newsPost .postImg{
    float: left;
    margin: 0 5px 5px 0;
    padding: 1px;
    border: 1px solid #ccc;    
}

.news li h2 a{
    color: #000;
    text-decoration: none;
}
.news li h2.title{
    //margin: -20px 0 50px 0 !important;
}

.news li h2 a:hover{
    color: #777 !important;    
    text-decoration: none !important;
}

.news li h2 a:visited{
    color: #777;    
}

.page{
    font-size: 1.4em;
    margin: 15px 0;
    clear: both;
}

.page span, .page a{
    margin: 0 7px 0 0;
    text-decoration: none;
    color: #000;
} 

.page span{
    background: #e0cda5;
    color: #000;
    padding: 7px;
}

.page a:hover{
    text-decoration: underline;
}

h2{
    min-height: 25px;
}
h2.borg{
    background: url("/i/icons/borg.png") no-repeat left 5px;
    padding-left: 23px;                
}

h2.rga{
    background: url("/i/icons/rga.ico") no-repeat left 5px;
    padding-left: 23px;                
}

h2.bratskcity{
    background: url("/i/icons/bratskcity.ico") no-repeat left 5px;
    padding-left: 23px;                
}

h2.bst{
    background: url("/i/icons/bst.png") no-repeat left 5px;
    padding-left: 35px;               
}

h2.sibinform{
    background: url("/i/icons/sibinform.png") no-repeat left 5px;
    padding-left: 23px;                
}

h2.trk{
    background: url("/i/icons/trk.png") no-repeat left 5px;
    padding-left: 23px;                
}

.lastNews{
    margin-left: 15px;
    list-style: circle;
}

/* комментирование */
.commentpost{
	margin: 25px 0;
	background: #f5f5f5;
	width: 97%;
	padding: 15px;
}

.newcomment{
	border: 1px solid #FFD4D4;
}

.commentpost .ava{
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 1px;
}
.commentpost img.ava{
    width: 50px;
}
.commentpost .username{
	font-weight: bold;
}

.commentpost .f{
    color: #E6459E;
}

.commentpost .r{
    color: #454545;
}

.commentpost .datetime{
	font-size: .9em;    
}

.commentpost .info{
    float: left;
    margin: 0 10px 10px 0;
}

.commentpost .control{
    margin: 0 0px 10px 10px;
    padding-left: 10px;
}

.commentpost .control a{
    margin-left: 10px;
}
.commentpost .message{
	clear: both;
	margin: 10px 0 0 0;
}

#comments{
	margin: 50px 0 0 0;
}

#commentform textarea{
    width: 100%;    
}

#attaches{
    display: none;
}

.commentphotos p{
    font-size: .9em;
    color: #777;
}

.commentphotos a img{
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    padding: 1px;
}
#commentform #loading{    
    margin: -5px 0 0 5px;
    position: absolute;
    display: none;
}

.edit fieldset{
    margin-bottom: 10px;
}

/*фотки к новости*/
.photos {
    margin: 15px 0;
    clear: both;
    width: 100%;
}
.photos .photoItem{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
    width: 150px;
    height: 185px;
}

.photos .photoItem p a{
    color: #777;
    font-size: .9em;
    text-decoration: none;
    display: block;
    margin: 0 2px;
}

/* события */

/* лента дней недели */
#weekBlock {
    display: block; 
    clear: both;
    margin: 25px 0; 
    width: 100%;
    float: left;    
}

#weekBlock li {
    display:inline; 
    float: left;      
    width: 12%;  
    text-align: center;    
    margin-right: 2px;     
}

#weekBlock a {
    display: block; 
    height: 25px; 
    text-decoration: underline; 
    color: #000; 
    line-height: 2em;    
}

#weekBlock a:hover {
    height: 25px; 
    background: #C59E4C; 
    text-decoration: none; 
    color: #fff; 
}

#weekBlock .inactive {
    color:#888;
    height: 25px;
}

#weekBlock .arrow {
    background: transparent; 
    margin: -10px 0 30px 0;    
}

#weekBlock .arrow a:hover  {
    background: transparent;
}

#weekBlock p {
    text-align: center; 
    margin: 0; 
    padding: 0; 
    font-size: .8em; 
    
}

#weekBlock .active p {
    color:#000; 
    font-weight: normal;
}

#week_block .active {
    font-weight: bold;     
    background: #C59E4C !important; 
    display: block; 
    color: #fff; 
}

#weekBlock .active a {
    text-align: center;  
    background: #C59E4C !important; 
    text-decoration: none; 
    color: #fff;
}

#weekBlock .active a:hover {
    text-decoration: none; 
    color: #fff;
}

.schedule h2 a{
    color: #000;
    margin: 15px 0;
}

.schedule h2{
    margin: 25px 0 15px 0;
}

.schcontent{
    background: #f0f0f0;
    clear: both;
    min-height: 155px;
    margin: 10px 0;    
}

.schcontent img{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin-right: 15px;
}

.schcontent .shcDescr{
    display: block;
    padding: 5px 0;
}

.event h2{
    font-size: 3em;
}

.event .poster{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 15px 10px 0;

}

/* рейтинг */
.event #ratecomment{
    font-size: 2em;    
}

.event #ratecomment img{
    vertical-align: middle;
}
dl.schedule dt{
    margin: 15px 0 5px 0;
}
dl.schedule dd{
    padding: 10px;
    margin: 0px 0;
    background: #f0f0f0;
}

dl.schedule dd img{
    vertical-align: top;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    padding: 1px;
}

#join_event{
    text-align: center;
    margin: 25px 0;
}

#join input[type=button]{
    padding: 5px 10px;
    font-size: 1.6em;
}

#join p img{
    vertical-align: middle;
    margin: 0 5px;
}
.plus{
    color: green;
}

.min{
    color: red;
}

/* места */
.abc{
    text-align: center;
    font-size: 1.4em;
    width: 90%;
    margin: 5px auto;
    line-height: 1.5em;
}

.regions{
    width: 90%;    
    margin: 0 auto 15px auto; 
    padding-bottom: 15px;   
}

.regions li{
    float: left;
    margin: 0 25px 0 0;
}

.guidecontent h2 a{
    color: #333;        
}

.placeslist, .guidecontent ol{
    list-style: decimal;
    margin: 0 0 25px 20px;
}

.placeslist li, .guidecontent ol li{
    margin: 5px 0;
}


.placeslist li em a:hover, .guidecontent ol li a:hover{
    text-decoration: underline;
}

.guidecontent ol li em, .placeslist li em{
    font-style: normal;
    font-size: .9em;
}

.guidecontent ol li em a, .placeslist li em a{    
    color: #fff !important;
    background: #777;
    padding: 2px;
    text-decoration: none;
    white-space: nowrap;
}

.placeContent{
    margin: 35px 0 0 0;
}

.placeContent h2{
    margin: 15px 0;
}

.placeContent .placePhoto{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 15px 10px 0; 
}

.placeContacts {
    margin: 25px 0 0 0;    
}

.placeContacts span{
    font-size: .9em;
    color: #777;
}

.placeSchedule{
    margin-top: 35px;
}

/* список пользователей */
.userlistblock{
    margin: 0 0 25px 0;
}
.userlistblock .ava{
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 1px;
    float: left;
    margin: 0 10px 0 0;
}
.userlistblock img.ava{
    width: 50px;
}

.userlistblock .f{
    color: #E6459E;
}

.userlistblock .r{
    color: #454545;
}

dl.profile {
    float: left;
}
dl.profile dt{
    float: left;
    clear: left;
    color: #777;
    font-size: .9em;         
}

dl.profile dd{    
     display: block;      
     float: left;
     //float: none;   
     clear: right;    
     margin: 15px 0 0 5px;
}

.item img{
    vertical-align: middle;
    margin: 0 5px;
}

.weatherCurrent{
    padding: 15px 0 35px 0;   
    width: 100%;
    clear: both;     
    position: relative;
    float: left;
}

.weatherCurrent img{
    float: left;
}

.weatherCurrent .temp strong{
    font-size: 3.5em;
    font-weight: normal;
    margin: 0 15px;
    line-height: 1em;
}

.weatherCurrent .flik {
    font-size: .9em;
    color: #777;
    margin-left: 70px;
}

.weatherCurrent .col{
    float: left;
    margin-right: 25px;
}
.weatherCurrent .state {
    font-size: .9em;
    color: #777;
    position: absolute;
    margin: -18px 0 0 5px;
}

.weatherCurrent span{
    font-size: .9em;
    color: #777;
}

table.weatherTable{
    width: 100%;
    margin: 10px 0 35px 0;
}

table.weatherTable td img{
    vertical-align: middle;
}

table.weatherTable td{
    padding: 5px;
}
table.weatherTable thead td{
    background: #f0f0f0;
}

table.weatherTable td.day{
    width: 100px;
}

table.weatherTable td.icon{
    width: 100px;
    text-align: center;
}

table.weatherTable td.temp{
    width: 150px;
    text-align: center;
}

table.weatherTable td.temp .weathertemperature{
    font-size: 1.5em;
}

table.weatherTable td.temp small{
    color: #777;
}

table.currency{
    width: 100%;
    margin: 10px 0 25px 0;
}

.currency thead, .currency tr:hover{
    background: #f5f5f5 !important;
}

.currency td{
    border: 1px solid #ccc;
    padding: 10px;
}

.currency td.val{
    background: #f5f5f5;
    width: 100px;
    text-align: center;
}

.currency td.delta{
    text-align: center;
}

.currency tr.usd td, .currency td.usd {
    background: #FFF5D4;
}

.currency td.usd, .currency td.eur  {
    text-align: center;
}
.currency tr.eur td, .currency td.eur {
    background: #E2EFFA;
}

#placeholder{
    margin-bottom: 50px;
}

#tabs{
    margin-top: 35px;
}

/* Блоги */
.blogsForm textarea{
    width: 100% !important;
    height: auto !important;
    overflow: auto !important;
    padding: 10px !important;
}

.blogsForm input[type=submit]{
    display: block;
    clear: both;
    margin: 35px 0;
    font-size: 1.6em;
    padding: 5px 10px;
    
}


.blogsForm .col{
    float: left;
    width: 45%;
}

.postBlog{
     clear: both;
     margin: 0 0px 35px 0;
     display: block;
}

.postBlog .title{
    width: 100%;
    clear: both;
}

.postBlog ul{
	list-style: disc;	
	margin: 25px 0;
}

.postBlog ul li {
	margin:  10px 0 10px 20px;	
}

.postBlog ol{
	list-style: decimal;	
	margin: 25px 0;
}

.postBlog ol li {
	margin:  10px 0 10px 20px;	
}


.postBlog img{
    border: 1px solid #ccc;
    padding: 1px;         
    max-width: 100%;
    height: auto !important;    
    vertical-align:bottom;
}

.postBlog  .control img{
    width: auto !important;
}    
.postBlog .meta{
    font-size: .9em;
    color: #777;           
}

.postBlog .meta a{
    font-size: 1em;        
}

.postBlog .meta a:hover{
    text-decoration: underline !important;
}

.postBlog h2{
    font-size: 2em;
    float: left;
}

.postBlog h2 a{
    color: #000;
    text-decoration: none;
}

.postBlog h2 a:hover{
    color: #777;    
    text-decoration: none;
}

.postBlog .control{  
    position: relative;
    top: 15px;
    left: 15px;
}

.postBlog .control img{
    border: none !important;
}

.postBlog .control a{
    margin-right: 10px;
}

.postBlog a.user{
    color: #67522D;            
}

.postBlog a.user:hover{
    color: #67522D;            
}


.attphotos td{
    padding: 5px 0;
}

.attphotos input[type=text]{
    margin-left: 5px;
}

/* фото дня */
.photoOfTheDay{
    margin: 25px 0;
    margin-left: 25px;
}

.photoOfTheDay h3{
    margin: 20px 0;
}
.photoOfTheDay strong{
    display: block;
    background: url("/i/bestPhoto.png") no-repeat;
    width: 55px;
    height: 65px;
    position: absolute;
    margin: 25px 5px;
    
}

.photoOfTheDay strong span{
    display: none;
}

.photoOfTheDayLink{
    margin: 0 0 0 0;
}

/* все комментарии */
.commentsAll{
    margin: -15px 0 0 0;
}
.commentsAll h5{
    margin: 25px 0 10px 0;
    font-size: 1.4em;
}

.commentsAll span{
    font-size: .9em;
    color: #000;
    background: #e0cda5;
    padding: 2px;
}

.commentsAll a{    
    color: #383838;
}

.commentsAll a.cat{
    color: #555;
}
.commentsAll a:hover{
    text-decoration: underline;
}

.tvall{
    background: #fff !important;
}

.channel{    
    padding: 5px 0 30px 0;
}
.channel p{
    min-height: inherit !important;    
}

.channel p a{
    font-size: .9em;
}

ul.tv{
    margin: 10px 0 25px 0;
}
ul.tv li{
    margin: 5px 10px;
    list-style: disc;
    padding-left: 5px;
}

/* голосования */
.poll{
    margin: 25px 0;
    margin-left: 25px;    
}

.poll h2{
    margin: 10px 0 15px 0;    
}

#voteresult img{
    margin: -5px 0 5px 0;        
}

/* разделитель */
.separate{
    clear: both;
    border-bottom: 2px dashed #e0e0e0;
    margin-bottom: 25px;    
    height: 25px;
}

.separate em{
    display: none;
}

.screen-name th, .screen-name td{    
    padding-bottom: 35px !important;    
}

/* фотогалерея */
.gallerycontent .album{
	float: left;
	margin: -5px 15px 5px 0px;
}

.gallerycontent .album a img{
	border: 1px solid #1143aa;
	padding: 2px;
	width: 150px;
	height: 150px;
}

.gallerycontent .album a img:hover{
	border: 1px solid #FF62D6;
	padding: 2px;
}

.gallerycontent .photoitem{
	float: left;
	margin: 10px 25px 0px 10px;
	width: 100px;
}


.gallerycontent .photoitem a img{
	border: 1px solid #6d6d6d;
	padding: 2px;
	width: 100px;
	position: relative;
	display: block;
	z-index: 100;
}

.gallerycontent .photoitem a img:hover{
	border: 1px solid #FF62D6;
	padding: 2px;
	width: 150px;
	position: relative;	
	margin: -25px 0 -25px -25px;	
	display: block;
	z-index: 1000;	
}

.gallerycontent .note{
	font-size: .9em;
	color: #333;
	padding: 10px;	
}

h1.ellipsis{
	font-size: 1.4em;
	text-align: center;		
 	width: 150px;
   	overflow: hidden;
   	white-space: nowrap;
   	text-overflow: ellipsis;
   	-o-text-overflow: ellipsis;   	 
}	

/*
h1.ellipsis:hover{   
	width: 150px;
	white-space: normal;	
	font-size: 1.4em;	
	background: #777;
	position: relative;	   			   		           
}
*/
 
.gallerycontent .album h1 a{
	text-align: center;	
	text-decoration: none;		
}

.gallerycontent .album h1 a:hover{	
	text-decoration: underline;
}

.gallerycontent .page {
	clear: both;		
	position: absolute;
	font-size: 1.4em;
	bottom: 120px;	
	text-align: center;
	width: 100%;
}


.gallerycontent .page span{	
	font-size: .6em;
}

.gallerycontent .page a{
	text-decoration: none;
	margin: 0 3px;	
}

/* фото */
.photo img{
	display: block;
	padding: 1px;
	border: 1px solid #ddd;
    width: 100%;
    max-width: 800px;
}

.photo p{
	margin: 15px;
	color: #555;
	font-size: .9em;
}

.photo p.control a{	
	text-decoration: none;
}


/* табы */
.item span{
    color: #000;    
    background: #e0cda5;
    padding: 2px; 
    margin-right: 5px;
    font-size: .9em;
}

.panes a{
    color: #000;
}
.panes a.cat{
    color: #555;
    text-decoration: underline;
}
.panes a:hover{
    text-decoration: underline;
}

.panes h5{
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.i_comments{
    background: url("/i/icons/comment.png") no-repeat;
    padding-left: 17px;
    height: 16px;
}

.tabPost .i_comments{
    text-decoration: none;    
} 

div.tabPost{
    padding: 2px 0 2px 0;
}

div.tabPost h4{
    background: url("/i/icons/blog.png") no-repeat left 3px;
    padding-left: 20px;
}

.pane .userInfo{
    margin-left: -10px !important;    
}

.userInfo{        
    background: none !important;
    font-size: 1em !important;  
    margin: 0 !important;     
    white-space: nowrap;     
}

.userInfo img{
    vertical-align: text-bottom !important;
    margin: 0 7px 0 0 !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;    
    float: none !important;    
}
.userInfo a{
    margin-left: 0px !important;
    padding: 0 !important;   
    color: #555 !important; 
}

.userInfo a.link{
    margin-left: -10px !important;
}

#timer {
	width:265px;
	margin:0 auto;
	margin-top:200px;
}
#timer i{
	background:#000;
	display:block;
	border-right:1px solid #3c3c3c;
	border-bottom:1px solid #3c3c3c;
	width:5px;height:5px;
	float:left;padding:0;margin:0;
	border-collapse:collapse;

}

#timer i.power_on {
	background:#0ff;	
}
#timer i.power_off {
	background:#000;	
}

.newsBlock{
    margin: 50px 0;
}

.margTop{
    top: 5px !important;
    position: relative;    
}

/* личные собщения */

form.mail{
    margin-left: -15px !important;
}
.mail{
    width: 100%;
    background: #fff !important;
    margin: 0 !important;
}

.mail tr{
    border-bottom: 1px solid #ccc;
}

.mail td{
    padding: 5px 10px;
}


.mail thead td{
    font-weight: bold;
    padding: 10px;
}

.mail .message p{
    font-size: .9em;
    margin: 5px 0;
}
.mail .subj a{
    font-weight: bold;  
    color: #6086D2;  
}

.mail .message a{
    color: #6086D2;  
}

.mail .unread{
    background: #FFF5F5;
}

.mail .author .note{
    margin: 5px 0;
}

.mail .actions img{    
    vertical-align: middle;
}

.mail .actions a{    
    margin: 10px 10px 0 0;
}

.mail div.message{
    font-size: 1.1em !important;
    margin-bottom: 25px;
}

.mail fieldset{
    margin: 0px 0 10px 0;
}

.mail fieldset textarea{
    width: 100%;
}

.userControl{
    white-space: nowrap;
}
.userControl a{
    color: #777;
}

.letter{
    text-align: center;
}

.letter img{
    vertical-align: middle;
}

.tags{
    line-height: 2.2em;
    text-align: center;
}

.searchForm{
    margin: 25px 0;
}

.searchForm input[type=text]{
    font-size: 1.4em;
    padding: 2px;
    width: 80%;
}

.searchForm input[type=submit]{
    font-size: 1.2em;
    margin: 0 10px;
}

ol.events{
    margin: 10px 25px;
}

ol.events li{
    margin: 10px 0;
}

ol.events li a{
    color: #333;
}

.extendSearch{
    margin-bottom: 25px;
}
.extendSearch input[type=text]{
    width: 70%;
    font-size: 1.3em;
}

.extendSearch input[type=submit]{
    margin-left: 5px;
    font-size: 1.3em;
}

.extendSearch span{
    white-space: nowrap;
    margin-right: 10px;
    line-height: 2.5em;    
}

.statistic{
    font-family: monospace;
    margin: 25px 0 40px 0;
    padding: 10px 15px;
    background: #f0f0f0;
}


.highlight{
    background: yellow !important;    
}

.searchRes h2{
    display: block;
    clear: both;
    width: 100%;
}

.themeSim{
    margin: 10px 20px;
}

#submitform{
    width: 100%;
}

#submitform table{
    width: 100%;
}

#submitform td{
    vertical-align: top; 
    padding-right: 10px;
}

#submitform textarea{
    width: 90%;
}

#submitform input{
    margin: 5px 0 !important;
}

/* объявления */
.cat a{
    color: #000;
    line-height: 1.6em;
}

.treeview li .cat{
    font-size: 1.4em;
    
}

.itemCat{    
    width: 45%;
    float: left;
    height: 20em;
}

.treeview ul{
    margin: 0 0 35px 20px;
}

.itemCat ul li{
    font-size: 1em;
    margin: 5px 15px 5px 0;          
}

.itemCat ul li a:hover{
    color: #7180E2;
}
.selCat{
    font-size: 1.4em;
    padding: 2px 3px;
}


option[disabled=disabled]{
    color: #100;
}

h2.catSel{
    margin: 15px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
}

.add{
    position: relative;
    top: -70px;
    margin: 0px 0 0 0;
    font-size: 1.2em;
    border-top: 1px solid #777;
    padding-top: 10px;
}

p.nav{
    font-size: 1.2em;
    padding-bottom: 5px;
}

div.cats {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;    
}

div.cats ul{
        font-size: .9em;
    margin: 5px 15px 5px 0;  
}

div.cats ul li a:hover{
    color: #7180E2;
}

.marketItems{
    width: 100%;
}

.marketItems thead{
    background: #f0f0f0 !important;
    font-size: .9em;
    font-weight: bold;
}

.marketItems thead tr:hover{
    background: inherit !important;
}
.marketItems td{
    padding: 10px 5px;
}

.marketItems td.text{
    font-size: .9em;
}

.marketItems td.text a {
    color: #555;
    text-decoration: none;
}

.marketItems td.text a strong{
    color: #000;
    text-decoration: underline;
}

.marketItems tr:hover{
    background: #f9f9f9 !important;
}

.marketPost{
    border-top: 1px solid #777;
    padding-top: 10px;
}

.marketPost .meta{
    font-size: 1em;
}

.marketPost .head{
    width: 100%;
    clear: both;
}

.marketPost .head h3{
    float: left; 
}

.marketPost .head .control{  
    position: relative;
    top: 15px;
    left: 15px;
}

.marketPost .head .control a{
    margin-right: 10px;
}

.marketItems td.black a {
    color: #555;
    text-decoration: none;
}

.marketItems td.black a strong{
    color: #000;
    text-decoration: underline;
}

/* работа */
.jobCat li{
    width: 47%;
    float: left;
    height: 160px;
}

.jobCat li a.cat{
    font-size: 1.4em;
    color: #000;
}

.jobCat li ul{
    margin: 10px 0 10px 0px;
}
.jobCat li ul li{
    width: auto !important;
    float: none !important;
    height: auto !important;
    text-transform: capitalize;
}

.prof{
    text-transform: capitalize !important;
}

.marketPost .job p span{
    font-size: .9em;
    color: #777;
}

.marketPost .job ul li{
    list-style: disc;
    margin: 5px 15px;
}

.range{
	border:0 !important; 
	width:100%; 
	font-size:1.6em;
	background: transparent;	
	padding: 3px 10px;
}

.letterItem{
    float: left;
    width: 45%;
    margin-right: 3%;
    display: table-row;
}

.guidecontent{
    border-top: 1px solid #ccc;
    clear: both;    
    margin-top: 25px;
}

.guidecontent h2{
    text-transform: uppercase;
    font-family: Georgia, Times New Roman Times, Serif;
    font-style: italic;    
}

.newPlaces{
    clear: both;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.footerPlaces img{
    float: left;
    margin-right: 10px;
}

.footerPlaces h2 a{
    color: #333;
}

.footerPlaces .placeslist{
    clear: both;
    padding: 10px 0;
}

.commentsBlock{   
    background: #EFEDDF;
}


.commentsBlock .item span{
    color: #000;    
    background: #e0cda5;
    padding: 2px; 
    margin-right: 0px;
    font-size: .9em;
}

.commentsBlock  a{
    color: #000;
}
.commentsBlock  a.cat{
    color: #555;
    text-decoration: underline;
}
.commentsBlock  a:hover{
    text-decoration: underline;
}

.commentsBlock  h5{
    font-weight: bold;
    margin: 20px 0 10px 0;
}

p.newsItem span{
    font-size: .9em !important; 
    color: #777 !important;
    margin-right: 5px;
}

p.newsItem a{
    color: #000;
    text-decoration: none;
}

p.newsItem a:hover{
    color: #000;
    text-decoration: underline;
}

.half{
    width: 47%;
    margin-right: 3%;
    float: left;
    clear: none !important;    
}

.place{
    font-size: .9em;
}

.footerTheme{
    margin-bottom: 25px;
}

.footerTheme a{
    color: #000;
    text-decoration: none;
}

.footerTheme a:hover{
    text-decoration: underline;
}

.footerTheme h3{
    font-size: 2.2em;
}

.footerTheme h5 a{
    text-decoration: none;
}

.footerTheme h5{
    margin: 15px 0;    
    font-family: Verdana, Arial, Helvetica, Sans-serif;   
} 

.footerTheme span{
    font-size: 11px !important;    
    color: #656565;
    font-family: Verdana, Arial, Helvetica, Sans-serif;    
}

.footerTheme strong{
    color: #FD7375;
}

.footerTheme img{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
}

.footerTheme h5{
    clear: both;
}

.comType{
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.comType label{
    font-weight: bold;
}

.hideG{
    display: none;
}

.show{
    display: block;
}

.hide{
    display: none;
}

.adv{
    background: url("/i/icon_star.png") no-repeat;
    padding-left: 27px;
    height: 22px;
    line-height: 1.8em;
}

.bannerEv{
    text-align: center;
}

.marketLink{
    position: absolute;
    right: 5%;
    top: 5px;        
}

.marketLink a{
    font-size: 1em;
    color: #555;
}

.messageMarket{
    padding: 10px 15px;
    background: #FFFDE9;
    border: 1px solid #F7CE6D;
    clear: both;
}

.subMenu{
    margin-bottom: 25px;
}

.subMenu ul{
    margin: 10px 0;
}

.subMenu ul {margin:0px 0 0 20px;}
.subMenu li {margin:10px 0 0 0px;}
.subMenu div{
    position: relative;
    left: -20px !important;
}

.menus ul li{
    float: left;
    width: 50%;
}

.menus li ul li{
    float: none;
    clear: both;
    margin: 5px 20px;
    list-style: disc;
}

.subMenu .act{
    font-weight: bold;
}

.tblArs td{
    padding: 5px;
}

.tblArs td.center{    
    text-align: center;
    font-weight: bold;
}


.ctext ul{
	list-style: disc;	
	margin: 25px 0;
}

.ctext ul li {
	margin:  10px 0 10px 20px;	
}

.ctext ol{
	list-style: decimal;	
	margin: 25px 0;
}

.ctext ol li {
	margin:  10px 0 10px 20px;	
}

/* каталог недвижимости */
.cat{
    width: 100%;
}

.cat thead td{    
    font-size: 1.4em;    
}
.cat td{
    text-align: left;
    padding: 10px 15px;
}

.cat td span{
    font-size: .7em;    
}

.cat tr:hover{
    background: #f0f0f0 !important;
}

/* просмотр объявления */
.viewItem{
    line-height: 2em;
    float: left;
    width: 100%;
}
.viewItem dt{
    float: left;
    clear: left;
    color: #555;     
    margin-right: 5px;   
}

.viewItem dd{    
     display: block;      
     float: left;
     //float: none;   
     clear: right;    
}

.catLink{
    margin-left: 115px;
}

.srch_types{
    display: none;
}

.sell{
    margin-top: 15px;
    display: block;    
}


.sell p{
    margin: 0;    
}

.sell input[type=submit]{
    margin: 20px 0 0 0 !important;
}

.text{
    margin: 15px 0 0 0;
    font-size: 1em;
    color: #555;
}

/*фото*/
.photos {
    margin: 15px 0;
    clear: both;
    width: 100%;
}
.photos .photoItem{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
}

.photos .photoItem p a{
    color: #777;
    font-size: .9em;
    text-decoration: none;
    display: block;
    margin: 0 2px;
}


/* новости */
.postNews{
    clear: both;
    width: 100%;
}

.postNews span{
    margin: 0px;
}

.postNews img{
    width: 55px;
    //margin: 15px 10px 5px 0 !important;    
}

.phones{
    clear: both;
    width: 100%;
    margin-bottom: 25px;
}

.phones thead{
    background: #f0f0f0 !important;
}

.phones tr{
    vertical-align: top;
}

.phones td{
    padding: 5px;
    border: 1px solid #ccc;
}

.sms_block div{
    width: 55px;
    float: left;
    text-align: center;
    margin-right: 7%;
    margin-left: -5px;
}

.sms_block div img{
    position: relative !important;    
    clear: both !important;
    margin-left: 7px !important;
    //margin-left: 0 !important;
    margin-bottom: 5px;
    display: block;
    float: none !important;
}

.sms_block {
    width: 333px;
    clear: both;
    overflow: hidden;
}

.sms_block h3{
    color: #000;
}

.sms_block a{
    text-align: center;
    color: #444;
    text-decoration: none;
}

.livin{
    float: left;
    position: relative;
    //left: 250px;
    //top: 25px;
    clear: both;
}

/* недвижимость */
.rielt thead{
    background: #f0f0f0 !important;
}

.rielt thead tr:hover{
    background: #f0f0f0 !important;
}

.rielt a{
    color: #1143aa;    
}

.rielt tr{
    border-bottom: 1px solid #ccc;
}

.rielt tr:hover{
    background: #EFEDDF !important;
}

.rieltSrch{
    overflow: hidden;
    margin-bottom: 15px;
}

.rieltSrch .col{
    width: 47%;
    float: left;
}

.rieltSrch input[type=radio]{
    margin: 0 5px 0 0;    
}

.rieltSrch label{
    margin: 0 15px 0 0;    
}

.rieltSrch p{
    color: #565656;
    font-size: .9em;
    margin: 0px 0;
}

.rieltSrch select{
    font-size: 1.2em;
    width: 80%;
    margin: 5px 0 10px 0;
}

.rieltSrch input[type=submit]{
    font-size: 1.4em;
    width: 80%;
    margin: 20px 0 0 0;
}

.viewItem dt{
    font-size: .9em;
} 

.rieltContacts{
    margin: 15px 0;
    padding: 10px;    
    background: #E3FEE8;
    border: 1px solid #53995D;
}