/*** pagetype-core.css ***/

ul.breadcrumbs	{  color:#990000;  }

.showcase	{  background:#f3f2f3 url(http://media.aish.com/designimages/gray-showcase-bg.gif) repeat-x;  border-color:#ccc;  margin:0;  padding-bottom:9px;  }
.showcase h2	{  margin:0;  padding:12px 16px 0;  color:#999;  font-size:16px;  font-weight:bold;  }
.showcase a img	{ border-color:#ccc;}
.showcase .box em	{color:#666;}
.showcase .box p	{color:#000;}
.showcase a.more	{  margin:0 14px;  padding:0 10px 0 0;  background: url(http://media.aish.com/designimages/arrow-gray-ltr.gif) no-repeat 100% 6px;  color:#999;  font-size:14px;  font-weight:bold;  float:right;  }
.showcase .box	{ padding-top:8px;}



/*** MOST POPULAR WIDGET ***/
/* We are currently transitioning to a new design.  To faciilate easy roll-back, we are temporarily renaming the classname
 * to -NEW.  Obviously this is all transitional, and when all is finalized, we will delete the old CSS and remove the -NEW
 */
/** OLD **/
.widget--most-popular-in .interest-list ul		{  margin: 1em 0;  padding-left: 19px;  overflow: auto;  }
.widget--most-popular-in .interest-list ul li	{  float: left;  width: 135px;  list-style: none;  display: block;  background: url(http://media.aish.com/designimages/bullet-white.gif) no-repeat left center;  padding-left: 14px;  color: white;  }
/** NEW **/
.widget--most-popular-in-NEW .interest-list ul		{  margin: 1em 0;  padding-left: 19px;  overflow: auto;  }
.widget--most-popular-in-NEW .interest-list ul li	{  float: left;  width: 135px;  list-style: none;  display: block;  background: url(http://media.aish.com/designimages/bullet-003366.png) no-repeat left center;  padding-left: 14px;  color: #003366;  }

/** For Branch List **/

.branch-widget  .interest-list ul		{  margin: 1em 0;  padding-left: 19px;  overflow: auto;  }
.branch-widget  .interest-list ul li	{  float: left;  width: 135px;  list-style: none;  display: block;  background: url(http://media.aish.com/designimages/bullet-003366.png) no-repeat left center;  padding-left: 14px;  color: #003366;  }

