/**************************************************************************************
Rule overrides for index page
*************************************************************************************/
@import url("/static/css/your_filters.css");

.showing {
	float: left;
	padding: 0 10px 10px 20px;
	font-size: 12px;
	width: 330px;
}
	#edit_filters	{
		display: none;
	}
#since_you_got_here {
display: none;
	position: relative;
	background: #fff7cf;
	margin: 30px 0 0 0;
	_margin-top: 0;
	padding: 10px;
	_width: 640px;
	border: 1px solid #f3e8b3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #ff7b00;
	clear: both;
}

	#since_you_got_here .tab {
		position: absolute;
		top: -12px;
		*top: -10px;
		_top: -12px;
		left: 20px;
		background: url(/static/images/backgrounds/blue_bubble.gif) 0 0 no-repeat;
		height: 12px;
		width: 14px;
	}

	#since_you_got_here p {
		float: left;
	}
	
	#since_you_got_here a {
		text-decoration: underline;
	}
	
		#since_you_got_here a:hover {
			text-decoration: none;
		}

	
/* Media Highlights */

#media_highlights_wrapper {
	clear: both;
	background: black;
	padding: 0;
	border-top-style: 6px solid #81ccdd;
	margin-top: 30px;
}

#media_highlights {
	background: transparent;
	width: 720px;
}

	#media_highlights .media_row {
		margin-bottom: 0;
		position: relative;
		padding-left:10px;
		padding-right:55px;
	}
	
#media_highlights .media_row table{
width: 600px;
}

#media_highlights .media_row table tr td{
padding: 5px;
}
		#media_highlights .load_more {
			float: left;
			position: absolute;
			top: 50px;
			right: 0;
			margin-right: 20px;
			width: 60px;
			height: 150px;
			background: url(/static/images/backgrounds/load_more.png) 0 0 repeat;
		}

			#media_highlights .load_more a {
				display: block;
				background: url(/static/images/backgrounds/white_right_arrow_slim.gif) center 0 no-repeat;
				padding: 25px 0 0 0;
				margin: 45px 0 0 10px;
				width: 50px;
				text-align: center;
				font-size: 10px;
				text-transform: uppercase;
				text-decoration: none !important;
				color: #fff;
				
			}




