div.half-three-quarter-left,
div.half-three-quarter-right {
	width: 263px;
	padding: 0px 3px;
}
div.half-three-quarter-left {
	float: left;
}

div.half-three-quarter-right {
	float: right;
}

div.margin-bottom-6px {
	margin-bottom: 6px;
}

div.half-three-quarter-left div.ota-check-availability,
div.half-three-quarter-right div.ota-check-availability,
div#ota-links-best-deals-side div.ota-check-availability,
div#ota-links-nearby-deals-side div.ota-check-availability {
	float: right;
}

div#ota-links-best-deals-side div.ota-box,
div#ota-links-nearby-deals-side div.ota-box,
div#ota-links-bottom div.ota-box {
    cursor: pointer;
	cursor: hand;
   	margin:4px 4px;
	padding:3px 2px;
}

div#ota-links-bottom div.clear {
    line-height: 0px;
}

div.ad-separator {
	border-bottom: 1px dashed #368ED6;
	margin: 0px 6px;
    line-height: 0px;
}

.ota-title
{
	font-weight:bold;
	font-size: 12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ota-text
{
	font-size:11px;
}
.linkify
{
	cursor:hand;
	cursor:pointer;
}
.linkify:hover
{
	text-decoration:underline;
}

