
.visuallyhidden {
    border: 0 none;
    clip: rect(0pt, 0pt, 0pt, 0pt);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Adjust right padding for view all button */
#sidebar #ph-species.block h3,
#sidebar #ph-breed.block h3,
#sidebar #ph-topics.block h3,
#sidebar #ph-language.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(../i/bg-sprite-pethealth-search.png) no-repeat 0 -21px;
}

#sidebar #ph-search input[type="text"]:focus {
	background: transparent url(../i/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(../i/bg-button-view-all.png) no-repeat 0 0;
}

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

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

#sidebar .block ul {
	padding: 10px 0;
	list-style: none;
	border: 1px solid #b3b4bf;
	border-top: none;
}
                  
#sidebar #ph-species.block ul,
#sidebar #ph-breed.block ul {
	padding: 15px 0 0 8px;
	overflow: hidden;
}

#sidebar #ph-species.block ul li,
#sidebar #ph-breed.block ul li {
	float: left;
	width: 85px;
	text-align: center;
	background: url(../i/bg-ph-species-normal.png) no-repeat center 0;
}

#sidebar #ph-species.block ul li:hover,
#sidebar #ph-species.block ul li.selected,
#sidebar #ph-breed.block ul li:hover,
#sidebar #ph-breed.block ul li.selected {
	background: url(../i/bg-ph-species-over.png) no-repeat center 0;
}

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

#sidebar #ph-species.block ul li a,
#sidebar #ph-breed.block ul li a {
	display: block;
	margin: 0 auto;
	width: 85px;
	background-image: url(../i/sprite-pethealth-icons.png);
	background-repeat: no-repeat;
}

#sidebar #ph-species.block ul li a span,
#sidebar #ph-breed.block ul li a span {
	display: block;
	padding: 75px 0 15px;
	width: 85px;
	font-size: 11px;
	line-height: 14px;
}

#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;
}

#sidebar .widget {
	margin-bottom: 20px;
	border-top: 8px solid #87a600;
}

#sidebar .block {
	position: relative; /* Keep absolute positioned child elements contained */
	margin-bottom: 20px;
}

#sidebar .block h3 {
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	background: #665ca2 url(../i/bg-clinic-bar-overlay.png) repeat-x 0 0;
	color: #fff;
}

/* Pet Health Icons */
#sidebar #ph-species.block ul li a.icon-1 {
	background-position: -960px 0;
}

#sidebar #ph-species.block ul li a.icon-2 {
	background-position: -76px 0;
}

#sidebar #ph-species.block ul li a.icon-3 {
	background-position: -160px 0;
}

#sidebar #ph-species.block ul li a.icon-5 {
	background-position: -317px 0;
}

#sidebar #ph-species.block ul li a.icon-6 {
	background-position: -880px 0;
}

#sidebar #ph-species.block ul li a.icon-7 {
	background-position: -400px 0;
}

#sidebar #ph-species.block ul li a.icon-14 {
	background-position: -160px 0;
}

#sidebar #ph-species.block ul li a.icon-15 {
	background-position: -480px 0;
}

#sidebar #ph-species.block ul li a.icon-19 {
	background-position: -340px 0;
}

#sidebar #ph-species.block ul li a.icon-22 {
	background-position: -340px 0;
}

#sidebar #ph-species.block ul li a.icon-29 {
	background-position: -640px 0;
}

#sidebar #ph-species.block ul li a.icon-35 {
	background-position: -720px 0;
}

/*body input[type="text"] {
	border: none;
}*/

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

#listing.pethealth li {
	padding: 20px 25px 20px 55px;
	border-top: 1px solid #ebebe2;
}

#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;
}

#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;
}

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