@charset "utf-8";
/* Global Element CSS Document */

	/* Anchors */
	a.button
	{
		display:block;
		cursor:pointer;
		outline:none;
	}
		span.displace
		{
			position:absolute;
			left:-7777px;
		}
	/* Lists */
	ul.horizontal_list
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}
		ul.horizontal_list li
		{
			float:left;
		}
	/* Images */
	/* This will not allow any images to have borders*/
	img
	{
		border:none;
	}

.jd_cat_subheader a
{
    color:#FFF;
}