html, body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#layout{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.info_action_nojs{
    
	position:absolute;
	z-index:5;
	font-size: 20px;
	background: url(/images/pl/horse.gif) 10px top no-repeat #88c336;
	width: 60%;
	margin-left: 20%;
	/*padding: 20px;
	margin-top: 200px;*/
	text-align: center;
	color: red;
	/*border: 1px solid #000;*/
	display: none;
	
}
.info_action_err {
	background: red url(/images/pl/horse.gif) 10px top no-repeat;
	width:300px;
	margin:2px;
	padding:10px;
	right: 16px;
	top:0;
	color: #000;
	font-size: 16px;
	display: block;
	z-index:5;
}
.info_action {
	display: block;
	background: #88c336 url(/images/pl/horse.gif) 10px top no-repeat;
	width:360px;
	margin:2px;
	padding:20px;
	right: 16px;
	top:0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	z-index:5;
}

div.catalog table td span.price {background-color: #f57921; padding: 2px; cursor: pointer;}

span.ngood {color: #88c336!important;}
span.orub {color: #88c336!important;}



