﻿/*	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;
	font-size:12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
}

.PortalStore_CategoryIntro 
{
	color:#DC3943;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	width:100%;
}

.PortalStore_IntroPanel
{
	color:#DC3943;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	width:100%;
}

.PortalStore_BreadCrumbMenu
{
	color:#DC3943;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
}
	

/* Portal Store Search Tables */

.PortalStore_SearchTable 
{
	background-color:#FCDCE4;
	border: solid;
	border-color:#DC3943;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	width:175px;
}

.PortalStore_SideMenu 
{
	background-color:Transparent;
}

.PortalStore_MasterMenuTable
{
	/*background-color: #FCDCE4;*/
	background-color: white;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px
}


.PortalStore_MasterMenuTableLink
{
	border-right: DC3943  1px solid;
	border-top: DC3943 1px solid;
	padding: 3px 3px 3px 3px;
	font-size: 9pt;
	border-left: DC3943 1px solid;
	width: 100%;
	color: navy;
	border-bottom: DC3943 1px solid;
	font-family: Arial;
	background-color: white;
}

/* Portal Store Category Menu */
.PortalStore_CategoryMenu_Item {
	background:#EFF0D8;
	text-align:center;
	text-valign:middle;
	height:30px;
}
.PortalStore_CategoryMenu_AlternatingItem {
	background:#E2F1FC;
	text-align:center;
	text-valign:middle;
	height:30px;
}
.PortalStore_CategoryMenu_Header {
	font-style:normal;
	font-family:Verdana, Arial, Helvetica;
	background:#FCDCE4;
	color:#DC3943;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	text-valign:middle;	
	height:30px;	
}
.PortalStore_CategoryMenu_Grid 
{
	border: solid;
	border-color: #DC3943;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	width: 100%;
}
.PortalStore_CategoryMenu_Pager {
}

/* Portal Store Menu Table - this table contains the View Checkout, My Orders and My Profile buttons */

.PortalStore_UserMenuTable
{
	/*background-color: #FCDCE4;*/
	background-color: white;
}


/* Portal Store Main Product List Styles */

.PortalStore_ProductList_ItemStyle
{
}

.PortalStore_ProductList_AlternatingItemStyle
{
}

.PortalStore_ProductList_GridStyle
{
	width: 100%;
}


