﻿body 
{
	background-color:#00519f;
	/*background-image:url('../images/bluebg.gif');*/
	margin:0px;
	font-family:Verdana;	
	color:#0038a5;
	padding:0px;
	
}
.InputTextField
{
	width:145px;
	margin-bottom:2px;
}
.ContentArea   /*Whole Area with the margin of the content page*/
{
	background-color:#ffffff;
	width:1050px;	
	text-align:center;
	padding:0px;
	margin:0px;
}
.LeftMenu-CatalogArea  /* Div Area with Left Menu and ProductCatalog area */
{
	width:1020px;		
	border-collapse:collapse;
	padding:0px;
	border-width:0px;
	vertical-align:top;	
	margin:0px;	
	
}

.MainContent   /* Product Content Area in the main Page*/
{
	
	vertical-align:top;
	float:right;
	width:810px;
	
}

.CatalogList  /* Product Catalog inside MainContent */
{
	width:100%;
	background-color:#f0f6f9;
}

.GridContent    /* Grid Layout for the Shopping Cart, Checkout Page, Thankyou Page and Receipt page */  
{
	width:100%;
	color:#345667;
	font-size:10pt;
	font-family:Verdana;
}
.GridControl
{
	border-collapse:collapse;
	border-width:0px;
	border-style:none;
	
}
.GridHeader /* Header Style in the Grids */
{
	color:#FF0000;
	font-weight:bold;
	padding-left:20px;	
	font-size:10pt;
	/*background-color:#588fcc;*/
	background-color:#e0e0ff;
	padding-top:0px;	
	height:20px;
}
.GridFooter
{
	color:#FF0000;
	font-weight:bold;
	padding-left:20px;	
	font-size:10pt;
	/*background-color:#588fcc;*/
	background-color:#e0e0ff;
	padding-top:0px;	
	height:20px;
}



a:ACTIVE 
{ text-decoration: none;color:#ee77f1; } 

a:VISITED 
{ text-decoration: none;color:#ee77f1; } 

a:LINK 
{ text-decoration: none;color:#ee77f1;} 

.LoginControl   /* Login Control  */ 
{
	border:1px SOLID #5280b1;
	color:#000000;
	font-size:10pt;
	
}


.LeftRightBorder   /* Left and Right Line for all the Boxes */ 
{
	/*border-left: 1px SOLID #5280b1;	
	border-right: 1px SOLID #5280b1;*/
	border-left: 1px SOLID #5280b1;	
	border-right: 1px SOLID #5280b1;
}

.TopBar   /* Top bar for all Boxes */
{
	background-image:url('../images/topbar_middle.gif');
	background-repeat:repeat;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	font-size:10pt;	
}
.BottomBar  /* Buttom Bar for all Boxes*/
{
	
	height:35px;	
	text-align:center;
	margin:0px;
	color:#ff0000;
	font-size:10pt;	
	font-weight:bold;
}

.Separator  
{
	height:10px;	
}

.ErrorMsg   /* Error Message and Warnings */ 
{
	color:#ff0000;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}


.UpdateProgress
{
	position:absolute;
	z-index:1;
	top:565px;
	width:690px;
	font-size:9pt;	
	text-align:center;	
}

.PagingText
{
	color:#dddddd;	
	font-size:11pt;
	
}
a.CurrentPagingLink 
{
	color:#fff87e;	
	font-weight:bolder;
	font-size:11pt;
}
a.PagingLink
{
	color:#ffffff;	
	font-size:11pt;	

}
.ShipMethod
{
	color:#ff0000;
	font-size:10pt;
}

.LoginImage
{	
	width:1000px;
	height:800px;
	padding:0px;
	margin:0px;
	background-image:url('images/pillowpetslclublogin.jpg');
}


