html, body {
	height: 101%; /* force vertical scrollbar so that square highlighting is always in the right position */
}

/**
 * The following is taken from /sites/all/modules/cutom/carbo/carbo.css on the old Drupal site
 */
 
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;
	display:block;
}

#help{
	cursor:pointer;
}

#big{
	height:200px;
	width: 200px;
	display:none;
	position: absolute;
	z-index: 10;
	border:solid 1px;
}

#containerT{
	width: auto;
	padding-top:0px;
}
#containerT a{
	text-decoration:underline;
}
#containerT img {
	border: none;
}
#sugarName{
	font-size:1.8em;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0;
}

#topButtons{
	float:right;
	clear:both;
}

#clearButton{
	height:32px;
	width:80px;
}

#saveButton{
	height:32px;
	width:80px;
	display:none;
}

#saveToCartButton{
	height:32px;
	width:80px;
	margin-bottom:20px;
	margin-right:20px;
}

#deleteButton{
	height:32px;
	width:80px;
}

#addToCartButton{
	height:32px;
	width:80px;
	display:none;
}

#warning{
	color:sienna;
}

#tableTop{
	margin-top: 70px;
	padding:0px;
	display:none;
}

#tableTop img{
	height:105px;
	width:105px;
	margin: 0;
	padding: 0;
	display:block;
	float:left;
}
#tableChooseGroup{
	margin-bottom: 1em;
}

#tableChooseGroup img{
	margin: 0;
	padding: 0;
	display:block;
	float:left;
}

#tableMiddle{
	margin-top: 70px;
	margin-bottom: 1em;
}

#tableMiddle img{
	height:105px;
	width:105px;
	margin: 0;
	padding: 0;
	display:block;
	float:left;
}

#tableChooseGroup{
	display:none;
	border:solid 1px #9e9e9e;
	width:750px;
}

#tableChooseGroup img{
	width: 150px;
	height: 68px;
}

#tablePopUp{
	display:none;
	border:solid 1px #9e9e9e;
	width:600px;
	margin-bottom: 1em;
}
#tablePopUp img{
	width:150px;
	height:150px;
	margin: 0;
	padding: 0;
	display:block;
	float:left
}

#forUserNotes{
	padding-top:40px;
	display:none;
}

#calcButton{
	display:none;
	height:32px;
	width:80px;
	margin-bottom: 1em;
}

#result{
}

#cancelButton {
	float: right;
}

#highlighter {
	display: none;
	position: absolute;
	border: 10px solid #fbec5d;
}
