html, body {
	height: 100%;	
}

body { 
	font-size: .75em;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
	color: #444; 
	background:#b6ae8d url("/i/bg.png") repeat; 
	width:100%; 
	height:100%; 
	margin:0; padding:0;
}


h1,h2,h3,h4,h5,h6 {	
	color: #423d39;
	margin: 10px 0;
	line-height: 1.2em;
	font-weight: lighter;
    font-family: Arial;
}

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: #284f84; 
	text-decoration: underline;
}

a:hover{
    color: #587aa9;    
}
.clear:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}

textarea, input[type=text], input[type=password]{
    border: 1px solid #aaa;
    padding: 2px 3px;
}

/*макет*/
#pageLayout{
	min-height: 100%;
	min-width: 1000px;    
	position: relative;
	margin-bottom: -100px;	    	
}

* html #pageLayout {
	height: 100%;
	width: 100%;
}

/* контент */
#wrapper {	
	width: 90%;	
    max-width: 1200px;	
	margin: 20px auto;
	height: 100%;	
    min-height: 100%;	        	
	position: relative;	
	padding-bottom: 100px;	
	clear: both;
    background: #fff;
    padding: 0 30px;    
}

#header{
	height: 195px;		
}

#wrapper #header h1.meta{
    font-size: 1.3em;
    position: absolute;
    top: 85px;
    left: 140px;
}
#wrapper #header h1.logo {
	background: url("/i/logo.png") no-repeat;
	display: block;
	width: 285px;
	height: 69px;		
	text-decoration: none;	
	position: relative;
    margin: 25px;
    float: left;
}


#wrapper #header h1.logo a, #wrapper #header h1.logo a:hover{	
	display: block;	
	width: 285px;
	height: 69px;	
	text-decoration: none;			
}


#wrapper #header h1.logo a span{
	display: none;
}

/* блок авторизации */
#wrapper #header .auth{
    display: block;
    color: #fff;
    width: 128px;
    height: 91px;
    float: left;
    background: #be2167 url("/i/auth_bg.png") no-repeat;
    margin: -23px 0 0 .9%;
    padding: 50px 0 0 25px;
}

#wrapper #header .auth a{
    color: #fff;
    text-decoration: underline;    
}

#wrapper #header .auth a:hover{
    color: #f0f0f0;
}

#wrapper #header .banner{
    position: absolute;
    right: 25px;
    top: 15px;
}

/* меню */
.menu{
    padding: 0 0 50px 25px;
    width: 100%;
}

.menu li{
    float: left;        
    margin: 25px 10px 0px 5px;
    font-size: 1.2em;
}

.menu li a{        
    text-decoration: none;    
    display: block; 
    line-height: 1.8em;
    text-align: center;           
}

.menu li a:hover{        
    text-decoration: underline;    
}
.menu li.about{
    width: 97px;
    height: 28px;
}

.menu li.news{
    width: 97px;
    height: 28px;
}

.menu li.participate{    
    width: 177px;
    height: 28px;
}

.menu li.search, .menu li.shops{    
    width: 79px;
    height: 28px;
}

.menu li.submit{    
    width: 177px;
    height: 28px;
}

.menu li.about_a a{
    background: url("/i/li_menu.png") no-repeat;
    color: #fff;
    text-decoration: underline;
    width: 97px;
    height: 28px;    
}

.menu li.news_a a{
    background: url("/i/li_menu.png") no-repeat;
    background-position: -100px 0px;
    color: #fff;
    text-decoration: underline;
    width: 97px;
    height: 28px;
}

.menu li.participate_a a{
    background: url("/i/li_menu.png") no-repeat;
    background-position: -203px 0px;
    color: #fff;
    text-decoration: underline;
    width: 177px;
    height: 28px;
}

.menu li.search_a a, .menu li.shops_a a{
    background: url("/i/li_menu.png") no-repeat;
    background-position: -387px 0px;
    color: #fff;
    text-decoration: underline; 
    width: 79px;
    height: 28px;   
}

.menu li.submit_a a{
    background: url("/i/li_menu.png") no-repeat;
    background-position: -203px 0px;
    color: #fff;
    text-decoration: underline; 
    width: 177px;
    height: 28px;   
}

/* контент контент контент */
#contentLayout{
	margin: 0px auto 0 auto;			
	clear: both;		       
}

/* супер Поиск */
.superSearch{
    margin: 0px 0 15px 0;
    background: url("/i/superSearch_left.png") no-repeat left;
    width: 100%;
    height: 77px;     
}

