/* product */
#product .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#product .b {
	margin-bottom: 20px;
}


#product
{
	padding:8px;
}

#product .c {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

#product label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#product .row1 {
	background-color: #FFFFFF;
}


#product .row2 {
	background-color: #F9F9F9;	
}

#product .highlight {
	background-color: #EBF1FC;
}

#product .d {
	width: 100%;
	margin-bottom: 20px;
}

#product .d th {
	text-align: left;
}



