.drinkcontent .conleft {
	float: left;
	width: 35%;
	margin: 38px 0 0 25px;
}
.drinkcontent .conmid {
	float: right;
	width: 58%;
	margin: 25px 0;
	color: white;
}
.drinkcontent .conbot {
	float: left;
	width: 100%;
	margin: 25px 10px 0 0;
}
.drinkcontent .root {
	margin: 25px 0 40px 10px;
}
.drinkcontent .ad {
	margin: 25px 0 40px 10px;
}
.conmid #bkgnd {
	margin-top: 48px;
}
.drinkcontent {
	width: 900px;
	float: left;
	background: url("../images/bkgnd.png") repeat scroll 0 0 #3399CC;
}

#tabs {
	float: left;
	width: 100%;
	margin: 8px 0 -4px 48px;
	font-size: 16px;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	background: url("../images/tab1.png") top left no-repeat;
	margin: 0 -5px 0 0;
	padding: 0 0 0 12px;
}
#tabs a {
	float: left;
	display: block;
	background: url("../images/tab4.png") top right no-repeat;
	padding: 8px 15px 0.2em 0;
	text-decoration: none;
	color: black;
}
#tabs li.selected {
	float: left;
	background: url("../images/tab2.png") top left no-repeat;
	margin: 0 -9px 0 -20px;
	padding: 0 0 0 34px;
}
#tabs li.selected a {
	float: left;
	display: block;
	background: url("../images/tab3.png") top right no-repeat;
	padding: 8px 20px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#bkgnd {
	background: url("../images/recipebg.png") no-repeat;
	height: 502px;
}
#bkgnd .tab {
	display: none;
	color: black;
	float: left;
	padding-top: 11px;
	padding-left: 14px;
	height: 460px;
	width: 460px;
	overflow-y: auto;
	text-align: left;
	font-size: 12px;
	margin-top: 14px;
}
#bkgnd .tab h1 {
	color: #006699;
	margin: 32px 0 4px 47px;
	text-align: left;
	float: left;
}
#bkgnd .tab table {
	font-size: 12px;
}
#bkgnd .active {
	display: block;
}
