.recipebody {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.recipebody h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #548910;
	padding: 0; margin: 0 0 10px 0;
}

.recipebody h2 a:link, .recipebody h2 a:visited {
	color: #548910 !important;
}

.recipebody .thumb {
	float: left;
	padding: 0 10px 0 3px;
}

.recipebody .thumb img {
	border: 1px solid #63b6ba;
	padding: 1px;
}

.recipebody .text {
	float: left;
	width: 362px; line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

.recipebody a.more {
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.recipebody a.more:hover {
	text-decoration: underline;
}

.shadetabs {
	float: left;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	overflow: hidden;
	border-left: 1px solid #e7fdfe;
}

.shadetabs li {
	float: left;
	border: 2px solid #e7fdfe;
	border-right: 3px solid #e7fdfe;
	margin-bottom: 6px;
}

.shadetabs li a {
	display: block;
	height: 21px; line-height: 21px;
	padding: 0 5px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 1px solid #68cfd3;
	color: #222222 !important;
	background: #ffffff;
}

.shadetabs li a:visited {
	color: #000000;
}

.shadetabs li a:hover {
	color: #2d2b2b;
}

.shadetabs li a.selected {
	background: #444444;
	color: #ffffff !important;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
