@media print {
	body {
		font-family: 'Times Roman', serif;
		color: #000;
		background: #fff;
	}
	#topCat,
	#leftCat,
	#rightCat,
  .clickability,
  .icopy,
  .googlead,
  #bottomContentContainer,
  #footer ul {
    display: none;
  }
}
@media screen {

/* Global Reset */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	body {
		line-height: 1;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
/* /Global Reset */

	.printLogo { display: none; }

	.body { text-align: center; background: #fff; font: 12px Arial, Helvetica, sans-serif; color: #333; }
	p, td, h1, h2, h3, input { padding: 0;  font: 12px Arial, Helvetica, sans-serif;}
	.article #content p {
		font-size: 14px;
		line-height: 18px;
	}
	p {
		margin: 5px 0 10px 0;
	}
	.readMore {
		text-align: right;
	}
	strong {
		font-weight: bold;
	}
	h1,
	h2,
	#searchBoxRight label {
		font-size: 17px;
		color: #5A5959;
		border-top: 6px solid #796C63;
		border-bottom: 1px solid #DBD7D4;
		font-weight: bold;
		padding: 7px 0 6px 0;
		margin: 0 0 10px 0;
		display: block;
	}
	h1.storyTitle {
		border: none;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page h1 {
		border: none;
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 0;
	}
	.page h2,
  #content h2 {
		border: none;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 0;
	}
	h2, .feedburnerFeedBlock p.feedTitle { }
	h3 { font-weight: bold; margin-bottom: 5px; }
	.category_archive #content h3 {
		margin-bottom: 0;
		font-size: 14px;
	}
	h3 a { font-weight: bold; }
	a {
		color: #466497;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a img, a input { border: 0; }
	td { vertical-align: top; }
	ul,
	ol { margin: 0; padding: 0; }
	ul li,
	ol li {
		margin: 3px 0;
		padding: 0 0 5px 15px;
		list-style: none;
		border-bottom: 1px dashed #D8D7D3;
	}
	.utilNav li,
	.utilNav2 li,
	#topNav li {
		padding-bottom: 0;
		border: none;
	}
	ul li a {
	}
	form { padding: 0; margin: 0; }
	input { }
	input:focus { }
	select { }

	div.hr {
		clear: both;
		margin: 10px 0;
		height: 1px;
		background: #000;
	}
	div.styledHr {
		clear: both;
		margin: 10px 0;
		height: 1px;
		background: #000;
	}
	div.styledHr hr,
	div.hr hr {
		display: none;
	}

	.breadcrumbs p {
		font-size: 11px;
		color: #988C83;
		margin: 15px 0 7px 0
	}
	.breadcrumbs p span { }
	.breadcrumbs p a {
		color: #9A8C81;
	}

	p.byline {
    font-style: italic;
  }
	.article p.byline {
		margin-top: 2px;
		font-weight: normal;
	}
	.category_archive p.byline {
		margin: 0;
		color: #999;
	}
	.leadin p.byline { }
	.leadinlg p { }
	p.currentDate { }

	p#coverLink { text-align: right; }

	.cb { }
	.cb .cbcontent { }

	.feedburnerFeedBlock { }
	.feedburnerFeedBlock ul { }

	div.catheadline { }
	div.catheadline h2 a { }

	table.leadinlg, table.leadinsm { width: 100%; border-collapse: collapse; border: 0; margin: 0; padding: 0; }
	table.leadinsm { margin: 0 0 10px; }
	table.leadinsm td { vertical-align: middle; }
	table.leadinsm td.leadinleftimg { vertical-align: top; padding-right: 10px; }
	table.leadinsm td.leadinrightimg { vertical-align: top; padding-left: 10px; }
	table.leadinlg td.leadinleftimg { padding-right: 10px; }
	table.leadinlg td.leadinrightimg { padding-left: 10px; }

	.leadinsm h3 { }
	.leftColumn .leadinsm h3 { font-size: 14px;}
	.leadinlg h3 { padding-top: 7px; clear: both; }
	.leadinsm h3 a { }
	.leadinlg h3 a {
		font-size: 18px;
		color: #466497;
		font-weight: normal;
		text-decoration: none;
	}
	.leadinsm h3.leadinlist {
		margin: 0 0 5px 0;
		padding: 0 0 7px 0;
		border-bottom: 1px dashed #D8D7D3;
	}
	.leadinsm h3.leadinlist a { padding: 0; }

	.caption { padding-left: 0; margin-bottom: 0; }

	p.deck { font-weight: bold; }
	p.linkToTop { clear: both; }

	.clickability { margin: 30px 0 20px 0; }
	.article .page {
		border-bottom: 1px solid #D1CAB8;
	}

	/* main layout */
