.group-product-group-title
{
    font-weight: bolder;
    font-size: 12px;
    text-transform: capitalize;
    color: black;
    font-family: Arial;
    background-color: transparent;
}
.table-list-prod2{
	border-width: 0;
	width: 150px;
   padding-left: 20px;
	text-align: center;
} 
.data2TDRowOn {
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color:  #f1f1f1;
	color: #696969;
	border-style: groove;
	border-width: 2px;
	border-color: greenlight;
	cursor: pointer;
	height: 180px;
	width: 191px;
	vertical-align: top;
	text-transform: capitalize;
}
.data2TDRowOff {
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #696969;
	height: 180px;
	width: 191px;
	vertical-align: top;
	background-color: transparent;
	text-transform: capitalize;
}

.data2TDRowOver {
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	border-style: groove;
	border-width: 2px;
	border-color: red;
	cursor: hand;
	height: 180px;
	width: 191px;
	vertical-align: top;
	text-transform: capitalize;
}

.table-list-sgr2
{
    width: 150px;
    padding-left: 20px;
    background-color: transparent;
} 

.sgr2TDRowOn
{
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    color: #696969;
    cursor: pointer;
    height: 25px;
    width: 191px;
    vertical-align: middle;
    padding-left: 10px;
    text-transform: capitalize;
}
	
.sgr2TDRowOver
{
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    color: navy;
    cursor: pointer;
    height: 25px;
    width: 191px;
    vertical-align: middle;
    padding-left: 10px;
    text-transform: capitalize;
}


.group-product-sgr-title
{
    font-family: Arial, Sans-serif;
    color: Black;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
}