.resourceItem .embed {
	padding:9px 18px;
	font-size:90%;
	background-color:#EEEEEE;clear:both;
}
.resourceItem .embed, 
.resourceItem .embed div {
	text-align:center;
}
.resourceItem .embed a {
	color:#666666;
}
.resourceItem .embed a:hover {
	color:black;
}
.resourceItemDescribe {
	clear:both;
}
.resourceItemDescribe .thumb {
	float:left;
	width:100px;
}
.resourceItemDescribe .thumb img {
	width:100%;
	vertical-align:top;
}
.resourceItemDescribe .describe {
	margin-left:110px;
}

.resourceDownload {
	border:1px solid #CCCCCC;
	padding:8px;
}

.resourceListItem {
	clear:both;
	padding:9px;
	border:1px solid #ccc;
	border-left-color:#eee;
	border-top:0;
	background:#EFEFEF url("/img/bg/basic/grey_tall.jpg") 0 0 repeat-x;
}
.resourceList .altrow {
	background-color:#efefef;
}

.resourceList .sortBy {
	background-color:#EEE;
	text-align:right;
	padding:5px 5px 4px 5px;
	border-bottom:1px solid #CCC;
}
.resourceList .sortBy font,
.resourceList .sortBy a{
	padding:2px 5px;
	margin-left:5px;
}
.resourceList .sortBy a {
	font-weight:normal;
	background-color:#FFF;
}

.resourceList a.asc,
.resourceList a.desc {
	font-weight:bold;
}


.resourceListItem .thumb {
	float:left;
	width:100px;
	text-align:center;
}
.resourceListItem .thumb img {
	width:80%;
	margin:0 auto;
	border:1px solid;
}
.resourceListItem .body {
	margin-left:120px;
}
.resourceListStats {
	color:#CCC;
	font-size:10px;
}

.resourceFileList {
	height:30px;
	padding:5px;
}
.resourceFileList ul,
.resourceFileList li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.resourceFileList li {
	float:left;
	margin-right:4px;
}
.resourceFileList a, 
a.file {
	text-decoration:none;
	font-weight:bold;
	border:1px solid #CCCCCC;
	padding:4px 8px;
	background-color:#FEF8E2;
}
.resourceFileList a:hover {
	text-decoration:underline;
	border-color:inherit;
}
.resourceFileList a img, 
a.file img {
	vertical-align:top;
}

.resourceFileForm {
	border:1px solid #CCC;
	padding:4px;
}

.resourceHeader {
	position:relative;
}
.resourceHeader .searchBox {
	position:absolute;
	right:0;
	bottom:0;
}
.resourceHeader .searchBox div.text input {
	width:240px;
}

.resourceCategories .resourceCategory {
	margin-left:20px;
	border:1px solid #EFEFEF;
	padding:4px;
	clear:both;
}
.resourceCategories h3 {
	clear:left;
	float:left;
	margin-right:20px;
}
.resourceCategories .layoutActionMenu {
	float:left;
	clear:right;
}
.resourceCategories  .byline {
	clear:both;
}

.categoryPath a {
	font-weight:normal;
	text-decoration:none;
}
.categoryPath a.last {
	font-weight:bold;
}
.categoryPath a:hover {
	text-decoration:underline;
}


