/**** draft menu classes ****/



#rateLinks a{
	padding:1px;
	margin-left:5px;
	margin-right:5px;
	border:solid black 0px;
	font-size:8pt;
}

#boxfielddata {
  text-overflow: ellipsis; 
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden; 
	/* font-family:Arial; */
	font-size:14pt;
	padding-bottom: 15px;   
}

#boxfielddata span{font-size:14pt;}
#boxfielddata a{text-decoration:none;}

/*column 1 */
#datafieldcontainer { text-align:center;
	width:100%;
	float:left;   
}

/*column 2 */
#datafieldcontainer2 {
	width:60%;
	float:left;
}

#shim {float:left;}

/* Percent Bar Colors */

.percentbar, .percentbar1, .percentbar2, .percentbar3 {
	background:#eff; 
  display:inline-block;
  vertical-align:top;
	border:1px solid #000; 
	height:5px;
	-moz-border-radius: 4px; 
	border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px; }

.percentbar1 div { background: red; height: 5px; }
.percentbar2 div { background: #FFEE00; height: 5px; }
.percentbar3 div { background: #27E65A; height: 5px; }
/*.percentbar div { background: #28B8C0; height: 5px; }*/

span #justTapped {
	color:orange;
	padding-left:5px;
	font-size:8pt;
	/* font-weight:bold; */
}
#GrowlerPrice{display:inline-block;}
#prices { padding-bottom: 5px;}


