@charset "utf-8";
/* CSS Document */

#windows-7 {
	width: 570px;
	height: 500px;
	margin: -3px -20px 0 -20px;
	padding: 0 0 0 40px;
	background: url(/features/windows-7/assets/images/windows-7_background.jpg) no-repeat bottom;
}
#windows-7 p {
	background: url(/features/windows-7/assets/images/25-percent_black-trans.png);
	color: #FFF;
	padding: 10px;
	margin: 0;
	width: 510px;
	float: left;
	text-shadow: rgba(0,0,0,0.5) 0px -1px;
}
#windows-7 p a{
	color: #FFF;
	font-weight: bold;
}
#windows-7 p.bottom {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
}
#windows-7 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -19px;
	width: 570px;
	float: left;
	clear: both;
}
#windows-7 ul li {
	float: left;
	width: 255px;
	margin: 19px 0 0 19px;
}
#windows-7 ul li a:link, #windows-7 ul li a:visited {
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 1.36em;
	font-weight: bold;
	line-height: 18px;
	background: url(/features/windows-7/assets/images/25-percent_white-trans.png);
	text-decoration: none;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#windows-7 ul li a:hover, #windows-7 ul li a:active {
	border: 1px solid #FFF;
}
#windows-7 ul li a img {
	float: right;
}