﻿/*body of the document*/
body.shopping_main
{
	/*background-color: #808080; */
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 7px;
	padding-top: 0px;
	
}

/*left hand menu table */
#tblMenu{
	
	
}

/*separator for horizontal lines*/
td.hor_separator
{
	/*background-color:# 8D9FAD;*/
	background-color: #6D7F8D;
	height: 3px;
}
/*separator for vetical lines*/
td.vert_separator
{
	background-color:#6D7F8D;
	height: 1px;
}

/*classes to define left hand category tree*/

TR.categorytreeLH
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	font-style: normal;
	/*color: # 636B73;*/
	color: #06699f;
}

TR.categorytreeLH A:visited, TR.categorytreeLH A:link
{
	font-family: Tahoma;
	text-decoration: none;
	color: #06699f;
}

TR.categorytreeLH A:hover
{
	font-family: Tahoma;
	text-decoration: underline;
	color: #ee6216;
	font-weight:bold;
}



/* Navigation menu styles*/


.NavigationMenuBackground
{
	background: #142b5d;
}



.welcome
{
	
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}




TD.outlinespacer3
{
	background-color: #D5D5D5;
	width: 1px;
}

.Text12
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}




