/* Полоса загрузки */
.meter {
        height: 14px;
        position: relative;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        padding: 1px;
        -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
        -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
        box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		background-color: #555;
}
.meter > span {
        display: block;
        height: 100%;
           -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
               -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
                   border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
         -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
             -moz-border-radius-bottomleft: 20px;
                    border-top-left-radius: 20px;
                 border-bottom-left-radius: 20px;
        background-color: rgb(43,194,83);
        background-image: -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(43,194,83)),
          color-stop(1, rgb(84,240,84))
         );
        background-image: -moz-linear-gradient(
          center bottom,
          rgb(43,194,83) 37%,
          rgb(84,240,84) 69%
         );
        -webkit-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
		background-color: #40D456;
        position: relative;
        overflow: hidden;
}

.meter > .text {
  font-size: 11px;
  position: relative;
  top: -14px;
  width: 90%;
  text-align: center;
  color: #E2F504;
}
/* Полоса загрузки */
.meter_red {
        height: 14px;
        position: relative;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        padding: 1px;
        -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
        -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
        box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		background-color: #555;
}
.meter_red > span {
        display: block;
        height: 100%;
           -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
               -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
                   border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
         -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
             -moz-border-radius-bottomleft: 20px;
                    border-top-left-radius: 20px;
                 border-bottom-left-radius: 20px;
        background-color: rgb(43,194,83);
        background-image: -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(158,8,8)),
          color-stop(1, rgb(255,14,14))
         );
        background-image: -moz-linear-gradient(
          center bottom,
          rgb(158,8,8) 37%,
          rgb(255,14,14) 69%
         );
        -webkit-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
		background-color: #40D456;
        position: relative;
        overflow: hidden;
}

.meter_red > .text_red {
  font-size: 11px;
  position: relative;
  top: -14px;
  width: 90%;
  text-align: center;
  color: #E2F504;
}

body {
	color: #554158;
	font-size: 12px;
	max-width : 320px;
	margin : auto;
	font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
	background: #02111f;
        
	
}

a:link, 
a:active, 
a:visited {
	color: #9eb7dc;
	text-decoration: none;
}

a:hover, 
a:focus {
	color: #9eb7dc;
	
}
img {
	vertical-align: middle;
	border-style: none;
}


td,tr,table {
	font-size: 11px;
	}
	
button
{
	min-width: 25px;
    height: 36px;
    background: url(img/button_l.png) 0 0 no-repeat, url(img/button_r.png)100% 0 no-repeat, url(img/button_c.png) 0 0 repeat-x;
    padding: 0px 11px 3px;
    border: 0;
    border-radius: 7px 5px 11px 9px;
    color: #FFEE1D;
	cursor: pointer;
}

button:hover
{
    height: 36px;
    background: url(img/button_l_h.png) 0 0 no-repeat, url(img/button_r_h.png)100% 0 no-repeat, url(img/button_c_h.png) 0 0 repeat-x;
    padding: 0px 11px 3px;
    border: 0;
    border-radius: 7px 5px 11px 9px;
    color: #FBFBBB;
	cursor: pointer;
}

input[type="submit"] {
	
	min-width: 50px;
    height: 36px;
    background: url(img/button_l.png) 0 0 no-repeat, url(img/button_r.png)100% 0 no-repeat, url(img/button_c.png) 0 0 repeat-x;
    padding: 0px 11px 3px;
    border: 0;
    border-radius: 7px 5px 11px 9px;
    color: #FFEE1D;
	cursor: pointer;
}  
     
input[type="submit"]:hover {
	
	min-width: 50px;
    height: 36px;
    background: url(img/button_l_h.png) 0 0 no-repeat, url(img/button_r_h.png)100% 0 no-repeat, url(img/button_c_h.png) 0 0 repeat-x;
    padding: 0px 11px 3px;
    border: 0;
    border-radius: 7px 5px 11px 9px;
    color: #FBFBBB;
	cursor: pointer;
	
} 

.verx   {
	
	text-align:center;
	height:150px;
	
        }
        
        
.topdiv {
	text-align: center;
	background:  
	url(img/left.png) left top no-repeat,
	url(img/right.png) right top no-repeat,
	url(img/topdiv.png) left top repeat-x;
	color: #809dc4;
	padding: 12px;

}     
        
