/* @override http://wwcrs.zingstudios.dev/horizon/style.css */

/* New CSS */

body {
  color: #775B4A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  width: 650px;
}

a {
  color: #0096C9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

tr.dataheader td
{
  font-size:17px;
  color:#e61b23;
  background: url('http://www.horizondairy.com/images/contact-us/small-divide.gif') no-repeat 0 25px;
  padding-bottom: 20px;
}

.alert {
  color: #E61B23;
  font-weight: bold;
}

td.label-col {
  padding: 12px 2px;
  text-align: right;
  width: 100px;
}

td.phone select {
  margin-left: 30px;
}

a.show-me {
  display: inline-block;
  width: 64px;
  height: 10px;
  background: url('http://www.horizondairy.com/images/contact-us/show-me.gif');
  margin-left: 30px;
}

div#extra_info {
  background-image: url(http://www.horizondairy.com/images/contact-us/product-background.gif);
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  width: 389px;
  padding: 13px;
}

div#extra-info-text {
  font-size: 10px;
}

textarea#comments {
  margin-left: 105px;
  width: 344px;
  height: 65px;
}

div#footer_buttons {
  margin-left: 105px;
}

div#footer_buttons img {
  margin-right: 15px;
  cursor: pointer;
}

/* Original CSS */
/*
body
{
  background-color : #ffffff;
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
  color : #000000;
}

h1, .head1 { font-size : 20px; font-weight : bold; }
h2, .head2 { font-size : 18px; font-weight : bold; } 
h3, .head3 { font-size : 14px; font-weight : bold; } 

.alert { color : #ff0000; }
.phone { font-weight : bold; color : #334a96; }
.small { font-size : 7pt; }

a:link, a:visited
{
  color : #3399ff;
  text-decoration : underline;
}

a:hover
{
  color : #003399;
  text-decoration : underline;
}

input, textarea, select
{
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
  color : #000000;
  border : 1px solid #555555;
}

.datafooter, .datafooter input
{
  text-align : center;
  font-weight : bold;
  color : #000000;
}

.datafooter input { border : 1px solid #000000; }

.dataheader
{
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #000000;
}

.datarow1, .datarow2, td.datatable
{
  background-color : #ffffff;
  text-align : left;
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
}

.datatable
{
}
*/