/*
	#cover,
	#article { width: 800px; float: right; overflow: hidden; }
*/
	#rightCat { float: right; width: 300px; overflow: hidden; }
	#rightCat .contentPadding { }
/*
	#leftCat { float: left; width: 170px; overflow: hidden; }
	#leftCat .contentPadding { }
*/
	#content { width: 625px; float: left; }
	#content .contentPadding { padding: 0 0; }


.catbuyersguide #content { width: 940px; }
.catbuyersguide #textSearch legend { font-weight: bold; }
.catbuyersguide .listings { width: 600px; }
.catbuyersguide .listings th { font-weight: bold; font-size: 13px; padding: 0 0 8px 0;}
.catbuyersguide .listings td { padding-bottom: 5px; }
.catbuyersguide #listingPage .categories { padding: 20px 0 0; }
.catbuyersguide #listingPage .categories h3 { padding: 0px 0 0; font-size: 14px; }
.catbuyersguide #listingPage ul { margin: 0; padding: 0; }
.catbuyersguide #listingPage ul li { margin: 0; padding: 0; margin: 0; border: none; }
.catbuyersguide #listingPage ul li.subCat1  { margin: 0; padding: 20px 0 0; font-weight: bold; font-size: 13px; }
.catbuyersguide #listingPage ul li.subCat2  { padding: 10px 0 0 12px; font-weight: bold; color: #333; }
.catbuyersguide #listingPage ul li.subCat3  { padding: 5px 0 0 25px; color: #999; }

	#pixeltrack { position: absolute; width: 1px; top: 0; left: -2px; }
	#container {
/*		width: 970px; */
		margin: 0 auto;
		text-align: left;
		clear: both;
		background: url(/images/bkgd_top.gif) repeat-x left top;
	}

	#topCatContainer {
		background: url(/images/top_bkgd_bar.gif) no-repeat top;
		width: 100%;
		overflow: hidden;
	}
	#topCat {
		width: 940px;
		margin: 0 auto;
		text-align: left;
	}
	.logo h1 { }
	#topCat h1 { margin: 16px 0 0 0; padding: 0; float: left; border: none; }
	#topCat h1 a { display: block; padding-top: 80px; width: 412px; height: 0; overflow: hidden; background: url(../images/modBaking_logo.gif) no-repeat left top; }
	#wrapper {
		width: 940px;
		margin: 0 auto;
		text-align: left;
		clear: both;
	}

	.logo {
		display: block;
		height: 110px;
		overflow: hidden;
	}

	.navContainer {
		clear: both;
	}

	.catadvertisers #article,
	.catadvertisers #cover,
	.catwebcast #article,
	.catwebcast #cover { }

	.catadvertisers .rtcatcol,
	.catadvertisers .rtcatcol,
	.catwebcast .rtcatcol,
	.catwebcast .rtcatcol { }



	/*  TOP NAVIGATION  */

	.topNav {
		margin: 3px 0 0 0;
		overflow: hidden;
		clear: both;
		font-size: 13px;
		height: 58px;
	}
	#topNav {
		z-index: 1;
		margin:0 auto;
		padding: 0;
		list-style:none;
		display: block;
		font-size: 13px;
		list-style: none;
		width: 940px;
		text-align: left;
		background: url(/images/nav_off.gif) repeat-x top left;
		overflow: hidden;
	}
	#topNav li {
		background: url(/images/nav_on.gif) repeat-x top left;
		position: relative;
		list-style: none;
		float: left;
		margin: 0 1px 0 0;
		padding: 0px;
		height: 58px;
	}
	.cathome #topNav li.home a,
	.catformulas #topNav li.formulas a,
	.catcake_decorating #topNav li.decorating a,
	.catsupermarket_baking #topNav li.supermarket a,
	.catretail_baking #topNav li.retail a,
	.catspecialty_baking #topNav li.specialty a,
	.catfoodservice_baking #topNav li.foodservice a,
	.catbread_pastry #topNav li.breadpastry a,
	.catbakery_management #topNav li.management a {
		background: none;
	}
	#topNav a {
		display: block;
		margin: 0;
		padding: 10px 17px 11px;
		color: #4A433B;
		font-weight: bold;
		line-height: 18px;
		text-decoration: none;
		background: url(/images/nav_off.gif) repeat-x top left;
		height: 58px;
	}

	#topNav li.home a {
		width: 38px;
	}
	#topNav li.formulas a {
		width: 75px;
	}
	#topNav li.decorating a {
		width: 68px;
	}
	#topNav li.supermarket a {
		width: 80px;
	}
	#topNav li.retail a {
		width: 41px;
	}
	#topNav li.specialty a {
		width: 115px;
	}
	#topNav li.foodservice a {
		width: 73px;
	}
	#topNav li.breadpastry a {
		width: 53px;
	}
	#topNav li.management a {
		width: 82px;
	}