.topdivtwo {
	
	background: #010c15;
	color: #809dc4;
	padding: 3px;

} 


.listing-information {
	
	background: 
	url(graphic/left.png) left top no-repeat,
	url(graphic/right.png) right top no-repeat,
	url(graphic/bottomright.png) right bottom no-repeat,
	url(graphic/bottomleft.png) left bottom no-repeat 
	#010c17;
	color: #7e9cb7;
	padding: 5px;
	text-align: center;
	margin: 5px;
} 

.listing-information a {
	
	
	color: #f5a604;
	text-decoration: underline;

} 

.listing-information-two {
	
	background: 
	url(graphic/left.png) left top no-repeat,
	url(graphic/right.png) right top no-repeat,
	url(graphic/bottomright.png) right bottom no-repeat,
	url(graphic/bottomleft.png) left bottom no-repeat 
	#010c17;
	color: #7e9cb7;
	padding: 9px;
	margin: 5px;

} 

span.float-right {float:right;}    
           
.bottomdiv {
	text-align: left;
	color: #bfedff;
	padding: 14px;

} 
.obv_img {
	
	overflow-x:visible;
	padding:5px;
}
.padding_in {
	
	text-align: center;
	padding:8px;
	}
	
.padding_in_user {
	
	padding: 4px;
	}	

.paddingstext {
        font-size: 12px;
        text-align: center;
	padding: 7px;
	color: #43677d;
	}
	
	
.paddingstext a {
        
        text-align: center;
	color: #43677d;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #43677d;
	
	
	}	
	
.paddingstext a:hover {
        
        text-align: center;
	color: #43677d;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px solid #43677d;
	
	
	}
	
	
	
	
	
.itext {
        font-size: 12px;
        text-align: center;
	padding: 7px;
	color: #43677d;
	}
	
	
.itext a {
        
        text-align: center;
	color: #43677d;
	padding: 9px;
	font-size: 11px;
	text-decoration: underline;
	
	
	}	
	
	
	
	
	
	
span.color_padding_in {
	color:#3e2641;
	}
	
 
.rzd  {
	background:  url(/img/razdel.png) no-repeat top center;
	height: 24px;
	text-align: center;
	
        } 
        


.link5, 
.link5 a{
	
	background: #0a1729 url(img/zbs.png) left bottom repeat-x;
	border-top: 1px solid #30507b;
	border-bottom: 1px solid #010305;
	border-radius: 2px;
	padding: 7px;
	margin: 3;
	display: block;
	color: #9eb7dc;
}


.repeat-razdel{
	
	background:  
	url(img/razdelcenter.png) no-repeat bottom center,
	url(img/razdelbg.png) bottom repeat-x;
	height:15px;
}


.center-bottom-razdel{
	
	background:  
	url(img/razdeldiv.png) no-repeat bottom center;
	height:8px;
}

.header-text-razdel{
	
	background:
	url(img/imageleft.png) no-repeat top left,
	url(img/imageright.png) no-repeat top right,  
	url(img/centerbg.png) no-repeat top center,
	url(img/imager.png) bottom repeat-x;
	padding: 10px;
	text-align: center;
	color:#a7c4e4;
}

.foot-text-razdel{
	
	background:
	url(img/imageleft_f.png) no-repeat top left,
	url(img/imageright_f.png) no-repeat top right,  
	url(img/centerbg_f.png) no-repeat top center,
	url(img/imager_f.png) bottom repeat-x;
	padding: 10px;
	margin-top: -5px;
	text-align: center;
	color:#a7c4e4;
}



        
input[type~="nick"], 
input[type~="pass"], 
input[type~="select"],
textarea {
        background: #010b14;
	border-top: 1px solid #000;
	border-bottom: 1px solid #122a4b;
	border-left:0;
	border-right:0;
	color: #43677d;
	padding: 10px 3px;
	margin:5px;
	border-radius: 3px;
	outline:none;
	
}    