.superSearch form{
   padding: 13px 15px 0px 61px;   
   background: url("/i/superSearch_right.png") no-repeat right 0px;
   height: 77px; 
   padding-right: 115px !important; 
   position: relative;
}

.superSearch input[type=text]{        
    width: 100%;
    font-size: 1.6em;
    padding: 2px 5px;    
    border: 0;      
    background: #fff;            
}

.superSearch input[type=submit]{
    background: url("/i/superSearch_btn.png") no-repeat;
    width: 68px;
    height: 27px;
    border: 0;     
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.superSearch ul{
    margin: -37px 0 0 50px;
    position: relative;
}

.superSearch ul li{
    float: left;    
    padding: 2px ;
    margin-left: 10px;
    text-align: center;
    text-transform: lowercase;
}

.superSearch ul li.active{        
    margin-left: 17px;   
}

.superSearch ul li.active a{
    color: #fff;
}

.superSearch ul li.active a:hover{
    color: #f0f0f0;
}

.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;
}
/* подвал */
#footer{
	clear: both;		
	position: relative;				
	padding: 90px 0 0 0;
	font-size: .9em;
	height: 70px;		
    text-align: center;    
}



/* ошибка */
.error{
	color: #FF7F55;
	font-weight: bold;
}


/* обратная связь */
#onlineform{
	margin: 35px 0 0 0;
}

.msg{
	border: 1px dotted #FFD47F;
	background: #FBFCE4;
	padding: 10px 15px;
	margin: 15px 0;
}

/* вывод товара */
.good {
    width: 33%;
    padding: 15px 0 15px 10px !important;
}
.good img{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
}

.good .title{
    margin: 0 0 5px 0;
}

.good .title a{
    color: #af0064;    
}

.good .title a:hover{
    color: #af0064;    
}

.good .price{
    font-size: .9em;
    margin: 0 0 5px 0;
}

.good .price strong{
    color: #d3000f;
    font-size: 1.1em;
}

.goodCard .price strong{
    color: #d3000f;    
}
.good .places{
    font-size: .9em;
    margin: 0 0 5px 0;
    color: #777;
}

.goodCard{
    min-height: 170px !important;
}
.goodCard .shopName{
     clear: both;
}

.goodCard img{
    width: auto !important;
    max-width: none !important;    
}

.good .places a{
    background: #608039;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
    padding: 2px;
    line-height: 1.6em;
}

.tab .goodCard img{
    width: 100px !important;
}
/* магазины иркутска */
.irkShops{
    width: 97%;
    margin: 25px auto;
}

.irkShops h2{
    color: #423d39;
    font-size: 2.5em;
}

.irkShops ul{    
    background: #e1e1e1;
    padding: 25px;
    line-height: 1.8em;
    padding-bottom: 55px;
}

.irkShops ul li{
    list-style: disc;
    position: relative;
    margin: 0;
    padding: 0;
}

.irkShops ul li.col1{     
    margin-left: 25px;      
    
}

.irkShops ul li.reset{
    margin-top: -20em;
}
.irkShops ul li.col2{         
    margin-left: 35%; 
    
}

.irkShops ul li.col3{
    margin-left: 70%;
}

.irkShops li a{
    margin-right: 35px;
    white-space: nowrap;
    color: #333;
}

.irkShops li a:hover{
    color: #555;
}

/* рейтинг магазинов */
table.rating{
   width: 98%;
   margin: 15px 0 15px 10px; 
}

table.rating tr.odd{
    background: #e1e1e1 !important;
}

table.rating td{
    padding: 4px;
}

table.rating .shop a{
    color: #4E7216;        
    text-decoration: underline;
    padding: 4px;
    margin: 0 0 0 -4px;
}

table.rating .comment a{
    font-size: .9em;
    color: #303030;
}

.indexContent{
    width: 97%;
    margin: 5px auto 25px auto;   
    position: relative;         
    overflow: hidden;
    
}
/* голосование */

.poll{    
    width: 30%;
    position: relative;
    float: left;
    margin-right: 3%;
}

.side{
    margin: 35px 0!important;
    width: 100% !important;
}

.poll input[type=submit]{
    background: url("/i/poll_btn.png") no-repeat;
    width: 101px;
    height: 26px;
    border: 0;
    margin: 0 0 0 20px;
}

.indexContent .lastComments{
    float: left;
    width: 65%;
}

table.comments{
    width: 100% !important;
}

