.w2-mp-listings {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    clear: right;
    float: right;
    padding-top: 8px;
}

.w2-mp-listings h3 {
    color: #F1AB68;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 120%;
	margin: 0px;
}
  
.w2-mp-listing {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid;
    font-size: 9px;
    max-height: 100px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
}

span.w2-mp-category {
    color: #666666;
    display: block;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 0;
    text-transform: uppercase;
}

.w2-mp-listing a {
	cursor: pointer;
	text-decoration: none;
}

.w2-mp-listing a:link, .w2-mp-listing a:active, .w2-mp-listing a:visited, .w2-mp-listing a:hover {
    color: inherit;
}

div.w2-mp-summary {
    font-family: tahoma;
    font-size: 10px;
}

.w2-mp-image {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 3px 3px;
    padding: 3px;
    position: relative;
    width: 70px;
    z-index: 5;
}

hr.w2-mp-divider {
    border: 0 none;
    clear: both;
    height: 0;
    margin: 0;
    visibility: hidden;
}

.scrollbar {
	position:relative;
	width:26px;
}
.scrollbar_up {
	background-image: url('../../resources/images/buttons/glyphicons_218_circle_arrow_top.png');
	position:absolute;
	width:26px;
	height:26px;
}
.scrollbar_down {
	background-image: url('../../resources/images/buttons/glyphicons_219_circle_arrow_down.png');
	position:absolute;
	width:26px;
	height:26px;
}
