/* CSS Document */

div.files
{

}

div.files.index{
	
}

div.files.index .filesImageHolder{
	float:left;
	margin: 10px 20px 10px 0;
}

div.files div.file-items
{
    float:left;
    display:inline;
    width:510px;
}

div.files div.file-categories
{
    float:right;
    display:inline;
    width:194px;
}

div.files div.file-categories div.header
{
    background-color:#8177b7;
    padding:5px;
}

div.files div.file-categories div.header p
{
    margin:0px;
    color:#ffffff;
}


div.files div.file-categories div.general-category a, div.files div.file-categories div.general-category a:link, 
    div.files div.file-categories div.general-category a:visited
{
    background-color:#e8eda9;
}

div.files div.file-categories div.general-category a:hover, div.files div.file-categories div.general-category-selected a
{
    background-color:#c9d904;
}



div.files div.file-categories div.business-category a, div.files div.file-categories div.business-category a:link,
    div.files div.file-categories div.business-category a:visited
{
    background-color:#b7b1d8;
}

div.files div.file-categories div.business-category a:hover, div.files div.file-categories div.business-category-selected a
{
    background-color:#8177b7;
}

div.files div.file-categories div.projects-category, div.files div.file-categories div.projects-category:link,
    div.files div.file-categories div.projects-category:visited
{
    background-color:#f4c56b;
}

div.files div.file-categories div.projects-category:hover, div.files div.file-categories div.projects-category-selected
{
    background-color:#f8b439;
}

div.files div.file-categories div a
{
    color:#ffffff;
    display:block;
    font-weight:bold;
    margin:4px 0px;
    padding:10px;
    text-decoration:none;
}

.relatedLinksHolder{
	float:right;
	width:204px;
}

div.fileTopRight{
	float:left;
	position:relative;
	margin-bottom:20px;
	/*background:url("/themes/default/graphics/site/willows/modules/file/file-newsletter-bg.jpg") no-repeat;
	height:230px;
	margin-top:60px;*/
}

div.fileTopRight a{
	float:left;
	padding:0 35px;
	width:inherit;
	position:relative;
	line-height:15px;
	margin-top: -75px;
}

div.fileTopRight img{
	float:left;
}

div.fileTopRight .fileImageCentered{
	/*
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.087, M21=0.08, M22=1, sizingMethod='auto expand');
	margin:-60px 0 0 20px;
	-moz-box-shadow: 1px 2px 14px black;
	-webkit-box-shadow: 1px 2px 14px black;
	box-shadow: 1px 2px 14px black;
	*/
}
div.files.index,
div.file.fileImageCentered a{
	text-align:center;
}
div.files.index .fileTextVetProfessionals{
	line-height:14px;
	margin-top:8px;
}
div.files.index p.documentSize{
	font-size:10px;
}