table.comments td{
    padding: 2px 4px !important;
}
table.comments .subject{    
    background: #5b4a3e;
    padding: 0 5px;
    width: 150px;
}

table.comments .subject a{
    color: #fff;
    text-decoration: none;
}

table.comments .date{    
    background: #e5e2e0;      
    font-size: .9em;
    padding: 0 5px;  
}

table.comments td.descr{
    padding: 8px 0 !important;
}
.user{
    padding-left: 20px;
    
}

.user a{
    color: #342c2e;
    font-weight: bold;
    text-decoration: underline;
}
.male{
    background: url("/i/icon_male.png") no-repeat;
    height: 17px !important;
}

.female{
    background: url("/i/icon_female.png") no-repeat;
    height: 17px !important;
}

span.comment{
    font-size: .9em;
    border: 1px solid #ccc;
    padding: 3px 5px;
}

/* подвал */
.footer{
    clear: both;
    margin: 45px 0;
    padding: 15px 0;
    border-top: 1px solid #bcbcbc;
    overflow: hidden;
}

.footer .siteMap{
    float: left;
    width: 220px;
}

.footer .siteMap ul li{
    margin: 5px 0;
}
.footer .about{
    float: left;
    width: 45%;
}

.footer .adv{
    background: #969594 url("/i/adv_bg.png") no-repeat;
    width: 208px;
    height: 82px;
    float: right;
    margin: 50px 0 0 0;
    padding: 10px 0 0 15px;
}

.footer .adv ul li{
    margin: 5px 0;
}
.footer .adv a{
    color: #fff;
    text-decoration: underline;
}

.inner{
    margin: 25px 0;    
    width: 100%;
    position: relative;    
}

.sidebar{           
    width: 250px;
    float: left;    
}

.mainContent{                                   
    margin-left: 280px;    
}

.contTable{
    display: table;
    width: 100%;
}

* html .contTable { 
    margin-left: -3px;
}

ul.shops li{
    margin: 5px 0;
}
ul.shops a{
    color: #0073c3;
}

ul.shops a:hover{
    color: #2192e0;
}

/* форма регистрации / авторизации */
.input-form{
    margin: 15px 0 0 15px;
    width: 100%;
}

.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, .input-form select{
    font-size: 1.8em;
}

.input-form select{
    margin-right: 5px;
}
.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;
}

/**/
.comments{
    background: #f0f0f0;
}

.comments span{
    font-size: .9em;
    color: #fff;
    background: #e0cda5;
    padding: 2px;
}

.comments a{    
    color: #383838;
    text-decoration: none;
}

/* комментирование */
.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;
}

p.note{
    color: #777 !important;
    font-size: .9em !important;
}

.underline{
    text-decoration: underline;
}

#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;
}

/* блок распродаж */
.saleItem{
    display: block;
    float: left;
    width: 23%;
    margin: 5px 0px 5px 10px;
    min-height: 170px;    
}

.saleItem img{    
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 10px;
    float: left;
    margin: 0 5px 5px 0;        
}

.saleItem p{
    font-size: .9em;
    margin: 5px 0;
}

.saleItem h4{
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px 0;
}


.saleItem h4 a{
    color: #333;
}

.saleItem h4 a:hover{
    color: #555;
}

.saleItem a.shop{
    background: #C65472;
    color: #fff;
    padding: 3px;
}

.saleItem .time{
    white-space: nowrap;
    color: #dc3028;
    clear: both;
}

.saleItemPage{
    overflow: hidden;
    display: block;        
    margin: 15px 10px 15px 0;
    clear: both;         
    border-bottom: 1px dotted #777;   
}

.saleItemPage img{
    text-align: center;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 15px 10px 10px 0;
    float: left;    
    max-width: 100px;
}

.card img{
    max-width: 150px !important;
}
.saleItemPage .time{
    color: #dc3028;
    font-size: .9em;
    
}

.time strong{
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
    margin-top: -10px !important;
}

.saleItemPage a.shop{
    background: #C65472;
    color: #fff;
    padding: 3px;
}

.all{    
    margin: 0px 10px;
    clear: both;
    background: url("/i/icon_all.png") no-repeat left 13px;
    min-height: 32px;
    padding-left: 25px;
    padding-top: 10px;                
}

.all a{
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
}

.all a:hover{
    text-decoration: underline;
}

.all h4{
    font-weight: normal;
    margin: 0 !important;
}

/* обзоры */
.observeItem{    
    background: url("/i/icon_article.png") no-repeat left top !important;
    //background: url("/i/icon_article.png") no-repeat left 10px !important;        
    padding-left: 45px !important;   
    width: 95%;
}

