.sr-container {
	height: 100%;
	width:100%;
	border: 1px solid #E5E5E5;
}
.sr-item {
	color:#666;
	text-align:left;
	font-size:14px;
	border-bottom: 1px solid #E5E5E5;

	width:100%;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	white-space: nowrap;

	/* jquery overrides */
	height:25%;
}
.sr-item-alt {
    background-color:#FAFAFA;
}
.sr-item:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.sr-item:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.sr-item:hover {
    background-color:#FDFDFD;
}
.sr-item-from {
	float: left;
	padding-left:4%;
	width:35.33%;

	/* jquery overrides */
	line-height:64px;
}
.sr-item-to {
	float: left;
	padding-left:2%;
	width:37.33%;

	/* jquery overrides */
	line-height:64px;
}
.sr-item-est {
	color:#1A63A3;
	font-size:24px;
	font-weight:bold;
	text-align:right;
	direction: rtl;

	float: left;
	padding-right:2%;
	width:19.33%;

	/* jquery overrides */
	line-height:64px;
}

.listingIndex-header-rates .sr-item-est {
	color:#1A63A3;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	direction: rtl;

	float: left;
	width:19.00%;
	/* jquery overrides */
	line-height:64px;
}

.listingIndex-header-rates .sr-item {
	color:#666;
	text-align:left;
	font-size:13px;
	border-bottom: 1px solid #E5E5E5;

	width:100%;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	white-space: nowrap;

	/* jquery overrides */
	height:25%;
}

.ie6 .sr-item-est,
.ie7 .sr-item-est {
    width:19.26%;
}

.sr-item-from-pin,
.sr-item-to-pin {
	background-position: center;
	background-repeat: no-repeat;
	width:24px;
	height:100%;

	float:left;
	margin-right:7px;

	/* Hide the text. */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.sr-item-from-pin {
    background-image: url("/public/images/icons/mappins/green-pin_web.png");
}
.sr-item-to-pin {
    background-image: url("/public/images/icons/mappins/red-pin_web.png");
}


@media all and (max-width: 396px) {
	.sr-container {
		height:inherit;
		border:0;
	}
	.sr-item {
		margin:10px 0;
		border: 1px solid #E5E5E5;
		box-shadow: 0 0 5px #E5E5E5;
	}
	.sr-item-est {
		background-color:#FAFAFA;
		clear:left;
		width:30%;
		border-right: 1px solid #E5E5E5;
		margin-right:3%;
		height:100%;
		font-size:30px;
	}
	.sr-item-alt {
		background-color:#FFFFFF;
	}
	.sr-item-from {
		width:100%;
		float:none;
		padding-left:0;
		border-bottom: 1px solid #E5E5E5;
	}
	.sr-item-to {
		width:100%;
		float:none;
		padding-left:0;
	}
	.sr-item-from-pin {
		background-image: url("/public/images/icons/mappins/green-pin_mobile.png");
	}
	.sr-item-to-pin {
		background-image: url("/public/images/icons/mappins/red-pin_mobile.png");
	}
}



