.prod {border: solid 1px #AAA;display:table-cell;position: relative;}
#prodDetail {display:none;position: absolute;border: 1px solid gray;list-style:none;left: 8px;top: 0px;width: 260px;height: 600px;background-color: #EEE;overflow:  hidden;box-sizing: border-box;-moz-box-sizing: border-box;z-index:1;}
#prodDetail .prodImg {width: 275px;height: 275px;text-align: center;}

#prodDetail .prodImg img {position: absolute;left: 0px;z-index:0;width:100%;height: 275px;}
#prodDetail .prodImg div {position: relative;top: 1px;left: 1px;z-index:-1;width: 100%;text-align: center;color: #FFF;}
#prodDetail .prodImg .mod2 {z-index:-1;top:0px;left:0px;color: #000;}
#prodDetail .prodTitle {background: #76a77a;color: #FFF;font-weight: bold;height: 16px;overflow: hidden;}
#prodDetail .prodDetails {text-align: left;padding: 4px;height: 304px;position: relative;font-size: 10px !important;}

#prodDetail .prodBan {top:316px;left: 0px;width:275px;background: url('../images/fader32.png') repeat-x;height: 38px;position: absolute;font-weight: bold;text-align: center;padding-top: 20px;color: #990000;}

.prodOverlay {height: 110px;width: 100%;z-index:-1;}
.prodOverlay input {font-weight: bold; margin-top:3px;}
.prodOverlay a {height: 24px;width: 125px;margin-top: 4px;display: block;background-image: url(../images2/General/in_stock.png);background-position: left;}
.prodOverlay a:hover {background-position:0px -24px;}
.prodOverlay div {display: none;}
.prodOverlay span {height: 18px;width:75%;display:block;color:#900000;font-size:12px;font-weight: bold;background-image: url(../images2/General/in_stock.png);background-position:left;}


body, html {height:100%; width: 100%;}
/*This is the thing that pops up when the user has to purchase the items over the phone, and cannot purchase them online*/
.order_notice {	border: solid black 2px;width: 80%;	padding: 4px;font-size: 14px;margin-bottom: 15px;text-align: center;}