.observeItem h3 a{
     color: #333;
     font-size: 1em;
}

/* новые магазины */
.shopItem{    
    /* background: url("/i/icon_shop.png") no-repeat left top !important; 
    padding-left: 45px !important;  */
    display: block;    
    clear: both;
    margin-bottom: 25px;  
}

.shopBlock .shopItem{
    background: 0 !important;
    padding-left: 10px !important;    
}

.shopItem h4{
    margin:5px 0;
}
.shopItem h4 a{
     color: #333;
     font-size: .9em;
     clear: right;
}

.shopItem h4 a:hover{
     color: #555;     
}
.shopItem span{
    float: left;
    margin-right: 10px;
    font-size: .9em;
    color: #777;    
}

.shopItem div{
    margin-left: 85px;
}
.shopItem div em{
    color: #f00;
    font-style: normal;
}

.shopItem div p a{
    color: #000;
    text-decoration: none;
}

.shopItem div p a:hover{
    text-decoration: underline;
}

.shopItem p{
    font-size: .9em;
    margin: 0;
    padding: 0;
}

/* вывод для магмзинов */
.subItem img{
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    padding: 1px;    
}
.subItem{
    margin: 15px 0;
    clear: both;
    padding: 0px 0 10px 0;
}

.subItem p{
    font-size: .9em;
    color: #777;
    margin: 5px 0;
}

.shopCard img{
    float: left;
    margin: 0 15px 5px 0;
    border: 1px solid #ddd;
    padding: 1px;
}
.shopCard p span{
    font-size: .9em;    
    font-weight: bold;    
}

.newshops{
    margin: 35px 0;
}
.newshops h2{
    margin: 15px 0;
}
.newshops h3{
    font-size: 1.4em !important;
}

.nav{                
    padding: 5px;
    font-size: 2em;
    color: #397713 !important;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

.nav a{
    color: #423d39;
}
/* рейтинг */
#rating{
    display: block;   
    font-size: .9em;
    color: #656565;
    clear: both;
    position: relative;
    bottom: 10px !important;
    padding: 15px 0;    
}

#rating p{
    clear: both;
    margin: 0;
}

#rating span{
    float: left;
    padding: 0 15px 0 0;    
}

#rating .stars{
    float: left;
}

td.rate{
    white-space: nowrap;
    width: 100px;
}

td.comment{
    font-size: .9em;
    color: #555;
}

.shopBlock{
    width: 100%;
}

.shopBlock h2{
    margin: 15px 10px;    
    color: #000;
    font-size: 1.4em;
}
td.shopRating{
    width: 45%;
    padding-right: 20px;
    vertical-align: top;
}

td.shopNew{
    vertical-align: top;   
}

#overlay {
	background: #fff url("/i/whiteBg.png");	
    border: 2px solid #ccc;	    
}

.contentWrap {
	    
}

/* the overlayed element */
.apple_overlay {	
	display:none;	
	background-image:url(/i/transparent.png);	    	
	width:640px;				
	padding:35px;		
}

