/* ================================
    CSS STYLES FOR Module Ohvation_MediaLibrary
   ================================
*/
.libraryNav{
	font-family: Verdana;
	font-weight: normal;
	color: Black;;
	background: #E5E5E5;
	height: 15px;
	font-size:xx-small;
}
		
.libraryNav A{
			text-decoration: none;
			font-size:xx-small;
		}
		
.libraryNav A:link{
			background: transparent;
			font-size:xx-small;
	}
.libraryNav A:visited{
			background: transparent;
			font-size:xx-small;
	}
.libraryNav A:hover{
			text-decoration: underline;
			font-size:xx-small;
		}
.libraryNav A.active{
			font-weight: normal;
			font-size:xx-small;
		}

.CartItem
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}
.CartItem:link
{
	color:#E5E5E5;
}
.CartItem:visited
{
	color:#E5E5E5;
}
.CategoryListHeader
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:Black;
}
.CategoryList
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:Black;
}
.CategoryList:link
{
	color:Black;
}
.CategoryList:visited
{
	color:Black;
}
.CategoryList:hover
{
	color: Blue;
	text-decoration:underline;
}
.ResultsListHeader
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:Black;
}
.ResultsList
{
	font-family:Verdana;
	color:Black;
	font-size:10px;
}
.ResultsList A{
	color:Blue;
}
.ResultsList A:link
{
	color: Blue;
}
.ResultsList A:visited
{
	color: Blue;
}
.ResultsList A:hover
{
	color: Blue;
	text-decoration:underline;
}
.SearchForm
{
	font-family:Verdana;
	font-size:10px;
}
.SearchFormTitle
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.SearchFormElement
{
	font-family:Verdana;
	font-size:10px;
	vertical-align:middle;
}
.MyCollection
{
	font-family:Verdana;
	color:Black;
	font-size:14px;
}
.MyCollection A{
	color:Blue;
}
.MyCollection A:link
{
	color: Blue;
}
.MyCollection A:visited
{
	color: Blue;
}
.MyCollection A:hover
{
	color: Blue;
	text-decoration:underline;
}
.LargeItemDisplayLabel
{
	font-size:10px;
	font-family:Verdana;
	color:Black;
}