 table.pusto tbody tr:hover {
  	background: none   !important;

}

 table.pusto tbody tr td{

  		border-bottom: 0px   !important;
}

.gost_norm{padding:15px 20px;
	margin:17px -20px 20px -20px;
	background-color:#e8f3fa;
	height:100%}

#modalOverlay {

background: black;  /* Тут выбираем цвет затемнения */
	border:1px solid #52471a;
/*cursor:wait;   Курсор при наведении на затемненную область */
filter: alpha(opacity=0); /* Интенсивность затемнения */
height: 100%;
}

#modalContainerTovar{
height: 150px;   /* Для растягивания по высоте */
width: 350px;

left:50%;  /*в купе с margin-left, которая равна минус половине ширины центруют по горизонтали*/
top:50%;   /*центрует по вертикали, вместе с margin-top, если задать высоту*/
padding: 0;    
}


#modalContainer {
height: 255px;   /* Для растягивания по высоте */
width: 308px;

left:50%;  /*в купе с margin-left, которая равна минус половине ширины центруют по горизонтали*/
top:50%;   /*центрует по вертикали, вместе с margin-top, если задать высоту*/
/*margin-left:-50px;*/
/* margin-top: -70px; */
/*background: #12427e;  
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);*/

/*border:2px solid #C9A757;*/
padding: 10px;
}

a.modalCloseImg {
background:url(../../img/del.gif) no-repeat;
width:25px;  /* Положение отличается от тех, что в примере. Мне кажется так удобнее */
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:5px;
right:0px;
cursor:pointer;
}

a.modalCloseImgTovar {
background:url(../../img/del.gif) no-repeat;
width:25px;  /* Положение отличается от тех, что в примере. Мне кажется так удобнее */
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:5px;
right:0px;
cursor:pointer;
}

#modalContainer1 {
height:200px;   /* Для растягивания по высоте */
width:320px;
left:50%;  /*в купе с margin-left, которая равна минус половине ширины центруют по горизонтали*/
top:50%;   /*центрует по вертикали, вместе с margin-top, если задать высоту*/
/*margin-left:-50px;*/
/* margin-top: -70px; */
background:#e8f3fa;  /* Тут выбираем цвет затемнения */
	border:1px solid #52471a;
/*border:2px solid #C9A757;*/
padding: 10px;
}

#message_alert {
    background: #eeeeee;  
    border-radius: 3px;
	opacity: 0.9;
    filter: alpha(opacity=90); 
}
.login_fix table th, .login_fix table td {
padding: inherit;
text-align: center;

}

.alce_fix table th, .alce_fix table td {
text-align: left;
padding:5px;

}


.login_fix table{
 margin: auto;
 margin-bottom: auto;
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;


}

.login_fix table tbody tr:hover {
  	background-color: inherit;
}
.login_fix table tbody tr {
  	background-color: inherit;
}
.login_fix table tbody td {
 border: none;
}

.edit_fix table{
width: auto;
margin: auto auto auto auto;
}


div.sociable { margin-top: 5px; float:right }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}




.dn_floatleft1{
	
	width: 100px;
	text-align: left;

}
.dn_floatleft{
	
	width: 150px;
	text-align: left;

}

._table table thead tr th,._table table tbody tr td{
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #fafeff;
	border-bottom:1px solid #fafeff;
}
._table table {
 border-right: 1px solid #fafeff;
 border-top:  1px solid #fafeff;

}

._table table tbody tr:hover{
	background:#BCBCBC;
}
._table table thead  tr th{
	padding-left:5px;
	padding-right:5px;
}