/* stylesheet generated on Fri, 06 Jan 2012 14:31:11 -0800 */

/*---------------------------------------------*/
/* Stylesheet: Main stylesheet*/

.MyTitle {
font-weight: bold;
font-size: 20px;
color: #555;
}

.MyRed {
color: red;
}

.MyCallNow {
font-size: 20px;
font-style: italic;
font-weight: bold;
}

.MyTDArrow {
background: url('grx_arrow.png') no-repeat;
padding: 5px;
width: 75px;
}

.MyBig {
font-size: 16px; font-weight: bold; color: red;
}

a.MyLink,a.MyLink:visited,a.Link:link {
text-decoration: none; 
border: none; 
outline: none; 
color: #26C;
}

.MyArrow {
background: url('grx_arrow.png') no-repeat;
height: 50px;
width: 65px;
}

a.MyLink:active,a.MyLink:hover {
text-decoration: underline; border: none; outline: none; color: #26C;
}



.MyEnum {
list-style-type: none;
padding: 0px;
margin: 10px;
}

.rule {
height: 1px; border-top: dotted 1px #999;
}

.MyEnum li {
background-image: url(graphic_arrowicon2.png);
background-repeat: no-repeat;
background-position: top left; 
padding-left: 15px;
margin: 0px;
}

.border {
 border: solid 0px #ccc;
 margin-bottom: 10px;
}

.price {
  /*color: #93a30b;*/
 color: #e55b23;
 font-weight: bold;
}

.product {
  color: #5487a3; font-weight: bold;
}

.emp {
background-color: #F0F0F0;
padding: 5px;
border-bottom: solid 1px white;

}
.emp2 {
background-color: #F9F9F9;
padding: 5px;
border-bottom: solid 1px white;
}

.emp2-featured {
background-color: #DDFFDD;
padding: 5px;
border-bottom: solid 1px white;
}
div.featured { font-size: 1.2em;  }

.button { 
color: white; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #E55B23;
padding: 5px 10px;
text-transform: uppercase;
margin: 5px 0;
display: inline-block;
}


