/* Global styles */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
    font-size: 11px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* Link styles */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a img {
  border: 0 none;
}
/* // Link styles */

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: transparent;
  margin-bottom: 2px
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

ul {
  color: #000000;
}

hr {
    HEIGHT: 1px;
    COLOR : #000000
}

small {
    font-size: 0.8em;
}

big {
  font-size: 1.4em;
  font-weight: bold
}

.Price {
	font-size: 13px;
	font-weight: bold
}

.RowHeading {
	font-size: 14px;
	font-weight: bolder
}


.PriceField {
  border: 0px;
	font-size: 18px;
	margin-bottom: -1px
}

.QtyField {
    /* border: 0px; */
	font-size: 13px;
	margin-bottom: -1px
}

.Intro {
	font-size: 12px;
}

.Currency {
	border: 0px;
	font-size: 13px;

}

#content {
  color: #000000;
  margin: 10px;
}

#content ul {
  padding: 10px 10px 10px 30px;
}

#content li {
  font-color: #000000;
}