#library h2{
	margin:20px 0 0;
}

.librarysearchbox
{
	padding:15px;
	border:1px solid #bbb;
	background:url(/images/template/library_search_bg.jpg) 0 0 repeat-x;
	margin-bottom:20px;
}

.librarysearchtitle
{
	color:#333333;
	font-size:14px;
	font-weight:normal;
	display:block;
}

#librarysearchresults 
{
	width:750px;
}

#librarysearchresults h2, .librarysearchresult h2
{
	border-bottom:1px dashed #bbb;
	padding:0 0 20px;
}

#librarysearchresults h3, .librarysearchresult h3
{
	font-size:18px;
	margin:10px 0 0;
	clear:both;
}
.librarysearchresult
{
	border-bottom:1px dashed #bbb;
	padding:10px 0;
}

.casestudyresult
{
	border-bottom:none !important;
}

.casestudyimage
{
	height:200px;
	overflow:hidden;
}

.librarysearchresult h4, .librarysearchresult p
{
	margin:5px 0;
	overflow:hidden;
}

.librarysearchresult .fileicon
{
	float:left;
	height:50px;
	width:50px;
}

.librarysearchresult .doc, .librarysearchresult .docx
{
	background:url(/images/icon-doc.jpg) no-repeat scroll 4px 6px;
}

.librarysearchresult .pdf
{
	background:url(/images/icon-pdf.jpg) no-repeat scroll 4px 6px;
}

.librarysearchresult .xls, .librarysearchresult .xlsx
{
	background:url(/images/icon-xls.jpg) no-repeat scroll 4px 6px;
}

.librarysearchresult .designit
{
	background:url(/images/icon-designit.jpg) no-repeat scroll 4px 6px;
}

.librarybutton, .librarybutton:hover,  .librarybutton:active,  .librarybutton:link
{
	background-color:#dfe4da;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:22px;
	padding:0 20px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	margin:5px 0;
}

.textright
{
	text-align:right;
}

#librarypagination {
	clear:both;
	float:right;
}
        
#librarypagination a {
    text-decoration: none;
	border:  1px solid #AAA;
	color: #454545;
}

#librarypagination a, #librarypagination span {
    display: inline-block;
    float: left;
	font-size:10px;
	line-height:20px;
    padding:0 5px;
    margin-left: 5px;
	margin-bottom: 0;
	background:#E4E4E4;
}

#librarypagination .current {
    background: #E87825;
    color: #fff;
	border: solid 1px #bbb;
}

#librarypagination .current.prev, #librarypagination .current.next{
	color:#ccc;
	border-color:#ccc;
	background:#fff;
}

.librarysearchresult_cad {
	border:1px solid #999;
	float:left;
	height:230px;
	margin:9px;
	overflow:hidden;
	position:relative;
	width:230px;
}

.librarysearchresult_cad p {
	padding:0;
	margin:5px;
}

.librarysearchresult_cad p img{
	margin-top:-50%;
	padding-top:20px;
	left:0;
	position:absolute;
	top:50%;
}

.librarysearchresult_cad p.figure {
	background-color:#DBDBDB;
	font-size:10px;
	height:40px;
	left:0;
	line-height:40px;
	margin-right:0;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:0;
	width:40px;
	z-index:10;
}

.librarysearchresult_cad p.description {
	background-color:#ebebeb;
	font-size:10px;
	height:20px;
	line-height:10px;
	margin-left:0;
	overflow:hidden;
	padding:10px 5px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:170px;
	z-index:10;
}

.librarysearchresult_cad .caddownload {
	background-color:#e0e0e0;
	bottom:0;
	padding-bottom:5px;
	position:absolute;
	width:230px;
}

.librarysearchresult_cad a.enlarge {
	background:url("/images/icon-enlarge.gif") no-repeat scroll 1px 1px transparent;
	border:1px solid #B2B2B2;
	bottom:62px;
	height:16px;
	padding:1px;
	position:absolute;
	right:5px;
	width:16px;
	z-index:10;
}

.caddownload
{
	font-size:11px;
	text-align:left;
}

.text-left
{
	text-align:left !important;
}

.caddownload a, .caddownload a:hover, .caddownload a:link, .caddownload a:active
{
	font-size:10px;
	line-height:20px;
    padding:0 5px;
    margin-left: 5px;
	margin-bottom: 0;
	background:#e0e0e0;
	display:inline-block;
	border:  1px solid #AAA;
	color:#454545;
	text-decoration:none;
}

div.text-left a.caddownloadbutton {
	background-color:#fff;
}