/*
Дивы от старого дизайна, так же используются

*/









	.hr{font-size:0;line-height:0;border-bottom:1px dashed #555555;}
	.tdn{text-decoration:none !important;}
	.inbl{
		display:inline-block;
		//display:inline;
		//zoom:1;}
		.plr10{padding-left:10px;padding-right:10px;}
	.title{
	font-size:105%;    
	text-align:center;
	color:#9eb7dc;
	padding:7px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#718fab', endColorstr = '#02111f');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#718fab', endColorstr = '#02111f')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #718fab, #02111f);
	background-image: -ms-linear-gradient(top, #718fab, #02111f);
	background-image: -o-linear-gradient(top, #718fab, #02111f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#718fab), to(#02111f));
	background-image: -webkit-linear-gradient(top, #718fab, #02111f);
	background-image: linear-gradient(top, #718fab, #02111f);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	}

	.content {
		background: #0A2742;
		color: #6DADB3;
	}
	
	.line {
	background-image:url('line.png');
	background-color:#3e3d36;
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-top:5px;
	margin:0 -5px 0 -5px;
	}
	
	.w10{width:10%;}
	.w15{width:16%;}
	.w19{width:19%;}
	.w20{width:20%;}
	.w30{width:30%;}
	.w40{width:40%;}
	.w50{width:50%;}
	.w45{width:48%;}
	.w80{width:80%;}
	.w70{width:70%;}
	.w60{width:60%;}
	.w90{width:90%;}
	.w95{width:95%;}
	.w96{width:96%;}
	.w98{width:98%;}
	.w99{width:99%;}
	.w100{width:100%;}
	.w23{width:24%;}
	
	.va_t{vertical-align:top;}
	
	.prel{position:relative;}
	.atask{
		
		color:#b4c6d7;
		text-shadow:black 0 1px 1px;
		text-decoration:none !important;}
	
	
	.medium{font-size:medium;}
	
	.gray1{color:#847469 !important;}
	.admin{color:#00D0FF !important;}
	.moderator{color:#abc2d7 !important;}
	.game-master { color:#66ffff  !important; }
	.red {color:red; }
	.error1 {color:#DD6666;}
	.white {color:white; }
	.ccc {color:#ccc;}
	.p5{padding:5px;}
	.p2{padding:2px;}
	.p3{padding:3px;}
	.pt5{padding-top:5px;}
	.pb5{padding-bottom:5px;}
	.pr5{padding-right:5px;}
	.pl5{padding-left:5px;}
	
	
	
	.cntr{text-align:center;}
	.rght{text-align:right;}
	.left{text-align:left;}
	
	.pgn{padding:5px 0;text-align:center;}
	.pag,a.pag{
		background:url(/style/bg/bg2.jpg);
		border:1px solid #555555;
		padding:5px 9px;
		margin:1px;
		color:#cccccc;
		text-decoration:none;
		-moz-border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
		border-radius:5px 5px 5px 5px;
		}
	a.pag:hover,span.pag{background:url(/style/bg/bg3.jpg);}	
	
	.prg-bar,.prg-orange,.prg-blue,.prg-red,.prg-green,.prg-lgreen{
		font-size:0;line-height:0;
		height:12px;
		background-image:url('/images/bg/bg-prg.png');
		background-repeat:repeat-x;}
	.prg-bar{padding-left:1px;padding-right:1px;}	
	.prg-orange{background-position:0 -12px;}
	.prg-blue{background-position:0 -22px;}
	.prg-red{background-position:0 -32px;}
	.prg-green{background-position:0 -42px;}
	.prg-lgreen{background-position:0 -52px;}
	
	.fl{float:left;}
	.fr{float:right;}
	
	.mt10{margin-top:10px;}
	.mt5{margin-top:5px;}
	.mt3{margin-top:3px;}
	
	.m3 { margin:3px; }
	.m5 { margin:5px; }
	
	.ml2 { margin-left:2px; }
	.mr2 { margin-right:2px; }
	.ml5 { margin-left:5px; }
	.mr5 { margin-right:5px; }
	
	
	.pt2{padding-top:2px;}
	.mb10{margin-bottom:10px;}
	.mb5{
		margin-bottom:5px;
		text-align: center;
		}
	.mb3{margin-bottom:3px;}
	
	.yellow1{color:#9eb7dc;}
	.lngreen {color: lawnGreen !important;}
	
	
	
	/*.small{font-size:small;}*/
	
	.small > small  {
		color: #74C4E6;
	}
	
	.bl{display:block;}
	
	.menu_link3 {
		padding:6px;
		display:block;
		background:url(/style/bg/bg3.jpg);
		color:khaki;
		text-decoration:none;
		border-bottom:1px solid #191919;
		text-shadow: 1px 1px 1px black;
		background-color:#232323
		
	}
	
	.menu_link2 {
	  padding: 6px;
	  display: block;
	  background: url(/style/bg/bg3.jpg);
	  color: rgba(110, 194, 197, 0.84);
	  text-decoration: none;
	  border-bottom: 1px solid #191919;
	  text-shadow: 1px 1px 1px black;
	  background-color: #0B2D4C;
	}
		
	
	
	.g-arrow{position:absolute;top:-7px;left:13px;}
	.g-arrow1{position:absolute;top:35px;left:35px;}
	
	.block {
		line-height:1;
		text-decoration:none !important;
		background:url(/style/bg/bg2.jpg);
		background-color:#14324E;
		border-top:1px solid #555555;
		margin:0 -5px 0px -5px;}
	
	.mlra{margin-left:auto;margin-right:auto;}
		
	.sndr{
		border-bottom:1px solid #081929;
		border-top:1px solid #32597d;
		padding:7px;
		color:#abc2d7;
		margin:0 -3px 0 -4px;
		background:url(/style/bg/bg2.jpg);
		background-color:#14324E;
		text-decoration:none !important;
		line-height:1;}
	.sndr .odd{background-color:#082B4A;}	
	.sndr:hover{background-color:#082B4A;}	
		
		
	.nfl{
		background: #010911;
		color: #7e9cb7;
		padding: 9px;
		text-align: center;
		margin: 5px;}	
		
		
		
	.block.odd {background:url(/images/style/bg2.jpg);}
	.block:hover {background:url(/images/style/bg5.jpg);}
	
	
	
	.button .ttl{
		height:34px;
		line-height:34px !important;
		text-align: center;
		background:  
		url(img/left.png) left top no-repeat,
		url(img/right.png) right top no-repeat,
		url(img/topdiv.png) left top repeat-x;
		
		}
	
		
	.button {
		cursor:pointer;
		display:inline-block;
		//display:inline;
		//zoom:1;
		overflow:hidden;
		text-decoration:none !important;
		height:34px;
		line-height:34px !important;
		text-align:center;
		background:
		url(img/imageleft.png) no-repeat top left,
		url(img/imageright.png) no-repeat top right,  
		url(img/imager.png) bottom repeat-x;
	}	
	
	.button input.ttl{width:100%;}
	.button .ttl{
		position:relative;
		cursor:pointer;
		display:block;	
		background:  
		url(img/left.png) left top no-repeat,
		url(img/right.png) right top no-repeat,
		url(img/topdiv.png) left top repeat-x;
		text-align:center;
		white-space:nowrap;
		font-size:medium;
		color:#eeeeee !important;
		text-shadow:#35312d 0 1px 1px;		
		margin:0px;
		padding:0px;
		border:0px;
		font-size:small;}	
		
	
	.mail-plus{
		position:absolute;
		top:4px;
		right:4px;}
	span.btn{cursor:default;}
	
	.fdark{
		border:1px solid;
		border-color:#666666 #7C7C7C #7C7C7C #666666;
		background-color:#fefefe;
		padding:2px;
		margin:2px 0 0;
		font-size:medium;
		color:#010101;}	
	.nav{
		border:1px solid;
		border-color:#666666 #7C7C7C #7C7C7C #666666;
		background-color: #576673;
		padding:2px;
		margin:2px 0 0;
		font-size:medium;
		color:#010101;
		}
		
	/* Картинки умений*/
	.img_umen1 { /* Уже открыто*/
		border: 2px solid #3973C7;
	}
	.img_umen2 { /* Доступно для открытия*/
		border: 2px solid #03DC1B;
	}
	.img_umen3 { /* не доступно для открытия*/
		border: 2px solid #3973C7;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
	}
	
	/* Вертикальное меню */
	.height_menu
	{
		width: 42px;
		min-height: 30px;
		text-align: center;
		padding-top: 7px;
		padding-bottom: 5px;
		background: url(img/height_menu_top.png) 0 0 no-repeat, 
		url(img/height_menu_bott.png) 0px 100% no-repeat, 
		url(img/height_menu_body.png) 0 0 repeat-y;
		
		position: relative;
	}
	
	.height_menu a img
	{
		width: 25px;
		cursor: pointer;
		margin-bottom: 2px;
	}	
	.height_menu a img:hover
	{
		width: 27px;
		cursor: pointer;
		margin-bottom: 1px;
		
	}
	
	.font_info
	{
		position: relative;
		left: -27px;
		background-color:rgba(213, 234, 243, 0.36);
		border-radius: 18px;
		padding: 2px;
		opacity: 0.8;
	}	
	.font_info:hover
	{
		opacity: 0;
	}
	
	/* Шмотки */
	.listing-information td  
	{
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);

	}
	
	.hmot
	{
		width: 173px;
		text-align: center;
		overflow: hidden;
	}
	.hmot_t  
	{
		overflow: hidden;
		padding-left: 30%;
		padding-bottom: 3px;
	}
	.hmot_t  > .cell
	{
		float: left;
		width: 30px;
		height: 30px;
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);
	}
	.hmot_l
	{
		float: left;
		padding-right: 3px;
	}
	.hmot_l  > .cell
	{
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);
	}
	.hmot_c
	{
		margin-left: 38px;
		width: 90px;
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);
	}
	.hmot_r
	{
		float: right;
		padding-left: 3px;
	}
	.hmot_r > .cell
	{
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);
	}
	.hmot_b 
	{
		overflow: hidden;
		padding-left: 20%;
	}
	.hmot_b > .cell
	{
		width: 30px;
		height: 30px;
		float: left;
		border: 2px #5086CD solid;
		border-radius: 5px;
		background-color: #2D6BC5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#aab4ff', endColorstr = '#152736')";
		background-image: -moz-linear-gradient(top, #aab4ff, #152736);
		background-image: -ms-linear-gradient(top, #aab4ff, #152736);
		background-image: -o-linear-gradient(top, #aab4ff, #152736);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#aab4ff), to(#152736));
		background-image: -webkit-linear-gradient(top, #aab4ff, #152736);
		background-image: linear-gradient(top, #aab4ff, #152736);
	}
	
	.smiles
	{
		max-height: 65px;
		max-width: 65px;
	}
	.smiles_min
	{
		max-height: 30px;
		max-width: 30px;
	}
	
	/* Аватарки */
	.ico_ava_shop 
		{
			cursor: pointer;
			padding: 9px;
			margin: auto;
			border: 1px solid #D0D5D8;
			background-color: #FFFFFF;
			border-radius: 7px;
			background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3D3D3));
			background: -webkit-linear-gradient(top, #FFFFFF, #D3D3D3);
			background: -moz-linear-gradient(top, #FFFFFF, #D3D3D3);
			background: -ms-linear-gradient(top, #FFFFFF, #D3D3D3);
			background: -o-linear-gradient(top, #FFFFFF, #D3D3D3);
			background-image: -ms-linear-gradient(top, #FFFFFF 0%, #D3D3D3 100%);
		}
		.ico_ava_shop:hover
		{
			border: 1px solid #96CDEF;
			background: -webkit-gradient(linear, left top, left bottom, from(#DBF0F0), to(#C3CACA));
			background: -webkit-linear-gradient(top, #DBF0F0, #C3CACA);
			background: -moz-linear-gradient(top, #DBF0F0, #C3CACA);
			background: -ms-linear-gradient(top, #DBF0F0, #C3CACA);
			background: -o-linear-gradient(top, #DBF0F0, #C3CACA);
			background-image: -ms-linear-gradient(top, #DBF0F0 0%, #C3CACA 100%);
		}
		.ico_ava_shop:active
		{
			border: 1px solid #96CDEF;
			background: -webkit-gradient(linear, left top, left bottom, from(#C3CACA), to(#DBF0F0));
			background: -webkit-linear-gradient(top, #C3CACA, #DBF0F0);
			background: -moz-linear-gradient(top, #C3CACA, #DBF0F0);
			background: -ms-linear-gradient(top, #C3CACA, #DBF0F0);
			background: -o-linear-gradient(top, #C3CACA, #DBF0F0);
			background-image: -ms-linear-gradient(top, #C3CACA 0%, #DBF0F0 100%);
		}
		
		.ico_ava_shop_block 
		{
			width: 100%;
			text-align: center;
		}