.apple_overlay div.close {
	background-image:url(/i/close_overlay.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.submitForm td{
    padding: 10px 0;
}

.submitForm p{
    margin: 0;
}

.submitForm input[type=checkbox]{
    padding: 0 5px 10px 0;    
}

.submitForm td.label{
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
    color: #555;
    font-size: .9em;
    width: 20%;
}

/* карточка магазина */
.shopCard{
    margin: 0px 0;
    position: relative;
}

.shopCard .tl{
	float: left;
	background: url('/i/shopCard_tl.png') no-repeat left top;
	width: 15px;
	height: 13px;
	display: block;	
	position: absolute;
    z-index: 100;    
}	

.shopCard .tr{
	float: right;
	background: url('/i/shopCard_tr.png') no-repeat right top;
	width: 13px;
	height: 13px;
	display: block;
    right: 0;
    z-index: 100;
	position: absolute;	
}

.shopCard .bl{
	clear: both;
	float: left;
	background: url('/i/tabs_bl.png') no-repeat left bottom;
	width: 13px;
	height: 12px;
	display: block;		
	margin: -12px 0 0px 0px;					
}	

.shopCard .br{	
	float: right;
	background: url('/i/tabs_br.png') no-repeat right bottom;
	width: 13px;
	height: 12px;
	display: block;
	position: relative;
	margin: -12px 0px 0px 0px;
	border: none;	
}

.shopCard .head { 	 
	margin:0 !important; 
	padding:10px 0 0 20px !important;	
	border:1px solid #b6b6b5;          	
	height:29px;
    background: url("/i/shopCard_bg.png") repeat-x;
    
    position: relative;
    z-index: 10;
    top: 0px;
}

.shopCard .head span{
    margin-left: 10px !important;
}


/* tab pane styling */
.shopCard .content {			
	padding:15px 10px;
	border:1px solid #b6b6b5;
	border-top:0;
	min-height:265px;
	background-color:#fff;
    overflow: hidden;
}

.shopCard .content .leftSide{
    width: 100%;
    vertical-align: top;
}

.shopCard .content .rightSide{     
    right: 0;   
    float: right;
    vertical-align: top;          
}

.shopCard .content .rightSide h1{
    font-size: 2em;
}

.shopCard hr{
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    
}

.shopCard .saleItem, .itemCard .saleItem{
    border: 1px solid #ccc;
    background: #f0f0f0;
    padding: 5px;
    height: 18em;
    margin: 0 15px 15px 0;
    width: 134px;
}

.shopCard .saleItem img, .itemCard .saleItem img{    
    clear: both;            
}


.clipImg{
    width: 50px;    
    clip: rect(50px, 50px, 50px, 50px) !important;
}

.photos{
    width: 100%;
    overflow: hidden;   
}

.cont{
    clear: both;
}

.cont p{
    margin: 5px 0;
}

.cont p.time{
    color: #DC3028 !important;
}


/* пагинатор */
.page{    
    clear: both;
    margin: 35px 0;
    font-size: 2em;    
}

.page a{
    margin: 0 5px;
    text-decoration: none;
    color: #000;
}

.page span{
    padding: 5px;
    border: 1px dotted #000;   
    color: #000;    
}

.textarea{
    width: 90%;
}

.addfile {
    width: 95%;
}

.text input{
    margin-left: 5px;
}

.describeBack{
    clear: both;
}

.in li{
   margin: 5px 0;
   list-style: disc; 
   margin-left: 10px !important;
}

/* пользовательские профили */
.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: 290px;    
}

.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 300px;          
}

.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;
}

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;
}

/* список пользователей */
.userlistblock{
    margin: 0 0 25px 0;
}
.userlistblock .ava{
    vertical-align: top;
    padding: 1px;
    float: left;
    margin: 0 10px 0 0;
}
.userlistblock img.ava{
    width: 50px;
}

.userlistblock .f{
    color: #E6459E;
}

.userlistblock .r{
    color: #454545;
}

.statistic{
    font-family: monospace;
    margin: 25px 0 40px 0;
    padding: 10px 15px;
    background: #f0f0f0;
}

.commentBlock{
    clear: both;
}

.rss img{
    vertical-align: middle;
    margin-right: 3px;
}

.searchItem{
    clear: both;
    margin: 15px 0;
}
.searchItem h4 span{
    font-size: .9em;
    color: #777;
}
.searchItem img{
    border: 1px #ccc solid;
    padding: 1px;
    float: left;
    margin: 0 10px 25px 0;
}

.searchItem p{
    margin: 5px 0 !important;
}
.searchItem .shopName{    
    font-size: .9em;
}
.searchItem .shopName a{
    background: #C65472;
    color: #fff;
    padding: 3px;
}

.searchItem .time{
    white-space: nowrap;
    color: #dc3028;
    font-size: .9em;    
}

.searchItem .price{
    font-size: .9em;
}

.searchItem .price strong{
    color: #d3000f;
    font-size: 1.1em;
}

.blocked{
    font-size: 1.3em;
    text-align: center;
    margin: 5% auto;
}

.hint{
    background: #FFFBE8;
    border: 1px solid #F4D76F;
    padding: 10px 15px;
    font-size: .9em;
}
.hint h4{
    margin: 5px 0;
}
.hint li{
    margin-left: 10px;
    list-style: disc;
}

.aboutBlock{
    width: 145% !important;
}

.submitBtn{
    font-size: 2em;
    padding: 5px;    
    text-align: center;
}

.post{
    margin: 25px 5px;
}

.post h2{
    font-size: 1.5em;
}

.inContent{
    padding-left: 5px;
}

.marginLeft{
    margin-left: 10px;
}

.photos .photoItem{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
    width: 154px;
    height: 200px;
}

.photos .photoItem p a{
    color: #777;
    font-size: .9em;
    text-decoration: none;
    display: block;
    margin: 0 2px;
}
