.lstNav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.lstNav li{
	display: inline-block;
	margin-right: 10px;
}
.lstNav li:last-child{
	margin-right: 0px;
}
.lstNav li a{
	display: block;
	outline: none;
	text-decoration: none;
	font-size: 17px;
	border: dashed 1px #868686;
	color: #000;
	padding: 10px 70px;
}
.lstNav li a:hover, .lstNav li a.current{
	background-color: #93e3ee !important;
	border-color: #93e3ee !important;
}



.lstProducts{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-height: 273px;
}

.lstProducts li:nth-child(4n+4){
	margin-right: 0px !important;
}

.lstProducts li{
	float: left;
	width: 205px;
	margin: 0px 34px 34px 0px !important;
} 
.lstProducts li a{
	display: block;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 5px;
}
.lstProducts li a > img{
	width: 160px;
	height: 160px;
	display: inline-block;
}
.lstProducts li a > i:nth-child(2){
	 border: 0 solid #000;
    display: block;
    height: 21px;
    text-align: left;
    width: 75px;
	background-position: left;
}
.lstProducts li a > span:nth-child(4){
	display: block;
	margin: 5px 0px;
	font-size: 13px;
	color: #000000;
	min-height: 60px;
}
.lstProducts li a > span:nth-child(3){
	display: block;
	margin: 5px 0px;
}
.lstProducts li a > span:nth-child(3) > span:first-child{
	text-decoration: line-through;
	color: #000;
	font-size: 12px;
	display: inline-block;
	margin-right: 8px;
}
.lstProducts li a > span:nth-child(3) > span:nth-child(2){
	font-size: 18px;
	color: #F06292;
	font-weight: bold;
}
.lstProducts li a > span:nth-child(5){
	color: #ff1233;
	font-size: 15px;
	text-align: center;
	display: block;
}






.txtHeading{
	display: block;
	text-align: left;
	color: #fff;
	background-color: #5e5e5e;
	font-size: 22px;
	padding: 7px 20px;
	text-transform: capitalize;
}


.txtHeading a{
				float: right;
				font-weight: normal;
				text-transform: capitalize;
				text-decoration: underline;
				color: #fff;
				font-size: 14px;
				position: relative;
				top: 4px;
			}

.pnlContainer{
	width: 1024px;
	margin: 0 auto;
}

.txtSubHeading{
	color: #1e1e1e;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}




.MainContainer{
	width: 1326px;
}