﻿/*Shop Categories and Sub Categories Menu*/
.SideMenu
{
	background-color:Silver;
	width:120px;	
}



.clspnlNavbarMiddle
{
	 background-color:Silver;
	 width:170px;
	 border:solid 1px #999999;	
	 background-color:#edecec;		 		  
	 font-family:Verdana;
	 font-size:11px;
}


.clspnlNavbarMiddle a
{
	text-decoration:none;
	width:160px;
	display:block;
	color: #333;
}

.clspnlNavbarMiddle a:hover
{
	text-decoration:underline;
	display:block;
	background-color: #999999;
	color:#fff;
	
}


/*Css class for SubCategory Popup Panel*/
.clsPopup
{   
	width:170px;
	border:thin;
	border:solid 1px #999999;	
	background-color:#edecec;		
}
.clsPopup a
{
	text-decoration:none;
}
.clsPopup a:hover
{
	
}


.clsBulltedList
{    
	 background-color:#F9F9F9;
	 color:Black;
	 font-weight:bold;
}

/*Css class for the ListItem*/
.ListItem
{
	text-decoration:none;
	font-family:Sans-Serif;
	color:White;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:12px;
	margin-right:7px;	  
}
/*For the Links*/
.ListItem a
{
	text-decoration:none;
	font-family:Sans-Serif;
	color:Black;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:12px;
	margin-right:7px;
	
}
/*Links Hover*/
.ListItem a:hover
{
		height: 20px;
		width:100%;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: #CCCCCC;
		padding: 0px;
		font-size:12px;
		margin-right:7px;
		padding-top:0.2em;
	    padding-bottom:0.2em;
}


.clsCatSubMenu
{
	 border:dotted 1px  black;
	 width:200px;
	 height:500px;
}


