﻿/*	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: solid 0px black;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px
}

/*********************************************************/
/** Portal Store ProductList Introduction Panel Styles  **/
/*********************************************************/

.PortalStore_IntroPanel
{
	color:black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: solid 0px black;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	width:100%
}

.PortalStore_IntroPanel_Text
{
	color:black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal
}

.PortalStore_BreadCrumbMenu
{
	color:black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold
}

/* Portal Store Search Tables */

.PortalStore_SideMenu 
{
	border: none;
	padding: 3px;
}

/****************************************************/
/** Portal Store ProductList Admin Menu CSS Styles **/
/****************************************************/

.PortalStore_ProductListAdminMenu_Table
{
	border: none;
	width:100%;
	padding: 0px;
	margin: 0px;
}

tr.PortalStore_ProductListAdminMenu_Table
{
	border: none;
	width:100%;
	padding: 0px;
	margin: 0px;
	
}

.PortalStore_ProductListAdminMenu_Button
{
	font-size: 9px;
	width: 100%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	padding: 2px;
	margin: 2px;
	
}

a:link.PortalStore_ProductListAdminMenu_Button, 
a:visited.PortalStore_ProductListAdminMenu_Button, 
a:active.PortalStore_ProductListAdminMenu_Button  
{
    color:black;
    font-weight:bold
    
}

a:hover.PortalStore_ProductListAdminMenu_Button
{
    text-decoration:    none;
    color: black;

}

/****************************************************/
/** Portal Store Search Panel Styles **/
/****************************************************/

.PortalStore_Search_Table
{
	border: none;
	border-width:0;
	padding: 0px;
	color:black;
	margin: 0px;
}

.PortalStore_Search_TextBox 
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color:black;
}

.PortalStore_Search_Button
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold;
	color:black;
}

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: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold;
	color:#000000;
	text-decoration:underline

}

.PortalStore_Search_Text
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color:black;
}

.PortalStore_AdvancedSearch_Table
{
	border: none;
	border-width:0;
	padding: 3px;
}

.PortalStore_Search_Error
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold;
	color:red;
}

/****************************************************/
/** Portal Store UserMenu Panel Styles 			   **/
/****************************************************/

.PortalStore_UserMenu_Table
{
	border-right: 0px outset;
	padding-right: 3px;
	border-top: 0px outset;
	padding-left: 3px;
	font-size: 9px;
	padding-bottom: 3px;
	margin: 3px;
	border-left: 0px outset;
	color: black;
	line-height: normal;
	padding-top: 3px;
	border-bottom: 0px outset;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	position: static;
	height: 20px;
	text-align: left;
}

A.PortalStore_UserMenu_Button
{
	border-style:none; 
	border-width:0px; 
	font-size: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	padding: 3px;
	margin: 3px;
}

a:link.PortalStore_UserMenu_Button, 
a:visited.PortalStore_UserMenu_Button, 
a:active.PortalStore_UserMenu_Button  {
    color:black;
    font-weight:normal
}
a:hover.PortalStore_UserMenu_Button
{
    text-decoration:    none;
    color: black;
	padding: 3px;
	margin: 3px;
}

IMG:link.PortalStore_UserMenu_Button, 
IMG:visited.PortalStore_UserMenu_Button, 
IMG:active.PortalStore_UserMenu_Button  
{
    color:black;
    font-weight:normal
}
IMG:hover.PortalStore_UserMenu_Button
{
    text-decoration:    none;
    color: black;

}


/*** ProductListCategoryMenu.ascx Styles ***/

.PortalStore_CategoryMenu_Item {
}

.PortalStore_CategoryMenu_AlternatingItem {

}

.PortalStore_CategoryMenu_Header 
{

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size: 9px
}
.PortalStore_CategoryMenu_Grid 
{
	border:opx;
	width: 100%
}

/* Portal Store Master Category Menu */

.PortalStore_MasterCat_Grid 
{
	
	width:100%;
	border:0px;
}
.PortalStore_MasterCat_Header 
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size: 9px
}
.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
{

}
.PortalStore_MenuTable
{
border:0px;
}
/* Portal Store Main Product List Styles */

.PortalStore_ProductList_ItemStyle
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	color: black;
	border-bottom: black 0px solid;
}

.PortalStore_ProductList_AlternatingItemStyle
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	color: black;
	border-bottom: black 0px solid;
}

.PortalStore_ProductList_GridStyle
{
	border-right: blue 0px solid;
	border-top: blue 0px solid;
	border-left: blue 0px solid;
	width: 600px;
	border-bottom: blue 0px solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.PortalStore_CategoryMenu_LinkButton
{
	color: navy;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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;
}
