.OrangeRegular { font-family: Arial;
					font-size: 12pt;
					font-style: normal;
					line-height: 1.1;
					font-weight: normal;
					color: #fd7d00;
					text-decoration: none;
					text-align: left;
					vertical-align: top }

.TopAddress {
  font-family: Times New Roman;
	font-size: 12pt;
  line-height: 0.9;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.TopCart {
  font-family: Times New Roman;
	font-size: 8pt;
  line-height: 0.9;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

input.SearchHint {
   color: grey;
}

h1 {
  font-family: Times New Roman;
  font-size: 16pt;
  font-weight: bold;
}

h2 {
  font-family: Times New Roman;
  font-size: 14pt;
  font-weight: bold;
}

body { font-family: Times New Roman;
          color: #000000;
					font-size: 12pt;
					font-style: normal;
					line-height: 1.1;
					font-weight: normal;
					text-decoration: none;
					text-align: left;
					vertical-align: top }

a.footer {
        color: #FFFFFF;
        font-size: 11px;
        text-decoration: none;
        margin: 0;
        border: 1px 0 0 0;
        background: #000000;
        border-color:#E0E0E0;
        clear: both;}

a.footer:link {color: #FFFFFF;
             }

a.footer:hover {background: #000000;
              color: #FFFFFF;
              text-decoration: none;
              text-decoration: underline;}

a.titlelink {
        color: #0000FF;
        font-size: 14px;
        text-decoration: none;
        margin: 0;
        border: 1px 0 0 0;
        clear: both;}

a.titlelink:link {color: #0000FF;
             }

a.titlelink:hover {background: #FFFFFF;
              color: # 0000FF;
              text-decoration: none;
              text-decoration: underline;}

a.catalogtitlelink {
        color: #0000FF;
        font-size: 16px;
        text-decoration: none;
        margin: 0;
        border: 1px 0 0 0;
        clear: both;}

a.catalogtitlelink:link {
  color: #0000FF;
}

a.catalogtitlelink:hover {
              color: #0000FF;
              text-decoration: none;
              text-decoration: underline;}


#addToCart-container {
  background-color: #E0E0E0;
  display:inline-block;
  margin-top:2px;
  overflow:hidden;
  padding:1px 1px 1px 0px;
  width: 196px
  height: 36px
}

#addToCart {
  background-color: #E0E0E0 !important;
  background-image:url('/images/addtocartdual_sm.png') !important;
  background-repeat: no-repeat;
  width: 196px;
  height: 36px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  border: 0;
}

#addToCart:hover {
  background-position:0px -36px  !important
}


