﻿.HotIcon
{
	background-image:url(Images/Icons/icon-hot.gif);
	height:13px;
	width:30px;
	background-repeat:no-repeat;
	float:left;	
}

.null-icon
{
	height:30px;
	width:30px;
	float: right;
	margin-left: -40px;
	margin-bottom: -20px;
}
.valid-icon
{
    background-image:url(Images/Icons/valid-icon.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	float: right;
	margin-left: -40px;
	margin-bottom: -20px;
}
.invalid-icon
{
    background-image:url(Images/Icons/invalid-icon.png);
	height:30px;
	width:30px;
	background-repeat:no-repeat;
	background-position:2px 3px;
	float:left;
}

.actived-icon
{
    background-image:url(Images/Icons/credit-card.png);
	height:20px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	padding:1px 0px 0px 22px;
	
}
.inactived-icon
{
    background-image:url(Images/Icons/credit-card-inactived.png);
	height:20px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	padding:1px 0px 0px 22px;
}