/* Styles for Docs list page */

/*.docs-list-page #main-content { 
	background: url(/webassets/avalon/g/w_docs.png) no-repeat 100% 1em;
	*zoom: 1;
	}*/

.list-page-view #doc .view-content .item-list ul li li {
	display: inline-block;
	*display: inline;
	/*font-size: 81.82%;*/
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 14px;
	text-transform: uppercase;
	}

/* Make the product doc icon looks a touch larger */
.docs-page-view #doc .view-content .item-list [class^="icon-"], 
.docs-page-view #doc .view-content .item-list [class^="icon-"]:before {
	font-size: 1.1em;
	}

.docs-list-page .teaser-meta {
	/*float: left;*/
	/*font-size: 84.62%;*/
	}
	.docs-list-page .date-updated {
		margin: 2px 10px;
		}
	.docs-list-page .other-formats {
		position: absolute;
		right: 0px;
		top: 2px;
		}
	.docs-list-page .formats-label {
		font-weight: bold;
		}
	.docs-list-page .other-formats ul {
		/* align format link list with .formats-label */
		position: relative;
		top: 1px;
		}
	.docs-list-page .product-version-group {
		float: left;
		}
	.docs-list-page .product-version-group .product-name a {
		border-radius: 6px 0px 0px 6px;
		}
	.docs-list-page .product-version-group .product-version a {
		margin-left: -1px;
		border-radius: 0px 6px 6px 0px;
		border-color: #f9d7b4;
		padding-left: 7px;
		}
.docs-list-page .view-content .item-list ul#searchResults > li.views-row {
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
	}
	.docs-list-page .view-content .item-list ul#searchResults > li.views-row:last-child {
		border-width: 0;
		}

.other-formats {
	/*clear: left;*/
	color: #777;
	/*font-size: 84.62%;*/
	/*font-size: 91.67%;*/
	line-height: 17px;
	}
	.other-formats .formats-label,
	.other-formats ul {
		float: left;
		}
		.other-formats .formats-label { margin-right: 10px; }
		
	.docs-list-page #doc .view-content .item-list .date-updated {
		margin-right: 1em;
		}

#sidebar .list-filter-options input#edit-title {
	width: 204px;
	}

#sidebar select {
	width: 258px;
	}
