.gry-background {
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
}

.darkgry-background {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	padding:20px 0px 20px 0px;
	}
	
.main-text{
	font-family:arial;
	font-size:11px;
	color:#444444;
	text-decoration:none;
	}
.white-link{
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	}
a.white-link:hover{
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}  	
.gray_text
{
	font-family:arial;
	font-size:11px;
	color:#696969;
	text-decoration:none;
}
.red_text
{
	font-family:arial;
	font-size:11px;
	color:#FE0000;
	text-decoration:none;
}
a.red_text:hover
{
	font-family:arial;
	font-size:11px;
	color:#FE0000;
	text-decoration:underline;
}

td{
	font-family:arial;
	font-size:11px;
	color:#444444;
	text-decoration:none;
	}
a:hover
{
text-decoration:underline;
}
.white-text{
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	}

.repeat-image{
	 background-repeat:no-repeat;
	background-position:top;
 }
.more-text{
	font-family:arial;
	font-size:11px;
	color:#E82424;
	text-decoration:none;
}

.red-text{
	font-family:arial;
	font-size:18px;
	color:#E82424;
}

.red-textbold{
	font-family:arial black;
	font-size:18px;
	color:#E82424;
}
.gry-text{
	font-family:arial;
	font-size:18px;
	color:#999999;
}
	
.image-border{
border: 1px solid #EC8080;

}




.prompt{
  display:block;
  border:1px solid #ff0000;
  padding:5px;
  width:70%;
  background-color:#ffd2d3;
  color:#000000;
  margin-top:10px;
}
.promptok{
  display:block;
  /*border:1px solid #ff0000;*/
  padding:5px;
  width:70%;
  background-color:#c6fdc9;
  color:#000000;
  margin-top:10px;
}

.hMenuHolder{
  display:block;
}
.hMenuHolder a{
  display:block;
  text-decoration:none;
  background-color:#d11e1e;
  padding:3px 3px 3px 15px;
  margin-bottom:1px;
  color:#ffffff;
}
.hMenuHolder a:hover{
  background-color:#999999;
  color:#ffffff;
  padding:3px 3px 3px 30px;
}
.hMenuHolder span{
  display:block;
  text-decoration:none;
  background-color:#470101;
  font-weight:bold;
  padding:10px 3px 10px 10px;
  margin-bottom:1px;
  color:#ffffff;
}

.pgHeading{
  display:block;
  text-align:right;
  padding:5px 20px 5px 5px;
  font-size:18px;
  color:#152346;
  font-weight:bold;
  background-color:#f84d39;
}
.prodBlock{
   width:200px; float: left; border:1px solid #ffffff;
  margin-left:50px;
  margin-bottom:20px;
}
.paddingRightTop
{
padding-right:10px;
}
.orderhd{
  background-color:#D11E1E;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  font-weight:bold;
  height:25px;
}
.dataOne{
  background-color:#9bcde8;
  padding-left:5px;
  padding-right:5px;
  color:#000000;
  font-weight:bold;
  height:25px;
}
.orderDataTwo{
  background-color:#F84D39;
  padding-left:5px;
  padding-right:5px;
  color:#ffffff;
  font-weight:normal;
  height:25px;
}

.formError{
  background-image: url(/images/warn_icon.gif);
  background-repeat: no-repeat;
  color:#ff0000;
  font-weight:normal;
  padding:6px 0px 0px 25px;
  display:none;
}

#media-banner
{
	height: 200px;
	background-color: #d11e1e;
	margin-bottom: 30px;
}

#media-banner TD
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px rgb(204, 204, 204);
	border-bottom: solid 1px rgb(204, 204, 204);
	color: white;
}

#media-banner A
{
	color: white;
	text-decoration: none;
}

#media-banner A:hover
{
	text-decoration: underline;
}

#newstore-banner
{
	height: 120px;
	background-color: #CCC;
	border-top: solid 3px rgb(0,51,153);
	border-bottom: solid 3px rgb(0,51,153);
	margin-bottom: 30px;
}

#newstore-banner TD
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px rgb(204, 204, 204);
	border-bottom: solid 1px rgb(204, 204, 204);
	color: rgb(0,51,153);
}

#newstore-banner A
{
	color: rgb(0,51,153);
	text-decoration: none;
}

#newstore-banner A:hover
{
	text-decoration: underline;
}

