﻿
/**			Contact Us ctrl			**/
.ctrlContactUs { width:95%; font-family:Trebuchet MS; font-size:12px; color:#1a1a1a; }

/**** Breadcrumbs ****/
#breadcrumbs { height:14px; margin:10px 0 20px -32px;  }
#breadcrumbs ul {  }
#breadcrumbs li { display: inline; list-style-type: none; padding:0; font-size:10px; }
#breadcrumbs li a, #breadcrumbs li a:visited { color:#a8a9ad; text-decoration:none; }
#breadcrumbs li a:hover { color:#232323; text-decoration:none; }

/**** RssFeedViewer ****/
.rssHeading {
	background-color: #D5EDB3;
}
.article {
	background-color: #F4FFE4;
	color: #000000;
}
.rssTitle {
	font-weight: bold;
}
.articledesc {
	font-style: italic;
}
.rssHeading a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.rssHeading a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#BuyMyPetRssFeed h2
{
	font-size: 11pt;
	font-style: normal;
	padding: 2px 0px 3px 0px;
	margin: 0px;
}
#BuyMyPetRssFeed p
{
	font-size: 9pt;
	padding: 2px 0px 3px 0px;
	margin: 0px;
}

.BuyMyPetRssFeedItem 
{
	min-height: 90px;
	border: 1px solid #efefef;
	padding: 2px;
	margin: 0px;
}
.BuyMyPetRssFeedImage 
{
	 height: 99px; 
	 float: left; 
	 width: 130px; 
	 padding: 3px;
	 margin: 0px;
	 text-align: center;
}
.BuyMyPetRssFeedImage img
{
	border: none;
}

/***********************/