
/*
	Attached documents
*/

#attached {
	padding:1em 0 0 0;
}

#attached ul {
	list-style:none;
	margin:0;
	padding:0;
}
#attached ul li.single,
#attached ul li.double {
	background-repeat:no-repeat;
	background-position:top left;
	padding:11px 0 0 38px;
	padding:11px 0 0 10px;
	clear:both;
}
#attached ul li.single {
	background-image:url(../gfx/build/panel_bg.png);
	line-height:19px;
	height:36px;
}
#attached ul li.double {
	background-image:url(../gfx/build/panel_bg_large.png);
	line-height:19px;
	height:50px;
}

#attached ul li.single:hover {
	background-position:0 -50px;
}
#attached ul li.double:hover {
	background-position:0 -63px;
}


body.depth4 #attached div.doctitle a,body.depth5 #attached div.doctitle a {padding-left: 2.5em;}

#attached div.chevron {
	float:left;
	width:30px;
	border:0px solid red;
}
#attached div.doctitle,
#attached div.docsummary,
#attached div.docsummaryloc {
	float:left;
	width:530px;
	border:0px solid red;
}
#attached div.docsummary {
	line-height:18px;
	font-size:11px;
	padding-left:34px;
}
#attached div.docsummaryloc {
	line-height:18px;
	font-size:11px;
	padding-left:6px;
}
#attached div.docsummaryloc img {
	padding-right:17px;
}
#attached div.docicon,
#attached div.docdetails,
#attached div.docupdated {
	float:right;
	width:80px;
	border:0px solid red;
	font-size:11px;
}
#attached div.docdetails {
	width:57px;
}
#attached div.docicon {
	width:33px;
	text-align:center;
}
#attached div.docupdated {
	width:60px;
	margin-right:6px;
}

