#section span {
	display: inline-block;
	padding-left: 18px;
	vertical-align: 16px;
	color: #afafaf;
	font-size: 138.5%;
	font-family: Helvetica, sans-serif;
	letter-spacing: -1px;
}

#pageNav {
	position: relative;
	padding: 10px 10px 4px 5px;
	font-weight: bold;
	/*border-bottom: 1px solid #AFAFAF;*/
	z-index:98;
	font-size: 100%;
}

#pageSort {
	position: relative;
}

.dropDownList {
	background-image: url('http://static.tilestack.com/img/action-dropdownbg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 18px;
	padding-left: 14px;
	
	display: block;
	position: absolute;
	width: 67%;
	right: 0px;
	top: 0px;
}

.dropDownList > span.dropdownArrow {
	background-image: url('http://static.tilestack.com/img/action-dropdownbg.png');
	height: 18px;
	position: absolute;
	right: -4px; /* it needs to stick out on the right edge to appear smooth */
	top: 0;
	width: 24px;
}

.dropDownList > ul {
	background-color:white;
	border:1px solid #DADADA;
	line-height:19px;
	padding:5px 6px 7px;
	margin: 0 0 0 -14px; /* to compensate for parent's left pad */
}

.dropDownList > ul > li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#pageNav > div.first > strong {
	display: inline-block; /* to make the top and bottom border render in IE 7 */
	padding: 0 3px;
	border: 1px solid #afafaf;
}

.pageSet > div.list {
	z-index:0;
}

.pageSet > div.list > div.row > h2 {
	margin-top: -10px; /* row has a 10px top pad */
	padding: 10px;
	background-image: url('http://static.tilestack.com/img/page-boxheader.png');
	background-repeat: repeat-x;
}

.pageSet > div.list > div.row:first-child {
	border-top: 1px solid #afafaf;
}

.pageSet > div.list > div.row {
	padding: 10px 0;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
}

.pageSet > div.list > div.row > div.first {
	padding-left: 10px;
}

.pageSet > div.list > div.row > div.first > a.preview {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	border: 1px solid #afafaf;
}

.pageSet > div.list > div.row > div.main {
	position: relative;
}

.pageSet .row .listActions {
	position: absolute;
	right: 10px;
	height: 20px;
	padding-left: 10px;
	background-color: #F6F6F6;
}

.pageSet .row .listActions img {
	 width: 17px;
	 height: 16px;
	 vertical-align: bottom;
}

.pageSet .row h3 {
	font-weight: bold;
}

.pageSet .row h3 a {
	color: #434343;
}

.pageSet .row h3 a:hover {
	color: #4470ab;
}

/* stacks list */
.pageSet .row .stats {
	font-size: 85%;
	color: #666666;
}

.pageSet .row .description {
	margin-bottom: 15px;
	padding-right: 10px;
	font-size: 93%;
}

.pageSet .row .footer {
	position: absolute;
	bottom: -9px;
	height: 18px;
	width: 100%;
	font-size: 85%;
	color: #666666;
}

.pageSet .row .footer .starRating {
	cursor: default;
}

#bottomNav {
	position: relative;
	font-weight: bold;
	padding: 4px 10px 10px 10px;
	clear: both;
}

#bottomNav strong {
	display: inline-block; /* to make the top and bottom border render in IE 7 */
	padding: 0 3px;
	border: 1px solid #afafaf;
}

#nextPrev {
	position: absolute;
	right: 10px;
}

#commentForm h3 {
	margin: 0 0 10px 10px;
}
#commentForm textArea {
	width: 98%;
}