.listing{
	border-top:1px solid #CCC;
	position:relative;
	padding:30px 0 0;
	clear:both;
}
.listing:first-of-type{
	border-top: none;
}
.listing h2{
	font-size:1.4em;
	margin-bottom:16px;
}
.listing h2 a{
	text-decoration:none;
}
.listing p.price{
	color:#0A0A5A;
	font-size:1.4em;
	font-weight:bold;
	position:absolute;
	top:30px;
	right:0;
}
.listing .image{
	margin:3px 0 16px;
}
.listing img{
	border:1px solid #E6E6E6;
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.listing .left{
	float:left;
	width:160px;
	margin-bottom:30px;
}
.listing .right{
	float:right;
	width:394px;
	margin-bottom:30px;
}
.listing p{
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
}
.listing .right p{
	margin-bottom:14px;
}
.listing ul{
	font-size:1.4em;
	list-style-type:none;
	margin:0;
}
.listing li{
	float:left;
	margin:0 20px 0 0;
}
.listing a{
	color:#0A0A5A;
}
.listing a:hover{
	color:#89A82B;
}
.listing .button{
	background:#313175;
	color:#FFF !important;
	width:130px;
	display:block;
	line-height:32px;
	margin:0 auto;
	text-align:center;
	border-radius:4px;
	text-transform:uppercase;
	text-decoration:none;
}
.listing .button:hover{
	background:#0A0A5A;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.listing .button:active{
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
}

.browser{
	clear:both;
	position:relative;
	border-top: 1px solid #CCC;
	padding:30px 0 0;
}
.nextPrev{
	position:absolute;
	right:0;
	top:30px;
}
.nextPrev p{
	float:left;
	margin:0 0 0 20px;
}
.filter{
	padding-top:20px;
	margin-bottom:0;
}
.filter select{
	width:auto;
}
.filter input[type=submit]{
	vertical-align: top;
}