/* for Internet Explorer 6 */
/*\*/
* html #topNav li.home a {
	width: 36px;
	padding: 10px 16px 11px;
}
* html #topNav li.formulas a {
	width: 75px;
	padding: 10px 16px 11px;
}
* html #topNav li.foodservice a {
	width: 71px;
	padding: 10px 16px 11px;
}
* html #topNav li.breadpastry a {
	width: 52px;
	padding: 10px 16px 11px;
}
* html #topNav li.management a {
	width: 80px;
	padding: 10px 16px 11px;
}


/**/



	#topNav a:hover {
		background: none;
	}
	#topNav li.first a {
	}
	#topNav li.over a,
	#topNav li:hover a {
	}
	#topNav li a:hover {
	}
	#topNav li.subNav {
	}
	#topNav li.subNav li.first {
	}
	#topNav ul {
		font-size: 12px;
		width: 130px;
		display: none;
		position: absolute;
		z-index: 3;
		top: 44px;
		left: 0;
		margin: 0;
		padding: 0 5px;
		background: #fff;
	}
	#topNav li.over ul,
	#topNav li:hover ul {
		display: block;
	}
	#topNav ul li {
		width: 120px;
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		border: none;
	}
	#topNav li.subNav ul li a {
		padding: 5px 10px 5px;
	}
	#topNav ul li a:hover {
	}

	.icopy { float: right; clear: both; background: url(/images/icopy_w.gif) no-repeat right 2px; margin: 2em 0; padding-right: 32px; }
	.icopy:hover { background: url(/images/icopy_g.gif) no-repeat right 2px; }
	.icopy a { font-weight: normal; }

	img.left { margin: 5px 5px 5px 0; float: left; }
	img.right { margin: 5px 0 5px 5px; float: right; }
	img.center { display: block; margin-top: 5px; margin-left: auto; margin-right: auto; margin-bottom: 5px; }

	.imageAlignLeft {
		float: left;
		margin: 0 5px 5px 0;
	}
	.imageAlignRight {
		float: right;
		margin: 0 0 5px 5px;
	}

	div.left { margin: 5px 5px 5px 10px; float: left; }
	div.right { margin: 5px 10px 5px 5px; float: right; }
	div.center { margin-top: 5px; margin-left: auto; margin-right: auto; margin-bottom: 5px; }

	/* =============================================
	================== rightcat elements
	============================================= */
	.issueRight,
	.newsletterRight,
	.buyersguideRight {
		clear: both;
		width: 300px;
		overflow: hidden;
		margin-bottom: 10px;
	}



	.issueRight h2 {
		border-top: none;
		border-color: #ABA692;
		padding-top: 0;
	}
	.issueColumn1 li {
		padding-left: 0;
		border-color: #ABA690;
	}
	.issueColumn2 li {
		border: none;
		padding: 0;
	}
	.issueColumn2 li a {
		font-size: 11px;
		text-decoration: underline;
		font-weight: normal;
		color: #FFF;
	}
	.issueColumn1 {
		width: 165px;
		float: left;
		background:	#E6E1CB;
    min-height:235px;
    height:auto !important;
    height:235px;
	}
	.issueColumn1 .contentPadding {
		padding: 10px 15px;
	}
	.issueColumn2 {
		width: 135px;
		float: left;
		background:	#524235;
    min-height:235px;
    height:auto !important;
    height:235px;
	}
	.issueColumn2 .contentPadding {
		padding: 10px 9px;
	}

	.buyersguideRight li {
		padding-left: 5px;
	}
	.buyersguideRight li a {
		font-weight: normal;
	}
	.buyersguideRight .column1,
	.buyersguideRight .column2 {
		width: 135px;
		float: left;
		margin-left: 5px;
	}
	.buyersguideRight .column2 {
		margin-left: 5px;
	}

	.newsletterRight p {
		width: 170px;
	}





	div.left img.left { margin: 0 0 0 0; }
	div.right img.right { margin: 0 0 0 0; }
	div.center img.center { margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; }

	p.center { display: block; margin-top: 0; margin-left: auto; margin-right: auto; margin-bottom: 5px; }

	/* topCat layout */

	.utilNav { padding: 0; margin: 10px 0 10px 0; float: right; text-align: left; }
	.utilNav ul { list-style: none; font-size: 12px; padding: 0 0; margin: 0; }
	.utilNav li { margin: 0; padding: 0 10px 0 20px; float: left; list-style: none; }
	.utilNav a {  margin: 0; padding: 0; text-transform: lowercase; }

	.utilNav2 {
		clear: right;
		text-align: right;
	}
	.utilNav2 ul {
		float: right;
	}
	.utilNav2 li {
		list-style: none;
		float: left;
	}
	.utilNav2 li a {
		color: #CF7418;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
	}


	#searchBox { width: 500px; float: right; padding: 0; margin: 0; color: #B7A187; margin-bottom: 27px; }
	#searchBox form {
		clear: right;
	}
	#searchBox label {
		display: none;
	}
	#searchSite {
		font-size: 14px;
		padding: 3px 2px;
		border: 1px solid #000;
	}
	#searchBox input,
	#searchBoxRight input {
		line-height: 12px;
		vertical-align: bottom;
	}
	#searchBox p { margin: 0; text-align: right; }
	#searchBox a { padding: 0; font-weight: normal; color: #B7A187; }
	input.button { border: 0; padding: 0; }
	.advancedSearch {
		text-transform: uppercase;
		float: right;
		margin: 6px 5px 0 0px;
		font-size: 12px;
		display: inline;
	}
	#searchBox .advancedSearch a {
		padding-right: 3px;
	}
	.searchInputs {
		float: right;
		text-align: right;
	}

	#rightCat .searchInputs {
		text-align: left;
		float: left;
	}
	#searchBoxRight {
		margin-bottom: 30px;
		width: 300px;
		overflow: hidden;
	}
	#searchBoxRight #searchSite {
		width: 256px;
		margin-right: 2px;
		border: 1px solid #796C63;
	}


	#topcat p { margin: 0; }


	.searchresults { float: right; }
	.searchresults form { display: inline; }

	.toc { clear: left; }



	.dblColumn,
	.nestedDblColumn {
		width: 625px;
		border-collapse: collapse;
		overflow: hidden;
	}
	.dblColumn {
		margin-bottom: 15px;
	}
	.cathome .dblColumn .leftCell,
	.cathome .nestedDblColumn .leftCell {
		width: 386px;
	}

	.cathome .dblColumn .rightCell,
	.cathome .nestedDblColumn .rightCell {
		width: 239px;
	}

	.dblColumn .leftCell,
	.nestedDblColumn .leftCell {
		width: 313px;
	}
	.dblColumn .rightCell,
	.nestedDblColumn .rightCell {
		width: 312px;
	}

	.dblColumn .leftColumn,
	.nestedDblColumn .leftColumn,
	.dblColumn .rightColumn,
	.nestedDblColumn .rightColumn	{
		padding: 0px 15px 10px 0;
	}

	.topStory .nestedDblColumn .leftColumn,
	.topStory .nestedDblColumn .rightColumn {
		padding: 10px 15px 10px 15px;
	}


	.topStory {
		border-top: 6px solid #E5E1C8;
		margin-bottom: 17px;
	}
	.topStory h1 {
		font-size: 12px;
		padding: 0;
		border: 0;
	}
	.topStory h2 {
		border-bottom: 1px solid #ABA692;
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.topStory li {
		border-color: #ABA690;
		padding: 0 0 6px 0;
		margin-bottom: 5px;
	}
	.topStory .leftCell {
		background: #F6F3E2;
	}
	.topStory .rightCell {
		background: #E5E1C8;
	}





	.currentissue { background: #dce3eb; padding: 7px; margin-bottom: 10px; text-align: center; }

	/*Featured Results*/
	.featuredheader { }
	.featuredlinebg { }
	.featuredleadin { }
	.featureddesc { }

	/*Regular Results*/
	.resultsheader1 { }
	.resultsheader2 { }
	.resultsleadin { }
	.resultsleadinBakeryNet {
		padding-right: 73px; background: url(/images/search_icon_bakeryNet.gif) no-repeat right 2px;
	}
	.resultsbyline { }
	.resultsdesc { }
	.resultsmedia { }
	.resultslinks { }
	.searchterm { }


	#issuecovers { clear: both; }
	#issuecovers h2 { font-weight: normal; color: #fff; height: 16px; padding: 2px 10px; margin: 5px 0; line-height: 16px; background-color: #666; font-size: 12px; text-transform: uppercase; }
	#issuecovers table tr.date td { background: #ccc; border-bottom: #666 1px solid; padding: 3px 0; text-align: center; vertical-align: middle; }
	#issuecovers table tr.date td a { font-weight: normal; font-size: 10px; color: #666; line-height: 24px; display: block; text-decoration: none; }

	/* Browse Recent Issues */

	/* End Browse Recent Issues */
	#footerContainer {
		background: #352C27;
		clear: both;
		height: 65px;
		margin-top: 16px;
	}
	#footer {
		margin: 0 auto;
		width: 970px;
		text-align: left;
		padding: 25px 0 0 0;
		color: #B3AE9B;
	}
	#footer a:hover {
		text-decoration: underline;
	}


	#footer p { margin: 0; }
	#footer ul { padding: 0; margin: 0; list-style-type: none; white-space: nowrap; float: right; }
	#footer ul li { display: inline; float: left; padding: 0; margin: 0; border: none; }
	#footer ul li a { padding: 0 0 0 20px; color: #B3AE9B; font-weight: normal; text-decoration: none; }
	#footer ul li a.first { border-left-width: 0; }

	/*ad formatting*/

	.googlead { clear: both; margin-top: 30px; }
	.ad { margin: 5px 0; padding: 0; }

	#topCat .ad728x90 {
		margin: 24px 0 0 0;
		background: url(/images/advertisement_vert.gif) no-repeat left;
		padding-left: 16px;
		clear: both;
	}


	.bannerSideBox {
		float: right;
		width: 175px;
		margin: 0;
	}
	.bannerSideBox p {
		margin: 0;
	}

	p.advertisement {
		margin: 0 0 5px 0;
		color: #999;
		font-family: verdana;
		font-size: 10px;
		text-align: right;
		text-transform: uppercase;
	}

	#bottomContentContainer {
		clear: both;
		margin-bottom: 16px;
		width: 100%;
		overflow: hidden;
	}
	#bottomContent {
		width: 940px;
		margin: 0 auto;
	}

	.upcomingEvents {
		width: 512px;
		margin-right: 16px;
		float: left;
	}
	.event1,
	.event2,
	.event3,
	.event4 {
		width: 150px;
		padding: 7px 10px 2px 10px;
		min-height: 90px;
		float: left;
		border-left: 1px solid #D0CBB8;
	}
	.event1 {
		border-left: none;
		padding-left: 0px;
	}
	.upcomingEvents a {
		font-weight: normal;
	}
	.upcomingEvents h3 a {
		font-weight: bold;
	}
	.upcomingEvents h3 {
		margin-bottom: 0;
	}
	.upcomingEvents h2 {
		margin-bottom: 0;
	}
	.upcomingEvents p {
		margin-top: 0;
	}

	.pastIssues {
		width: 213px;
		float: left;
	}
	.bottomAd {
		float: right;
	}
	#rightCat .ad {
		clear: both;
		margin: 10px 0 18px 0;
	}
	.clickabilitySponsor { float: right; width: 88px; height: 31px; padding-right: 27px; }


	.contentwellad75x75, .ad75x75, .pagead75x75, .storyad75x75 { width: 75px; }
	.contentwellad120x60, .ad120x60, .pagead120x60, .storyad120x60 { width: 120px; }
	.contentwellad120x240, .ad120x240, .pagead120x240, .storyad120x240 { width: 120px; }
	.contentwellad120x600, .ad120x600, .pagead120x600, .storyad120x600 { width: 120px; }
	.contentwellad125x125, .ad125x125, .pagead125x125, .storyad125x125 { width: 125px; }
	.contentwellad160x600, .ad160x600, .pagead160x600, .storyad160x600 { width: 160px; }
	.contentwellad180x150, .ad180x150, .pagead180x150, .storyad180x150 { width: 180px; }
	.contentwellad234x60, .ad234x60, .pagead234x60, .storyad234x60 { width: 234px; }
	.contentwellad234x400, .ad234x400, .pagead234x400, .storyad234x400 { width: 234px; }
	.contentwellad240x400, .ad240x400, .pagead240x400, .storyad240x400 { width: 240px; }
	.contentwellad250x250, .ad250x250, .pagead250x250, .storyad250x250 { width: 250px; }
	.contentwellad300x60, .ad300x60, .pagead300x60, .storyad300x60 { width: 300px; }
	.contentwellad300x125, .ad300x125, .pagead300x125, .storyad300x125 { width: 300px; }
	.contentwellad300x250, .ad300x250, .pagead300x250, .storyad300x250 { width: 300px; }
	.contentwellad336x60, .ad336x60, .pagead336x60, .storyad336x60 { width: 336px; }
	.contentwellad336x125, .ad336x125, .pagead336x125, .storyad336x125 { width: 336px; }
	.contentwellad336x280, .ad336x280, .pagead336x280, .storyad336x280 { width: 336px; }
	.contentwellad336x850, .ad336x850, .pagead336x850, .storyad336x850 { width: 336px; }
	.contentwellad468x60, .ad468x60, .pagead468x60, .storyad468x60 { width: 468px; }
	.contentwellad728x90, .ad728x90, .pagead728x90, .storyad728x90 {  }

