/*	Product List Style Sheet */

/* This style sheet sets up the basic view of the main product list and intro into Portal Store */

.PortalStore_SystemMessage 
{
	color:Red;
	font-family:Arial;
	font-size:10pt;
	background-color:navy;
	border: solid 1px black;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
}

/*********************************************************/
/** Portal Store ProductList Introduction Panel Styles  **/
/*********************************************************/

.PortalStore_IntroPanel
{
	color:navy;
	font-family:Arial;
	font-size:10pt;
	background-color:white;
	border: solid 1px black;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	width:100%;
}

.PortalStore_IntroPanel_Text
{
	color:navy;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
}

.PortalStore_BreadCrumbMenu
{
}

/* Portal Store Search Tables */

.PortalStore_SideMenu 
{
	border: outset 1px navy;
	padding: 3px;
	background-color:white;
}

/****************************************************/
/** Portal Store ProductList Admin Menu CSS Styles **/
/****************************************************/

.PortalStore_ProductListAdminMenu_Table
{
	border: none;
	background-color: white;
	width:100%;
	padding: 0px;
	margin: 0px;
}

tr.PortalStore_ProductListAdminMenu_Table
{
	border: navy 1px solid;
	background-color: white;
	width:100%;
	padding: 0px;
	margin: 0px;
	
}

.PortalStore_ProductListAdminMenu_Button
{
	border-style:outset; 
	border-width:1; 
	font-size: 9pt;
	width: 100%;
	font-family: Arial;
	color:navy;
	padding: 2px;
	margin: 0px;
	
}

a:link.PortalStore_ProductListAdminMenu_Button, a:visited.PortalStore_ProductListAdminMenu_Button, a:active.PortalStore_ProductListAdminMenu_Button  {
    color:navy;
    font-weight:bold
    
}

a:hover.PortalStore_ProductListAdminMenu_Button
{
    border-width:1; 
    text-decoration:    none;
    color: navy;
   	background-color: gainsboro;
   	border-style:inset
}

/****************************************************/
/** Portal Store Search Panel Styles **/
/****************************************************/

.PortalStore_Search_Table
{
	border: outset;
	border-width:thin;
	padding: 3px;
	color:navy;
	margin: 2px;
}

.PortalStore_Search_TextBox 
{
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:navy;
}

.PortalStore_Search_Button
{
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:navy;
}

a.PortalStore_Search_Button, a:link.PortalStore_Search_Button, a:hover.PortalStore_Search_Button, a:visited.PortalStore_Search_Button, a:active.PortalStore_Search_Button
{
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:navy;
	text-decoration:underline

}

.PortalStore_Search_Text
{
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:navy;
}

.PortalStore_AdvancedSearch_Table
{
	border: outset;
	border-width:thin;
	padding: 3px;
}

.PortalStore_Search_Error
{
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color:red;
}

/****************************************************/
/** Portal Store UserMenu Panel Styles 			   **/
/****************************************************/

.PortalStore_UserMenu_Table
{
	border-right: 1px outset;
	padding-right: 3px;
	border-top: 1px outset;
	padding-left: 3px;
	font-size: 9pt;
	padding-bottom: 3px;
	margin: 3px;
	border-left: 1px outset;
	color: navy;
	line-height: normal;
	padding-top: 3px;
	border-bottom: 1px outset;
	font-family: Arial;
	position: static;
	height: 20px;
	text-align: left;
}

A.PortalStore_UserMenu_Button
{
	border-style:outset; 
	border-width:1; 
	font-size: 9pt;
	font-family: Arial;
	color:navy;
	padding: 3px;
	margin: 3px;
}

a:link.PortalStore_UserMenu_Button, a:visited.PortalStore_UserMenu_Button, a:active.PortalStore_UserMenu_Button  {
    color:navy;
    font-weight:bold
}
a:hover.PortalStore_UserMenu_Button
{
    border-width:1; text-decoration:    none;
    color: navy;
   	background-color: gainsboro;
   	border-style:inset;
	padding: 3px;
	margin: 3px;
}

IMG:link.PortalStore_UserMenu_Button, IMG:visited.PortalStore_UserMenu_Button, IMG:active.PortalStore_UserMenu_Button  {
    color:navy;
    font-weight:bold
}
IMG:hover.PortalStore_UserMenu_Button
{
    border-width:1; text-decoration:    none;
    color: navy;
   	background-color: white;
   	border-style:inset
}


/*** ProductListCategoryMenu.ascx Styles ***/

.PortalStore_CategoryMenu_Item {
}

.PortalStore_CategoryMenu_AlternatingItem {

}

/* VBC - Changed from white to black */
.PortalStore_CategoryMenu_Header 
{
	font-style:bold;
	font-variant:small-caps;
	font-family:Arial;
	background:navy;
	color:black;
	font-size: 9pt
}
.PortalStore_CategoryMenu_Grid 
{
	border: outset;
	border-width:thin;
	width: 100%
}

/* Portal Store Master Category Menu */

.PortalStore_MasterCat_Grid 
{
	border:solid 1px navy;
	width:100%
}
.PortalStore_MasterCat_Header 
{
	font-style:bold;
	font-variant:small-caps;
	font-family:Arial;
	background:navy;
	color:white;
	font-size: 9pt
}
.PortalStore_MasterCat_Item {
}
.PortalStore_MasterCat_AlternatingItem {
}
.PortalStore_MasterCat_Pager {
}

/* Portal Store Menu Table - this table contains the View Checkout, My Orders and My Profile buttons */

.PortalStore_UserMenuTable
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: white;
}

/* Portal Store Main Product List Styles */

.PortalStore_ProductList_ItemStyle
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	color: black;
	border-bottom: navy 1px solid;
	background-color: silver;
}

.PortalStore_ProductList_AlternatingItemStyle
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	color: black;
	border-bottom: navy thin solid;
	background-color: gainsboro;
}

.PortalStore_ProductList_GridStyle
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	width: 600px;
	border-bottom: blue thin solid;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
