DIV.table {
	width:100%;
}
.table B.row {
	display:block;
	float:left;
	clear:left;
	width:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#F0F0F0;
}

.table A.row {
	display:block;
	float:left;
	clear:left;
	width:100%;
	border-bottom:solid #CCCCCC 1px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.table A.row{
	color:#000000;
	text-decoration: none;
}
.table A.row:hover{
	white-space:nowrap;
	background:#F0F0F0;
}

.table .row SPAN {
	display:block;
	float:right;
	padding:3px 4px 2px 4px;
	white-space:nowrap;
	overflow:hidden;
	text-align: center;
}
.table SPAN.name {
	float:left;
	width:355px;
}
.table A.row .name {
	text-align: left;
}
.table .price {
	width:65px;
}
.table .guaranty {
	width:70px;
}
.table .certificacy {
	width: 110px;
}
.table .presence {
	width: 100px;
}

.table .in_stock {
	color: #008000;
}

.table .not_in_stock {
	color: #800000;
}

.table .wait {
	color: #008080;
}

.table .ask {
	color: #8000FF;
}