﻿#BrowseMain
{
	margin-left: 30px;
	color: #3472BB;
	font-size: 12px;
	width: 620px;
}
#BrowseMain #BrowseBar
{
	margin-top: 10px;
}

.BrowseBar a
{
	color: #3472BB;
}


#BrowseMain #locationBar a
{
	color: #3472BB;
	text-decoration: none;
}

#BrowseItems h1 , #BrowseItems h2 
{
	margin: 0;
	padding: 0;
	font: inherit;
}

#BrowseItems a
{
	color: #3472BB;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 5px 0px 5px 5px;
    border-bottom: 1px solid #DAE6F5;
    width: 100%;
}

#BrowseItems img
{
	width:16px;
	height: 16px;
}
 

#BrowseItems a:hover
{
    background-color: #f4f7fc;
    cursor: pointer;
}
	
#BrowseItems img
{
	padding-right: 5px;
}

#browseHeadline
{
	margin: 0;
	padding: 0;
	font-size: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
}	

#BrowseMain #locationBar
{
	color: #666666;
	position: absolute;
	bottom: 5px;
	right: 0;
}

#browseTop
{
	height: 20px;
	border-bottom: 1px solid #DAE6F5; 
	width: 100%;
	position: relative;
}

.BrowseItemsTopItem
{
	clear: both; border-bottom: 1px solid #DAE6F5; padding-left: 5px; float: left; width: 100%;
}

#BrowseItems
{
	margin-top: 20px;
}

#BrowsePageNavigationBar
{
	float: left;
	margin-top: 20px;
}

#BrowsePageNavigationBar a
{
	padding: 2px 5px;
	border: 1px #D1D1D1 solid;
	color: #3472BB;
	text-decoration: none;
	margin: 0px 2px;
	float: left;
}

#BrowsePageNavigationBar .noLinkPage, #BrowsePageNavigationBar .noLinkPage:hover
{
	color: #666666;
	text-decoration: none;
}

#BrowsePageNavigationBar a:hover
{
	text-decoration: underline;
}

#BrowsePageNavigationBar .pageSeperator, #BrowsePageNavigationBar .pageSeperator:hover
{
	color: #666666;
	text-decoration: none;
	border: 0 !important;
}

#BrowsePageNavigationBar .currentPage,#BrowsePageNavigationBar .currentPage:hover
{
	font-weight: bold;
	background-color: #EAEAEA;
	color: #666666;
	text-decoration: none;
}

