div[id*="jListingPaging"]
{
	padding-bottom: 4px;
}

div[id*="jListingPaging"] span,
div[id*="jListingPaging"] span.active
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px #ffd497 solid;
	background: #fff3e3;
	margin: 0 4px 0 0;
	height: 25px;
	cursor: pointer;
	padding: 2px 4px 3px;
	color: #3C3C3C;
	font-size: 11px;
	text-align: center;
}

div[id*="jListingPaging"] span:hover,
div[id*="jListingPaging"] span.active
{
	border: 1px #dbdbdb solid;
	background: #f0f0f0;
	color: black;
}
.jListingItem {
	border: 2px #e6e6e6 solid;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	background: #fafafa;
	margin: 4px 0 4px 0;
	padding: 4px;
	cursor: pointer;
	position: relative;
}
ul.vertical .jListingItem {
    width: 49%;
    margin-right: 2%;
    height: 200px;
    display: inline-block;
}
#box_preview ul.vertical .jListingItem {
    width: 47%;
    height: auto;
    min-height: 100px;
}
@media screen and (max-width: 991px) {
    ul.vertical .jListingItem {
        width: 100%;
        margin: auto;
        height: auto;
    }
}
ul.vertical .jListingItem:nth-child(2n) {
    margin-right: 0;
}
.jListingItem:hover {
	border: 2px #ffd497 solid;
	background: #fff3e3;
}
.jListingFields {
	padding: 0 0 5px 5px;
	text-decoration: none;
}
.jListingValue {
	color: #666666;
	font-family: verdana;
	font-size: 11px;
    white-space: normal;
}
.jListingFirst
{
	color: #3a5f9c;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.jListingField
{
	color:#444444;
	font-size:12px;
}
.jListingItem img
{
	border: 0;
    width: 100%;
}
.jListingLink
{
	text-decoration: none;
}
.jListingHide
{
	display: none;
}
.jLinkLast
{
	background: #FAFAFA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #F1F1F1 solid;
	height: 19px;
}
.jLinkLast a
{
	padding: 3px 5px;
}
.jLinkLast a#add_listing_remote
{
	float: left;
	color: #d52121;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.jLinkLast a#remote_add_listing_link
{
	float: right;
}
div.jLocation
{
	font-size: 11px;
	margin: 2px 0 10px;
}

.jListingItem
{
	list-style:none;
}
/* custom */
.jListingItem td
{
	padding: 2px 10px 0px 0!important;
    width: 30%;
}
.jListingItem td.jListingTdPicture {
    padding: 10px !important;
}
.jListingItem td:last-child {
    width: 65%;
}

.jListingPage
{
	padding: 0;
}
.jListingPage.horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jListingTdPicture
{
	vertical-align:top !important;
}

.jListingTdFields
{
	vertical-align:top !important;
}
