.row span {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.row {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
h3 {
	color: red;
}
.price {
	font-weight: bold;
}

.fixed { position: absolute; }
.vbnr { width: 110px; margin: 5px; text-align: center; font-size: 12px ; font-family: Arial,Helvetica,sans-serif; background-color: white;}
.lft { top: 0px; left: 0px; }
.rht { top: 0px; right: 0px; }

.hbnr { margin: 5px; text-align: center; font-size: 12px; font-family: Arial,Helvetica,sans-serif; background-color: white; }
.btm {}

body { padding-left: 110px; padding-right: 110px;}
