/* WRITE YOUR CSS CODE HERE */

.listing { margin: 0 auto .5em; width: 93.71069182389937%; /* 596px / 636px */ padding: 0 0 .8em 0; font-size: .8em; }
.listing a, .listing span { color: #717171; }
.listing a:hover { color: #00b1de; }
.listing a.act { color: #f2f2f2; }
.listing a { border: 1px solid #c9c9c9; display: block; float: left; text-align: center; padding: .5em 0;
	width: 4.69798657718121%; /* 28px / 596px */
	margin-right: 0.50335570469799%; /* 3px / 596px */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.listing a.act { border: 1px solid #505050;
	background: rgb(88,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(92,92,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,88,88,1)), color-stop(100%,rgba(92,92,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(92,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(92,92,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(88,88,88,1) 0%,rgba(92,92,92,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(88,88,88,1) 0%,rgba(92,92,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
}
.listing span { display: block; text-align: center; padding: .5em 0; float: left; width: 4.36241610738255%; /* 26px / 596px */ }