#product_list {
    float: right;
    width: 210px;
    padding: 8px 0px 0px 8px;
    margin: 0px 0px 0px 10px;
    background-image: url('../assets/images/HelpMeChooseBox.jpg');
    background-repeat: no-repeat;
}
.product_description {
    float: right;
    width: 195px;
    padding: 8px 3px 3px 8px;
    margin: -12px 8px 0px -5px;
    background: #bbbaba;
}

.Link_On        {font-size: 14pt;   color:#5bc720;	font-weight:bold;   text-decoration:underline;  font-family: Arial Narrow;} 
A.Link_On:link      {			    color:#5bc720;    font-weight:bold;   text-decoration:underline} 
A.Link_On:visited   {               color:#5bc720;    font-weight:bold;   text-decoration:underline} 
A.Link_On:hover     {               color:#4f91cd;  font-weight:bold;   text-decoration:underline} 
A.Link_On:focus     {               color:#4f91cd;  font-weight:bold;   text-decoration:underline} 

.Link_Off       {font-size: 14pt;	color:#dbdcdc;   font-weight: bold;  text-decoration:none;	    font-family: Arial Narrow;} 
A.Link_Off:link      {			    color:#dbdcdc;   font-weight:bold;   text-decoration:none} 
A.Link_Off:visited   {              color:#dbdcdc;   font-weight:bold;   text-decoration:none} 
A.Link_Off:hover     {              color:#dbdcdc;   font-weight:bold;   text-decoration:none} 
A.Link_Off:focus     {              color:#dbdcdc;   font-weight:bold;   text-decoration:none} 

.Link_Medium_Off                  {font-size: 12pt;	color:gray;	    font-weight:normal;   text-decoration:none;       font-family: Arial;} 
A.Link_Medium_Off:link            {			        color:gray;        font-weight:normal;   text-decoration:none;} 
A.Link_Medium_Off:visited         {                 color:gray;        font-weight:normal;   text-decoration:none;} 
A.Link_Medium_Off:hover           {                 color:gray;      font-weight:normal;   text-decoration:none;} 
A.Link_Medium_Off:focus           {                 color:gray;      font-weight:normal;   text-decoration:none;} 

.Link_LearnMore                  {font-size: 10pt;	color:white;	    font-weight:normal;   text-decoration:underline;       font-family: Arial;} 
A.Link_LearnMore:link            {			        color:white;        font-weight:normal;   text-decoration:underline;} 
A.Link_LearnMore:visited         {                 color:white;        font-weight:normal;   text-decoration:underline;} 
A.Link_LearnMore:hover           {                 color:yellow;      font-weight:normal;   text-decoration:underline;} 
A.Link_LearnMore:focus           {                 color:yellow;      font-weight:normal;   text-decoration:underline;} 

.Bullet_Alpha       {font-size: 1em; list-style-position: outside; list-style-type: upper-alpha ;   margin-left: 20px;}
.Bullet_Blanks      {font-size: 1em; list-style-position: outside; list-style-type: none;           margin-left: 20px;}