/****** Photo gallery formatting ******/
.galleryrow {
	margin: 10px 0;
}
.galleryrow a {
	margin: 0 5px;
}
.imagecaption { padding: 5px 10px 20px 0;}
/****** /Photo gallery formatting ******/



/****** Standard Video Player ******/

    #flash_video {
      margin-top: 11px;
      text-align: center;
    }
    #videoContainer {
      width: 765px;
      margin: 0 auto;
      background: #8C8C8C;
      padding-bottom: 3px;
      margin-bottom: 2px;
    }
    #videoContainer .videoLeft {
      width: 489px;
      float: left;
      margin-left: 4px;
    }
    #videoContainer .videoHeader {
      height: 112px;
      background: url(/images/player_top_bkgd.gif);
      overflow: hidden;
      text-align: center;
    }
    #videoContainer .videoHeader div {
      margin: 14px auto 0 auto;
      width: 468px;
      height: 90px;
      background: url(/images/BakeryChannelHeader_TV8.jpg) no-repeat;
    }
    #videoContainer .videoHeader img {
      margin-top: 14px;
    }
    #videoContainer .videoWindow {
      height: 344px;
      background: url(/images/player_bkgd.gif);
      overflow: hidden;
    }
    #videoContainer .videoRight {
      width: 262px;
      float: left;
      text-align: left;
    }
    #videoContainer .videoRightTop {
      height: 91px;
      background: url(/images/player_rt_top.gif);
      overflow: hidden;
    }
    #videoContainer .videoDescription {
      height: 202px;
      background: url(/images/player_rt_middle.gif);
      overflow: hidden;
    }
    #videoContainer .videoDescription .avText {
      height: 160px;
      margin-top: 32px;
      margin-right: 6px;
      overflow: auto;
    }
    #videoContainer .relatedArticle {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #videoContainer .videoOther {
      height: 157px;
      background: url(/images/player_rt_bottom.gif);
      overflow: hidden;
    }
    #videoContainer .videoOther .avText {
      height: 125px;
      margin-top: 22px;
      margin-right: 6px;
      overflow: auto;
    }
    #videoContainer .videoDescription h3 {
      margin: 12px 8px 7px 12px;
    }
    #videoContainer .videoRightTop .avSponsor p {
      margin: 15px 0 7px 2px;
    }
    #videoContainer h3 {
      color: #000;
      font: bold 11px Verdana, Arial, Helvetica, sans-serif;
      margin-left: 12px;
    }
    #videoContainer .videoRight p {
      margin-left: 12px;
      margin-right: 8px;
    }

    #videoContainer .pagead {
      clear: both;
      text-align: center;
    }
    #videoContainer p {
      margin-top: 3px;
      margin-bottom: 6px;
    }
    #videoContainer .relatedVideo {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #videoContainer td, #videoContainer div, #videoContainer p  {
      font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    }
    .video_sponsor_top img {
      margin: 14px 0 0 10px;
    }
    .video_sponsor_bottom {
      margin: 0 0 0 20px;
      text-align: left;
      font-size: 10px;
      color: #EFEFEF;
    }
    /****** /Standard Video Player ******/
    /****** Standard Podcast Player ******/
    #iframediv #audioPlayer { 
      margin: 0px 7px; 
    }
    .podcastsPlayer {
      font: normal 12px Arial, Helvetica, sans-serif;
      color: #000;
    }
    .podcastsPlayer a {
      color: #cbfbff; 
      text-decoration: none;
    }
    .podcastsPlayer a:hover {
      text-decoration: underline;
    }
    .podcastsPlayer h2 {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      color: #c60;
      clear: both;
    }
    .mediaOptions {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .mediaOptions li {
      float: left;
      margin-right: 10px;
    }
    .mediaOptions li a {
      display: block;
    }
    .mediaOptions li.download a {
      width: 103px;
      height: 24px;
      background: url(/images/podcast_download_now.gif) no-repeat;
    }
    .mediaOptions li.subscribe a {
      width: 81px;
      height: 24px;
      background: url(/images/podcast_subscribe.gif) no-repeat;
    }
    .mediaOptions li a span {
      display: none;
    }
    .podcastsPlayer #iframediv { 
      background: #5F5D62; 
      margin: 7px; 
      width: 336px; 
    }
    .podcastsPlayer #playerWrapper {
    /*	background: #fff url(/images/podcast_bkgd.gif) repeat-x top; */
      padding: 15px 0 0; 
      width: 722px; 
      text-align: left; 
      overflow: hidden;
      border-bottom: 20px solid #7C7C7C;
      margin: 0 auto;	
    }
    .podcastsPlayer #playerWrapper .avText {
      padding: 10px; 
      margin: 0px 10px 10px 10px; 
      color: #000;
      background: #E6CA9E;
      text-align: left; 
      clear: both;
    }
    .podcastsPlayer #playerWrapper h3 {
      font-weight: normal;
      text-align: left;
      margin-left: 15px;
      color: #fff;
    }
    .podcastsPlayer #playerWrapper .rightCat {
      width: 336px; 
      float: right; 
      padding: 0px 0px 5px 0px;
      background: #FFF;
      margin-right: 10px;
      display: inline;
    }
    .podcastsPlayer #playerWrapper .rightCat .ad {
      margin-top: 0; 
    }
    .podcastsPlayer #playerWrapper .leftCat {
      text-align: center; 
      width: 350px; 
      margin-left: 8px;
      margin-right: 8px;
      float: left;
    }
    .podcastsPlayer #playerWrapper .roundedCorners {
      background: #D3983F url(/images/podcast_bg_gradient.gif);
      background-repeat: repeat-x;
      margin-bottom: 10px;
    }
    .podcastsPlayer #playerWrapper .leftCat p {
      margin: 10px 0 5px; 
      text-align: left; 
    }
    .podcastsPlayer #playerWrapper .leftCat .nowPlaying {
      margin-top: 20px;
      margin-left: 15px;
      margin-bottom: 0px;
      color: #fff;
      text-align: left;
      float: left;
      text-transform: uppercase;
      font-size: 11px;
    }
    .podcastsPlayer #playerWrapper .avText, .podcastsPlayer #playerWrapper .avRelated {
      padding: 10px; 
      margin: 0px 10px 10px 10px; 
      color: #000;
      text-align: left; 
      clear: both;
    }
    .podcastsPlayer #playerWrapper .avRelated {
      padding: 0;
      margin-left: 10px;
      background: #E6CA9E;
    }
    .podcastsPlayer #playerWrapper .avRelated div {
      padding: 15px 15px 15px 45px;
      margin-bottom: 1px;
      background: url(/images/podcast_mic.gif) no-repeat 5px;
    }
    .podcastsPlayer #playerWrapper .avRelated.avRelatedArticle div {
      padding: 15px 15px 15px 10px;
      margin-bottom: 1px;
      background: none;
    }
    .podcastsPlayer #playerWrapper .avRelated div a {
      font-weight: bold;
      color: #C60;
    }

    .podcastsPlayer #playerWrapper .leftCat .buttons {
      float: right;
      margin: 0 0px 10px 0;
    }
    .podcastsPlayer #playerWrapper .leftCat .buttons img {
      padding: 2px;
    }
    .podcastsPlayer #pixeltracker { position: absolute; left: -5px; top: 0; }
    .podcastsPlayer #playerhead {
      width: 730px; 
      height: 90px; 
      margin: 0 auto;
    }
    .podcastsPlayer #playerhead h1 {
      height: 90px;
    }
    .podcastsPlayer #playerhead a {
      background: url(/images/podcast_logo.jpg) no-repeat top left; 
      height: 0px;
      padding-top: 90px;
      width: 461px;
      display: block;
      overflow: hidden;
      float: left;
    }

    .podcastsPlayer #playerhead #search {
      float: right; 
      padding: 0px 10px 5px 10px; 
      margin: 5px;
    }
    .podcastsPlayer #search input {
      vertical-align: bottom;
    }
    .podcastsPlayer #search .searchKeywords {
      margin-bottom: 0px;
      border: 1px solid #CACACA;
    }
    .podcastsPlayer #search input {
      border: none;
    }
    .podcastButtons {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #405F73;
    }
    .podcastsPlayer #playerfoot {
      background: #7C7C7C; 
      width: 730px; 
      height: 25px; 
    }
    .ad p {
      text-align: left;
    }
    /****** Standard Podcast Player ******/

    /****** Streaming media archive page ******/

    .streamingMediaLeadin {
      overflow: hidden;
	  zoom: 1;
      margin-bottom: 10px;
      margin-top: 10px;
    /*	border-bottom: 1px solid #c9c9c9;*/
    }
    .streamingMediaLeadin .byline {
      margin: 0;
    }
    .streamingMediaLeadin img {
      margin-bottom: 10px;
	  margin-right: 10px;
    }
    .streamingMediaLeadin h3 { 
      margin-top: 0;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions {
      list-style: none;
      margin: 5px 0 0 0;
      padding: 0;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li {
      float: left;
      height: 24px;
      margin: 0 5px 0 5px;
      padding-left: 0;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li span {
      display: none;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li.listen {
      background: url(/images/podcast_listen_btn.jpg) no-repeat;
      width: 68px;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li.download {
      background: url(/images/podcast_download_btn.jpg) no-repeat;
      width: 115px;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li.download a {
      width: 115px;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li.subscribe {
      background: url(/images/podcast_subscribe_btn.jpg) no-repeat;
      width: 88px;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li.subscribe a {
      width: 88px;
    }
    #streamingMediaArchive .streamingMediaLeadin ul.mediaOptions li a {
      display: block;
      height: 24px;
      background: none;
    }


    /****** /Streaming media archive page ******/

/**** Social Bottom ****/

#socialbottom {display:inline-block; vertical-align:bottom;}
#socialbottom .tweetme, #socialbottom .facebookshare {width: 65px; margin-right:5px; float: left; }

#share {
          height: 25px;
          padding: 1px;
          margin-left:0px;
}
.share-box {
          width: 60px;
          padding-top: 10px;
	  padding-right: 5px;
          text-align: center;
          margin-right: 13px;
          float: left;
          background-color: #FFF;
}
.share-box-yahoo {
          width: 70px;
          padding-top: 10px;
          text-align: center;
          margin-left: 5px;
          margin-right: 0px;
          float: left;
          background-color: #FFF;
          padding-left:10px;
}
.share-box-stumble {
          width: 70px;
          padding-top: 10px;
          padding-left: 1px;
          padding-right: 5px;
          text-align: center;
          margin-right: 13px;
          float: left;
          background-color: #FFF;
}
.share-box-facebook {
          padding-top: 10px;
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          margin-right: 13px;
          float: left;
          background-color: #FFF;
}

.share-box-google {
          width: 90px;
          padding-top: 10px;
	  padding-left: 5px;
          text-align: center;
          margin-right: 13px;
          float: left;
          background-color: #FFF;
}

.rssimage {vertical-align:bottom;}

.coloredboxRight {background: url('/images/buyers-guide-promo4.gif') no-repeat;
		}


}


