DIV.checkmark {
  height: 14px;
  background: url(../images/checkmark.png) no-repeat center;
}

/*--------------------------------------------
Table Styles
---------------------------------------------*/
#grid {
  padding: 0;
  margin:0;
}
  
#grid div, #grid td {
  font-family: Arial;
  font-size: 12px;
}
  
#grid th {
  text-align: center;
  color: #fff;
}

#grid td {
  text-align: center;
  color: black;
  border-bottom: 1px solid #CFCFCF;
}

#grid {
  margin-top: 0em;
  border-collapse: collapse;
}

#grid div.definition {
  padding: 0 .1em .5em 1.1em;
}

#grid .definition {
  font-family: Arial, Helvetica, Sans-serif;
  color: #6F6F6F;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 15px;
}

#grid th {
  font-size: 1em;
  padding: 7px 0px;
  font-family: Arial;
  background: #4ebb28;
  border-bottom: 1px solid #FFF;
}

#orderbutton {
  font-size: 250%;
  font-weight: bold;
  margin: 0;
  padding-left: 35px;
  padding-top: 14px;
  width: 373px;
  height: 60px;
  background-repeat: no-repeat;
  text-align: center;
}

#orderbutton a {
	font-size: 20px;
}

#orderbutton a:hover {
	border: 0;
}

#orderbutton a:active {
	color: #4ebb28;
	font-weight: bold;
}

#grid TD.popupIcon,
#grid TD.featureName {
  background: #DFDFDF;
  border-bottom: 1px solid white;
}

#grid TD.middlePlan {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

#grid TD.outerPlan {
	border-right: 1px solid #DFDFDF;
}

#grid TD.popupIcon {
  text-align: center;
  padding: 1px 4px;
  border-right: 1px solid white;
}

#grid TD.featureName {
  text-align: left;
  font-weight: bold;
  padding: 2px 2px 3px 7px;
}

#grid .popupIcon A,
#grid .popupIcon A:hover {
  text-decoration: none;
  border: 0;
}

#grid .featureName A {
  color: black;
  text-decoration: underline;
  border-bottom: 0;
}

#grid .featureName A:hover {
  color: black;
  text-decoration: none;
  border-bottom: 0;
}