/* Adjust right padding for view all button */
#sidebar #ph-species.block h3,
#sidebar #ph-topics.block h3 {
	padding-right: 90px;
}

#sidebar #ph-search input[type="text"] {
	padding: 0 35px 0 10px;
	width: 187px;
	height: 21px;
	border: none;
	background: transparent url(../img/bg-sprite-pethealth-search.png) no-repeat 0 -21px;
}

#sidebar #ph-search input[type="text"]:focus {
	background: transparent url(../img/bg-sprite-pethealth-search.png) no-repeat 0 -21px;
	outline: none;
}

#sidebar .block a.view-all {
	position: absolute;
	top: 10px;
	right: 16px;
	display: block;
	padding-top: 1px;
	width: 62px;
	height: 18px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/bg-button-view-all.png) no-repeat 0 0;
	color: #665ca2;
}

#sidebar .block a.view-all:hover {
	background: url(../img/bg-button-view-all.png) no-repeat 0 -19px;
}

#sidebar .block form {
	padding: 8px 20px;
	background: #ebebe3;
	border: 1px solid #b3b4bf;
	border-top: none;
}

#sidebar .block ul {
	padding: 10px 0;
	list-style: none;
	background: #ebebe3;
	border: 1px solid #b3b4bf;
	border-top: none;
}

#sidebar #ph-species.block ul {
	padding: 15px 0 0 8px;
	overflow: hidden;
}

#sidebar #ph-species.block ul li {
	float: left;
	width: 85px;
	height: 104px;
}

#sidebar #ph-species.block ul li a:hover,
#sidebar #ph-species.block ul li.selected a {
	background-color: #2ab7df;
}

#sidebar #ph-species.block ul li.clear {
	clear: left;
}

#sidebar #ph-species.block ul li a {
	position: relative; /* Contains absolute positioned elements */
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background-color: #d0d0c8;
	background-image: url(../img/sprite-pethealth-icons.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#sidebar #ph-species.block ul li a:hover span,
#sidebar #ph-species.block ul li.selected a span {
	color: #2ab7df;
}

#sidebar #ph-species.block ul li a span {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	left: 0;
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

#sidebar #ph-topics.block ul li,
#sidebar #ph-language.block ul li {
	padding: 2px 16px 2px 20px;
}

#sidebar .block ul li a {
	text-decoration: none;
	color: #333;
}

#sidebar .block ul li a:hover,
#sidebar .block ul li.selected a {
	color: #2ab7df;
}

/* Results */
#pethealth-wrap h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #2ab7df;
}

#listing.pethealth {
	margin: 0;
	list-style: none;
}

#listing.pethealth li {
	padding: 20px 25px 20px 55px;
	border-top: 1px solid #ebebe2;
	background: url(../img/icon-listing-indicator.png) no-repeat 0 20px;
}

#listing.pethealth li h3 {
	float: left;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#listing.pethealth li h3 a {
	text-decoration: none;
	color: #534b76;
}

#listing.pethealth li h3 a:hover {
	text-decoration: underline;
}

#listing.pethealth li .date {
	float: left;
	padding: 2px 0 0 8px;
	color: #999;
}

#listing.pethealth li .desc {
	padding-top: 0;
	clear: left;
}

#listing.pethealth li .login-required a {
	text-decoration: none;
	color: #444;
}

#listing.pethealth li .login-required a:hover {
	text-decoration: none;
	color: #2ab7df;
}

/* Pet Health Icons */
#sidebar #ph-species.block ul li a.icon-1 { background-position: -6px 0; }
#sidebar #ph-species.block ul li a.icon-2 { background-position: -92px 0; }
#sidebar #ph-species.block ul li a.icon-3 { background-position: -178px 0; }
#sidebar #ph-species.block ul li a.icon-5 { background-position: -348px 0; }
#sidebar #ph-species.block ul li a.icon-6 { background-position: -264px 0; }
#sidebar #ph-species.block ul li a.icon-7 { background-position: -432px 0; }
#sidebar #ph-species.block ul li a.icon-14 { background-position: -178px 0; }
#sidebar #ph-species.block ul li a.icon-15 { background-position: -708px 0; }
#sidebar #ph-species.block ul li a.icon-19 { background-position: -615px 0; }
#sidebar #ph-species.block ul li a.icon-22 { background-position: -348px 0; }

#pethealth-wrap .meta-bar {
	padding-top: 3px;
	border-top: 1px solid #ebebe2;
}

#pethealth-wrap .meta-bar h2 {
	float: left;
	max-width: 450px;
}

#pethealth-wrap ul.page-numbers {
	position: relative;
	top: 5px;
	margin: 0 0 10px;
}

#pethealth-wrap ul.page-numbers li a.selected {
	padding: 0 4px;
	background: #2ab7df;
	color: #fff;
}

.pethealth-species-list {
    width: 262px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 120px;
}

.pethealth .has-thumbnail {
	overflow: hidden;
}

.has-thumbnail .thumbnail {
	float: left;
	margin-top: 8px;
	width: 100px;
}

.has-thumbnail .article-contents {
	float: right;
    width: 74%
}