@charset "UTF-8";
/* CSS Document */

#listing {
	display: block;
	width: 770px;
	margin-bottom: 20px;
}

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

#listing li.photo {
	float: left;
	clear: left;
	height: 165px;
	width: 165px;
	background-color: #FFFFFF;
	margin: 5px 10px 5px 0;
	border: 5px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: center;
}

#listing li.photo:hover {
	cursor: pointer;
	border: 5px solid #000000;
}

#listing li.photo a {
	float: left;
	width: 100%;
	height: 100%;
}

#listing .listing_title {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
	line-height: normal;
}

#listing_text {
	float: left;
	margin-top: 5px;
	width: 575px;
	font-size: 16px;
	line-height: 1.1em;
}

.listing_link {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	width: 100%;
}

#listing.minimized {
	height: 100px;
	background: #0033CC;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 5px;
	width: 765px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(100% 100% 90deg, #0052CC, #2F72D5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F72D5), to(#0052CC));	
}

#listing.minimized:hover {
	background: #CCCCCC;
	cursor: pointer;
}

#listing.minimized:hover .listing_title {
	color: #000000;
}

#listing.minimized .listing_title {
	color: #FFFFFF;
	font-size: 28px;
	margin-top: 5px;
	width: 660px;
	height: 100px;
	float: right;
}

#listing.minimized li.photo {
	clear: none;
	height: 80px;
	width: 80px;
	background-size: 100%;
}
