/* @group general */

	* {
		top: 0px; 
		padding:0; 
		z-index:0; 
		}

	body {
		margin: 0; 
		background-image: url(../images_site/site_backdrop.png); 
		background-color: #ccccca; 
/*		background-color: #999997;  */
		background-position: center; 
		background-repeat: repeat-y; 
		font: normal normal 12px/1.5em Georgia, "Times New Roman", Times, serif; 
		color: #2d2b1d; 
		text-decoration: none; 
		}

	.contentarea {
		width: 980px; 
		margin-left: auto; 
		margin-right: auto; 
		position: relative; 
		z-index: 1; 
		}

	.hidden_image {
		left: 0px;
		top: 0px;
		z-index: 10;
/* 		position: absolute; */
		}

	.grayed_out { 
		opacity: 0.3; 
		filter: alpha(opacity=30); 
		}


	/* @group global header */

		#globalheader { 
			margin-top: 7px; 
			left: 0px; 
			width: 710px; 
			height: 28px; 
			position: relative; 
			top: 0px; 
			z-index: 9998; 
			}

		#globalheader #globalnav { 
			margin: 0; 
			padding: 0; 
			}

		#globalheader #globalnav li { 
			display: inline; 
			}

		#globalheader #globalnav li a { 
			float: left; 
			width: 117px; 
			height: 0; 
			padding-top: 28px; 
			overflow: hidden; 
			}

		/* se localized language css for this one */
		#globalheader #globalnav li a,
		#globalheader #globalsearch { 
			}


		/* @group buttons */

			#globalheader #globalnav li#nav-pren a { 
				background-position: 0 0; 
				}

			#globalheader #globalnav li#nav-meetings a { 
				background-position: -117px 0px; 
				}

			#globalheader #globalnav li#nav-news a { 
				background-position: -234px 0; 
				}

			#globalheader #globalnav li#nav-shop a { 
				background-position: -351px 0; 
				}

			#globalheader #globalnav li#nav-editorial a { 
				background-position: -468px 0; 
				}

			#globalheader #globalnav li#nav-advertise a { 
				background-position: -585px 0; 
				}

		/* @end */


		/* @group buttons mouseover */

			#globalheader #globalnav li#nav-pren a:hover { 
				background-position: 0 -28px; 
				}

			#globalheader #globalnav li#nav-meetings a:hover { 
				background-position: -117px -28px; 
				}

			#globalheader #globalnav li#nav-news a:hover { 
				background-position: -234px -28px; 
				}

			#globalheader #globalnav li#nav-shop a:hover { 
				background-position: -351px -28px; 
				}

			#globalheader #globalnav li#nav-editorial a:hover { 
				background-position: -468px -28px; 
				}

			#globalheader #globalnav li#nav-advertise a:hover { 
				background-position: -585px -28px; 
				}


		/* @end */


		/* @group buttons pressed */

			#globalheader #globalnav li#nav-pren a:active { 
				background-position: 0 -56px; 
				}

			#globalheader #globalnav li#nav-meetings a:active { 
				background-position: -117px -56px; 
				}

			#globalheader #globalnav li#nav-news a:active { 
				background-position: -234px -56px; 
				}

			#globalheader #globalnav li#nav-shop a:active { 
				background-position: -351px -56px; 
				}

			#globalheader #globalnav li#nav-editorial a:active { 
				background-position: -468px -56px; 
				}

			#globalheader #globalnav li#nav-advertise a:active { 
				background-position: -585px -56px; 
				}

		/* @end */


		/* @group buttons depressed */

			#globalheader.nav-pren #globalnav li#nav-pren a:hover { 
				background-position: 0 0; cursor: default; 
				}

			#globalheader.nav-meetings #globalnav li#nav-meetings a { 
				background-position: -117px -84px !important; 
				}

			#globalheader.nav-news #globalnav li#nav-news a { 
				background-position: -234px -84px !important; 
				}

			#globalheader.nav-shop #globalnav li#nav-shop a { 
				background-position: -351px -84px !important; 
				}

			#globalheader.nav-editorial #globalnav li#nav-editorial a { 
				background-position: -468px -84px !important; 
				}

			#globalheader.nav-advertising #globalnav li#nav-advertise a { 
				background-position: -585px -84px !important; 
				}

		/* @end */


	/* @end */


	/* @group links */

		a {
			font-weight: bold; 
			color: #244f7c; 
			text-decoration:none; 
			}

		a:link {
			font-weight: bold; 
			color: #005080; 
			text-decoration:none; 
			}

		a:visited {
			font-weight: bold; 
			color: #005080; 
			text-decoration:none; 
			}

		a:active {
			font-weight: bold; 
			color: #005080; 
			text-decoration:none; 
			}

		a:hover {
			font-weight: bold; 
			color: #999999; 
			text-decoration:none; 
			}

	/* @end */


/* @end */





/* @group tickers */


	/* @group front section columnist ticker */

		.columnist_ticker_box { 
			overflow: hidden;
			width: 180px; 
			height: 140px; 
			padding: 0px; 
			margin: 0px; 
			} 

		.columnist_ticker_box a { 
			color: #2d2b1d; 
			font-style: normal; 
			font-weight: normal; 
			} 

		.columnist_ticker_slide { 
			background-color: white; 
			width: 180px; 
			height: 140px; 
			padding: 0px; 
			margin: 0px; 
			top: 0px; 
			left: 0px; 
			} 

	/* @end */


	/* @group front section news ticker */

		.news_ticker_box { 
			overflow: hidden;
			width: 347px; 
			height: 310px; 
			padding: 0px; 
			margin: 0px; 
			} 

		.news_ticker_slide { 
			background-color: white; 
			width: 347px; 
			height: 310px; 
			padding: 0px; 
			margin: 0px; 
			top: 0px; 
			left: 0px; 
			font-style: normal;
			font-weight: normal;
			color: #2d2b1d; 
			} 

		.news_ticker_hidden_image {
			padding: 0px;
			margin: 0px;
			width: 347px;
			height: 237px;
			left: 0px;
			top: 0px;
			z-index: 10;
		}

		.news_ticker_overlay {
			margin: 0px;
			left: 0px;
			top: 0px;
			padding: 0px;
			height: 73px;
			width: 347px;
			}

		.news_ticker_clickbox {
			padding: 0px;
			margin: 0px;
			z-index: 100;
			left: 0px;
			top: 0px;
			position: absolute;
			width: 347px;
			height: 237px;
			} 

	/* @end */


	/* @group front section site news ticker */

		.site_news_ticker_box {
			overflow:hidden;
			width: 466px;
			height: 24px;
			padding: 0px;
			margin-top: 11px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			border: 1px solid #dfdfdf; 
			background-color: #f7f7f7; 
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			}

		.site_news_ticker a {
			font-style: normal;
			font-weight: normal;
			}

		.site_news_ticker_slide {
			background-color: #f7f7f7; 
			width: 464px; 
			padding: 0px; 
			margin: 1px; 
			top: 0px; 
			left: 0px; 
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px;
			text-align: center;
			}

	/* @end */


/* @end */





/* @group header stuff */


	/* @group top banner */

		.header_top_banner_ad {
			width: 980px; 
			height: 120px; 
			top: 0px; 
			left: 0px; 
			right: 0px; 
			bottom: auto; 
			position: relative; 
			z-index:9999; 
			}

		.header_top_banner_shadow {	/* shadow and space just below the top banner */
			width: 980px; 
			height: 14px; 
			top: 0px; 
			left: 0px; 
			right: 0px; 
			bottom: auto; 
			background-image: url(../images_site/banner_shadow.png); 
			background-repeat: repeat-x; 
			position: relative; 
			}

	/* @end */


	.headercontainer {
		height: 87px;
		width: 688px;
		margin: 0px;
		left: 0px;
		top: 0px;
		position: relative;
		}

	#header_site_head {	/* meetings international header/logo */
		float: left;
		width: 341px; 
		height: 87px; 
		top: 0px; 
		left: 15px; 
		background-image: url(../images_site/meetings_header.png); 
		background-repeat: no-repeat; 
		position: relative; 
		z-index: 9997; 
		}

	/* se localized language css for this one */
	#header_subscriptionpromo { 
	}
	
	
/* @end */





/* @group ad column */

	.adcolumn_main {	/* the entire ad column including the latest issue box on top */
		width: 250px; 
		position: absolute; 
		top: 134px; 
		right: 10px; 
		}


	/* @group subscription box */

		.adcolumn_subscription_box_main {	/* contains latest issue cover and related subscription and commercial links */
			width: 250px; 
			height: 177px; 
			margin-bottom: 10px; 
			text-align: right; 
			font-style: normal; 
			font-weight: normal; 
			font-size: 9pt; 
			}

		.adcolumn_subscription_box_clickable {	/* empty clickable area on top of the cover art */
			width: 145px; 
			height: 177px; 
			}

		.adcolumn_subscription_box_text_area {	/* subscription box text area */
			width: 95px; 
			margin-top: 0px; 
			margin-right: 0px; 
			padding-top: 15px; 
			padding-bottom: 25px; 
			padding-right: 10px; 
			line-height: 1.75em; 
			}

		.adcolumn_subscription_box_text_area a {	/* remove bold on links in subscription box text area */
			font-style: normal; 
			font-weight: normal; 
			}

	/* @end */


	.adcolumn_ad_box {	/* general container for each ad in the ad column */
		margin-bottom: 10px; 
		}

	.adcolumn_mi_promo_box {
		width: 250px; 
		height: 63px; 
		margin-bottom: 7px; 
		}

	.adcolumn_mi_promo_clickable {
		width: 250px; 
		height: 63px; 
		margin-bottom: 7px; 
		}

/* @end */





/* @group news column */

	.newscolumn_layout_section {	/* the entire news column including columnists, search and sponsors, in addition to news */
		margin-left: 16px;
		float: left;
		width: 180px; 
		position: relative; 
		top: 8px; 
		left: 0px; 
		z-index: 7000; 
		}

	.newscolumn_layout_preview_section {	/* news column preview */
		width: 180px; 
		margin-right: 20px; 
		}


	/* @group news column columnist */

		.newscolumn_columnist_box {
			background-position: right bottom; 
			background-repeat: no-repeat; 
			width: 180px; 
			height: 80px; 
			border-bottom: 1px solid #cccccc; 
			text-align: left; 
			color: #005080; 
			font-size: 14px; 
			font-weight: bold; 
			text-transform: uppercase; 
			}

		.newscolumn_columnist_text {
			padding-top: 9px; 
			line-height: 1.4em; 
			}

	/* @end */


	/* @group news column general */

		hr {
			width: 50%; 
			height: 0px; 
			margin-top: 0px; 
			margin-bottom: 0px; 
			padding: 0px; 
			color: #ffffff; 
			background-color: #eeeeee; 
			border: 0px; 
			}

		.newscolumn_search {
			width:180px; 
			height: 37px; 
			margin-top: 5px; 
			font-size: 12px; 
			color: #999999; 
			}

		.newscolumn_header {
			margin-top: 20px; 
			padding-bottom: 3px; 
			letter-spacing: 0.1em; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 14px; 
			color: #666666; 
			text-align: center; 
			border-bottom: solid; 
			border-bottom-width: 1px; 
			border-bottom-color: #cccccc; 
			position: relative; 
			}

	/* @end */


	/* @group news column teasers */

		.newscolumn_newsteaser_category { 
/*			display: none;  */
			letter-spacing: 0.15em; 
			font-size: 6.5pt; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			padding-left: 4px; 
			padding-right: 4px; 
			text-align: center; 
			padding-bottom: 3px; 
			color: #2e2b1e; 
			text-transform: uppercase; 
			}

		.newscolumn_newsteaser_text {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 1.4em;
			padding-top: 10px; 
			padding-bottom: 0px; 
			padding-left: 4px; 
			padding-right: 4px; 
			color: #2e2b1e; 
			text-align: center; 
			position: relative; 
			}

		.newscolumn_newsteaser_text a {
			font-size: 10.5pt; 
			}

		.newscolumn_newsteaser_more {
			margin-top: 5px;
			font-size: 7.5pt;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			text-align: center;
			}

		.newscolumn_newsteaser_more a {
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
			}

		.newscolumn_adteaser {
			padding-left: 10px; 
			padding-right: 10px; 
			text-align: center; 
			padding-top: 10px; 
			padding-bottom: 0px; 
			font: 10px verdana, helvetica, sans-serif; 
			line-height: 1.4em; 
			position: relative; 
			}

		.newscolumn_adteaser a {
			font-size: 8.5pt; 
			color: #408997; 
			}

	/* @end */


	/* @group news column sponsors */

		.newscolumn_sponsors {
			padding-top: 9px; 
			padding-bottom: 10px; 
			position: relative; 
			}

		.newscolumn_sponsor_left { 
			float: left; 
			padding-right: 20px; 
			padding-bottom: 20px; 
			}

		.newscolumn_sponsor_right { 
			float: right; 
			padding-left: 10px; 
			padding-right: 20px; 
			padding-bottom: 20px; 
			}

	/* @end */


/* @end */





/* @group article column */

	.articlecolumn_layout_section {	/* the entire article column */
		margin-left: 16px;
		float: left;
		width: 180px; 
		position: relative; 
		top: 8px; 
		left: 0px; 
		z-index: 7000; 
		}

	.articlecolumn_layout_preview_section {	/* the entire article column preview */
		position: relative;	                                       
		margin-bottom: 40px;	                                       
		width: 180px; 
		margin-right: 20px;
		}

	.articlecolumn_layout_section p {
		margin: 0px; 
		padding: 0px; 
		}

	/* @group news column general */

		.articlecolumn_cover {
			width: 180px; 
			height: 200px; 
			}

		/* @end */


	/* @group article column teasers */

		.articlecolumn_header {
			margin-top: 20px; 
			padding-bottom: 3px; 
			letter-spacing: 0.1em; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 14px; 
			color: #666666; 
			text-align: center; 
			border-bottom: solid; 
			border-bottom-width: 1px; 
			border-bottom-color: #cccccc; 
			position: relative; 
			}

	.articlecolumn_preview_header { 
			margin-top: 1px; 
			padding-bottom: 3px; 
			letter-spacing: 0.1em; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 14px; 
			color: #666666; 
			text-align: center; 
			border-bottom: solid; 
			border-bottom-width: 1px; 
			border-bottom-color: #cccccc; 
			position: relative; 
			}

	.articlecolumn_category { 
			letter-spacing: 0.15em; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-size: 6.5pt; 
			line-height: 1.4em; 
			color: #2e2b1e; 
			text-align: center; 
			text-transform: uppercase; 
			}

		.articlecolumn_category_selected { 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-size: 6.5pt; 
			line-height: 1.4em;
			letter-spacing: 0.15em; 
			color: #999999; 
			text-align: center; 
			text-transform: uppercase; 
			}

		.articlecolumn_text {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 1.4em;
			margin-top: 16px; 
			margin-bottom: 0px; 
			margin-left: 4px; 
			margin-right: 4px; 
			color: #2e2b1e; 
			text-align: center; 
			}

		.articlecolumn_text_selected {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 1.4em;
			margin-top: 16px; 
			margin-bottom: 0px; 
			margin-left: 4px; 
			margin-right: 4px; 
/*			padding: 1px;  */
			color: #999999; 
			text-align: center; 
/*
			border-color: #bbbbbb;
			border-width: 1px;
			border-style: solid;
*/
			}

		.articlecolumn_text a {
			font-size: 10.5pt;
			}

		.articlecolumn_text_selected a {
			font-size: 10.5pt;
			color: #999999; 
			}

	/* @end */


/* @end */





/* @group main column */

	.maincolumn_layout_section {	/* main container for all content in the main column */
		left: 0px;
		top: 0px;
		float: left;
		margin-top: 18px;
		margin-left: 25px;
		z-index: 1; 
		position: relative; 
		width: 468px; 
		}

	.maincolumn_layout_preview_section {	/* main preview container for all content in the preview main column */
		width: 468px; 
		font: normal normal 12px/1.5em Georgia, "Times New Roman", Times, serif; 
		}

	.maincolumn_main_article {	/* container for the main text in the main column */
		position: relative; 
		}

	.maincolumn_main_preview_article {	/* container for the main text in the main column */
		margin-top: 3px; 
		position: relative; 
		}

	.addthis_news {
		margin-top: 10px;
		margin-bottom: 0px;
		}

	.addthis_ad {
		margin-top: 0px;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-right: 15px;
		text-align: right;
		}

	.addthis_articles {
		margin-top: -20px;
		margin-bottom: 15px;
		margin-right: 15px;
		}
		
	.addthis_toolbox {
		height: 16px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 7.5pt;
		}

	.addthis_toolbox .custom_images a {
	    padding-left: 3px;
	    padding-right: 3px;
	    opacity: 0.75;
		}
		
	.addthis_toolbox .custom_images a:hover {
	    opacity: 1;
		}
		
	.addthis_separator {
	    text-align: center;
	    height: 16px;
	    width: 21px;
		}
		
	.addthis_separator img {
	    background-color: #d9d9d9;
		}
		
	.maincolumn_newsbanner {
			margin-top: 20px;
			position: relative;
			height: 60px;
			width: 468px;
		}

	/* @end */





/* @group site footer */

	.site_footer_main {
		width: 610px;
		margin-left: 20px;
		padding-top: 40px; 
		padding-bottom: 40px; 
		top: auto; 
		font: bold 10pt "Lucida Grande", Lucida, Verdana, sans-serif; 
		text-align: left; 
		letter-spacing: 0.25pt; 
		position: relative; 
		z-index: 0; 
		}

	.site_footer_copyright {
		margin-top: 4px; 
		font-size: 7pt; 
		font-weight: normal; 
		font-style: normal; 
		letter-spacing: 0; 
		text-transform: none; 
		}

/* @end */





/* @group general formatting */

	ul {
		margin-top: 5px; 
		margin-bottom: 5px; 
		margin-left: 1.5em; 
		list-style-type: square; 
		list-style-position: outside; 
		}

	ol {
		margin-top: 5px; 
		margin-bottom: 5px; 
		margin-left: 3em; 
		list-style-type: decimal; 
		list-style-position: outside; 
		}

	div:hover {
		z-index:100; 
		}

	.left { 
		float: left; 
		}

	.right { 
		float: right; 
		}

	.photo_byline {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
		font-style: normal; 
		font-weight: normal; 
		font-size: 6pt; 
		letter-spacing: 0.25pt; 
		text-decoration: none; 
		text-align: left; 
		position: relative; 
		}

	.text_highlight {	/* coloured text */
		color: #992c19;
		}

	.error_message {
		margin-top: 0px; 
		margin-bottom: 10px; 
		margin-left: 20px; 
		font-style: italic; 
		font-size: 15px; 
		line-height: normal; 
		}

/* @end */





/* @group front */


	/* @group front general */

		.front_section_header { 
			padding-bottom: 3px; 
			margin-top: 30px; 
			margin-bottom: 12px; 
			letter-spacing: 0.1em; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 14px; 
			color: #666666; 
			text-align: center; 
			border-bottom: solid; 
			border-bottom-width: 1px; 
			border-bottom-color: #cccccc; 
			position: relative; 
			}

		.front_section_header img { 
				top: auto; 
				bottom: 3px; 
				position: relative; 
				float: right; 
				text-align: right; 
			}

		.front_section_header_top { 
			padding-bottom: 3px; 
			margin-bottom: 12px; 
			letter-spacing: 0.1em; 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 14px; 
			color: #666666; 
			text-align: center; 
			border-bottom: solid; 
			border-bottom-width: 1px; 
			border-bottom-color: #cccccc; 
			position: relative; 
			}

		.front_section_header_top img { 
				top: auto; 
				bottom: 3px; 
				position: relative; 
				float: right; 
				text-align: right; 
			}

	/* @end */


	/* @group front section front stories */


		.front_story_large_main {
			width: 343px; 
			font-size: 9pt; 
			}

		.front_story_large_photo {
			background-repeat: no-repeat; 
			}

		.front_story_large_category {
			padding-top: 8px;
			margin: 0px;
			letter-spacing: 0.15em; 
			font-style: normal; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-weight: normal; 
			font-size: 7pt; 
			text-transform: uppercase; 
			}

		.front_story_large_headline { 
			width: 347px; 
			height: 1.15em; 
			margin-bottom: 1px; 
			font-weight: bold; 
			font-size: 16pt; 
			line-height: 1.1em; 
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			}

		.front_story_large_text {
			margin-top: 0px;
			height: 1.4em;
			width: 347px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			}

		.front_story_medium_main {
			position: relative;
			line-height: 1.4em;
			margin-top: 25px; 
			}

		.front_story_medium_hidden_image {
			float: left;
			width: 108px;
			height: 74px;
			left: 0px;
			top: 0px;
			z-index: 10;
/* 			position: absolute; */
		}

		.front_story_medium_clickbox {
			float: left;
			width: 108px;
			height: 74px;
			z-index: 100;
			left: 0px;
			top: 0px;
			position: absolute;
			}

		.front_story_medium_category {
			letter-spacing: 0.15em; 
			font-style: normal; 
			margin-top: 0px; 
			margin-bottom: 2px; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-weight: normal; 
			font-size: 7pt; 
			text-transform: uppercase; 
			}

		.front_story_medium_headline {
			margin: 0 0cm 3px; 
			font-weight: bold; 
			font-size: 12pt; 
			line-height: 1.1em; 
			}

		.front_story_medium_text {
			padding-left: 118px;
			}

		.front_story_small_headline {
			min-width: 112px; 
			width: 112px; 
			max-width: 112px; 
			margin-top: 10px; 
			font-weight: bold; 
			line-height: normal; 
			text-align: left; 
			text-transform: none; 
			letter-spacing: 0px; 
			}

		.front_story_small_main {
			max-width: 112px; 
			min-width: 112px; 
			width: 112px; 
			margin-top: 5px; 
			margin-bottom: 10px; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-style: normal; 
			font-weight: normal; 
			font-size: 8pt; 
			line-height: normal; 
			text-align: left; 
			text-transform: none; 
			letter-spacing: 0px; 
			}

		.front_story_small_main2 {
			max-width: 112px; 
			min-width: 112px; 
			width: 112px; 
			margin-top: 5px; 
			margin-bottom: 10px; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-style: normal; 
			font-weight: normal; 
			font-size: 8pt; 
			line-height: 1.5em; 
			text-align: left; 
			text-transform: none; 
			letter-spacing: 0px; 
			}

		.front_story_mini_box {
			margin-left: 13px;
			position: relative;
			width: 108px;
			}

		.front_story_mini_preview_box {
			margin-left: 0px;
			position: relative;
			width: 468px;
			}

		.front_story_mini_clickbox {
			height: 74px;
			width: 108px;
			z-index: 100;
			left: 0px;
			top: 0px;
			position: absolute;
			}

		.front_story_mini_preview_blurb {
			float: left;
			text-align: left;
			margin-right: 20px;
			margin-bottom: 10px;
			width: 108px;
			position: relative;
			}

		.front_story_mini_blurb {
			margin-bottom: 10px;
			width: 108px;
			position: relative;
			float: left;
			margin-left: 4px;
			margin-right: 4px;
			}

		.front_story_mini_category {
			letter-spacing: 0.15em; 
			font-style: normal; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-weight: normal; 
			font-size: 7pt; 
			text-transform: uppercase; 
			}

		.front_story_mini_text {
			margin-bottom: 8px;
			position: relative;
			z-index: 10;
			width: 108px;
			line-height: 1.35em;
			font-size: 8pt;
			font-style: normal;
			font-weight: normal;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			margin-top: 9px;
			}

		.front_story_mini_text a {
			font-style: normal;
			font-weight: normal;
			}

		/* @end */


	/* @group front section meetings tv */

		.meetings_tv_box {
			width: 468px; 
			height: 297px; 
			margin-bottom: 30px; 
			position: relative; 
			}

		.meetings_tv_player {
			width: 468px; 
			height: 297px; 
			position: relative; 
			}

	/* @end */


	/* @group front section latest issue */

		.latest_issue_box_main {	/* main container */
			width: 468px; 
/*			height: 281px;  */
			}

		.latest_issue_box_clickbox {	/* empty clickable box on top of the cover art */
			width: 230px; 
			height: 281px; 
			position: relative; 
			float: left; 
			}

		.latest_issue_box_textbox {
			width: 220px; 
			margin-left: 248px; 
			padding-top: 5px; 
			padding-bottom: 5px; 
			position: relative; 
			float: none; 
			}

		.latest_issue_box_category {
			letter-spacing: 0.15em; 
			margin-bottom: -5px; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-size: 9px; 
			text-transform: uppercase; 
			}

		.latest_issue_box_headline {
			font-weight: bold; 
			margin-bottom: 6px; 
			font-size: 10.5pt; 
			}

		.latest_issue_box_more {
			}

	/* @end */


	/* @group front section quote */

		.frontquote_box { 
			position: relative; 
			width: 305px; 
			margin-top: 25px; 
			}

		.frontquote_text { 
			position: relative; 
			text-align: right; 
			font-weight: bold; 
			font-size: 16px; 
			line-height: 1.4em; 
			}

		.frontquote_name { 
			margin-top: -4px; 
			position: relative; 
			margin-right: 0.6em; 
			font-size: 9pt; 
			text-align: right; 
			font-weight: bold; 
			}

	/* @end */


/* @end */





/* @group meetings magazine */

	.meetings_magazine_main { 
		margin-top: 30px; 
		width: 685px; 
		position: relative; 
		}

	.meetings_magazine_selector { 
		line-height: 9px ; 
		width: 160px ; 
		float: left ; 
		top: 265px ; 
		left: 75px ; 
		position: absolute ; 
		text-align: center ; 
		color: #7e7e7e ; 
		font-family: "Lucida Grande", Verdana, Arial, sans-serif ; 
		font-size: 9px ; 
		}

	.meetings_magazine_selector_text { 
		padding-bottom: 4px ; 
		}

	.meetings_magazine_selector_issue_number { 
		padding: 4px ; 
		margin-left: auto ; 
		margin-right: auto ; 
		position: relative ; 
		float: left ; 
		}

	.meetings_magazine_issue { 
		padding-left: 300px ; 
		z-index: 9999 ; 
		padding-right: 90px ; 
		margin-bottom: 40px ; 
		margin-right: auto ; 
		margin-left: auto ; 
		padding-top: 0px ; 
		position: relative ; 
		background-position: 30px 20px ; 
		}

	.meetings_magazine_preview_issue { 
		text-align: left; 
		margin-right: 20px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		width: 295px; 
		z-index: 9999 ; 
		margin-bottom: 70px ; 
		position: relative ; 
		}

	.meetings_magazine_title { 
		margin-bottom: 10px ; 
		border-bottom-width: 2px ; 
		border-bottom-style: solid ; 
		border-bottom-color: #2e2b1e ; 
		padding-bottom: 15px ; 
		font-style: normal ; 
		font-size: 25pt ; 
		font-weight: normal ; 
		padding-top: 10px ; 
		}

	.meetings_magazine_category { 
		letter-spacing: 0.15em; 
		font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif; 
		text-transform: uppercase; 
		padding-bottom: 3px; 
		color: #2e2b1e; 
		}

	.meetings_magazine_headline { 
		line-height: 1.2em ; 
		font-weight: bold ; 
		font-size: 14px ; 
		}

	.meetings_magazine_text { 
		margin-bottom: 10px ; 
		line-height: 1.5em ; 
		padding-bottom: 10px ; 
		border-bottom-width: 1px ; 
		border-bottom-style: dotted ; 
		border-bottom-color: #2e2b1e ; 
		font-size: 13px ; 
		font-style: normal ; 
		font-weight: normal ; 
		}

/* @end */





/* @group meetings magazine articles */

	.meetings_magazine_article_category { 
		margin-bottom: 15px; 
		border-bottom-color: #cccccc; 
		border-bottom-width: 1px; 
		border-bottom-style: solid; 
		text-align: right; 
		padding-bottom: 0px; 
		letter-spacing: 0.15em; 
		text-transform: uppercase; 
		font-size: 9px; 
		font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
		font-weight: bold; 
		}

	.meetings_magazine_article_date { 
		font-style: normal; 
		font-weight: normal; 
		}

	.meetings_magazine_article_photo { 
		margin-bottom: 2.5em; 
		background-repeat: no-repeat; 
		}

	.meetings_magazine_article_headline_top {
		font-weight: bold; 
		font-size: 24px; 
		line-height: 28px; 
		margin-bottom: 10px;
		}

	.meetings_magazine_article_ingress {
		font-size: 15px;
		line-height: 20px;
		}

	.meetings_magazine_article_ingress p {
		padding: 0px;
		margin: 0px;
		}

	.meetings_magazine_article_byline_title { 
		margin-top: 19px; 
		font-weight: bold; 
		padding-right: 40px; 
		text-transform: uppercase; 
		font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
		font-size: 12px; 
		}

	.meetings_magazine_article_byline_name { 
		font-style: normal; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		text-transform: none; 
		font-weight: normal; 
		font-size: 15px; 
		}

	.meetings_magazine_article_text { 
		margin-top: 19px; 
		color: #2d2b1f; 
		line-height: 1.5em; 
		font-size: 13px; 
		position: relative; 
		}

/*
	.meetings_magazine_article_text p { 
		margin-top: 0em; 
		margin-bottom: 0em; 
		text-indent: 1.5em; 
		}

*/
	.meetings_magazine_article_first_paragraph { 
		margin-top: 0em; 
		margin-bottom: 0em; 
		text-indent: 0em; 
		display: block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_intro { 
		text-transform: uppercase; 
		text-indent: 0em; 
		font-weight: bold; 
		}

	.meetings_magazine_article_paragraph { 
		margin-top: 0em; 
		margin-bottom: 0em; 
		text-indent: 1.5em; 
		position: relative; 
		display: block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_spaced_paragraph { 
		margin-top: 1.5em; 
		margin-bottom: 0em; 
		text-indent: 0em; 
		display: block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_dropcap_paragraph { 
		margin-top: 1.5em; 
		margin-bottom: 0em; 
		text-indent: 0em; 
		display: block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_dropcap_paragraph:first-letter { 
		margin-bottom: -3px; 
		line-height: 1em; 
		font-size: 3em; 
		float:left; 
		margin-right: 2px; 
		display:block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_dropcap { /* kastas? also used in quote! */
		margin-bottom: -3px; 
		line-height: 1em; 
		font-size: 3em; 
		float:left; 
		margin-right: 2px; 
		display:block; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_headline_mid { 
		margin: 0em; 
		font-weight: bold; 
		padding-top: 1.5em; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_unspaced_headline_mid { 
		margin: 0em; 
		font-weight: bold; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_headline_quote { 
		font-size: 16px; 
		line-height: 1.4em; 
		margin-left: 1.5em; 
		margin-bottom: 3em; 
		margin-top: 3em; 
		color: #2e2b1e; 
		}

	.meetings_magazine_article_endpoint {	/* symbol marking the end of an article */
		width: 1.2ex; 
		height: 1.2ex; 
		margin-left:0.5em; 
		background-repeat: repeat; 
		background:url(../images_site/tick.gif); 
		position: relative; 
		display: inline-block; 
		}

	/* @group article footer */

		.meetings_magazine_article_footer_textbox { 
			margin-top: 20px; 
			padding-bottom: 7px; 
			padding-top: 7px; 
			border-bottom-style: dotted; 
			border-bottom-width: 1px; 
			border-bottom-color: #2e2b1e; 
			position: relative; 
			border-top-style: solid; 
			border-top-width: 2px; 
			border-top-color: #2e2b1e; 
			font-size: 12px; 
			font-style: italic; 
			}

		.meetings_magazine_article_footer_textbox p {
			margin: 0px; 
			padding: 0px; 
			}

		.meetings_magazine_article_footer_author { 
			font-style: normal; 
			font-weight: normal; 
			font-weight: bold; 
			text-transform: uppercase; 
			}

	/* @end */

/* @end */





/* @group news */


	/* @group news articles */

		.news_article_container { 
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 12px; 
			line-height: 1.5em; 
			margin-bottom: 35px; 
			position: relative; 
			}

		.news_article_container ul {
			padding: 0px; 
			margin-top: 5px; 
			margin-bottom: 5px; 
			margin-left: 1.5em; 
			list-style-type: square; 
			list-style-position: outside; 
			}

		.news_article_category { 
			margin-bottom: 15px; 
			border-bottom-color: #cccccc; 
			border-bottom-width: 1px; 
			border-bottom-style: solid; 
			text-align: right; 
			padding-bottom: 0px; 
			letter-spacing: 0.15em; 
			text-transform: uppercase; 
			font-size: 9px; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-weight: bold; 
			}

		.news_article_date { 
			font-style: normal; 
			font-weight: normal; 
			}

		.news_article_image {
			}

		.news_article_headline_top {
			margin-top: 15px; 
			margin-bottom: 15px; 
			font-weight: bold; 
			font-size: 18pt; 
			line-height: 1.1em; 
			}

		.news_article_text { 
			font-size: 13px; 
			line-height: 1.5em; 
			color: #2d2b1f; 
			position: relative; 
			}

/*
		.news_article_text p { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			text-indent: 1.5em; 
			}
*/

		.news_article_intro { 
			font-weight: bold; 
			text-transform: uppercase; 
			text-indent: 0em; 
			}

		.news_article_first_paragraph { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			padding-bottom: 0em; 
			padding-top: 0em; 
			text-indent: 0em; 
			color: #2e2b1e; 
			}

		.news_article_paragraph { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			padding-bottom: 0em; 
			padding-top: 0em; 
			text-indent: 1.5em; 
			color: #2e2b1e; 
			}

		.news_article_spaced_paragraph { 
			margin-top: 1.5em; 
			margin-bottom: 0em; 
			padding-bottom: 0em; 
			padding-top: 0em; 
			text-indent: 0em; 
			color: #2e2b1e; 
			}

		.news_article_headline_mid { 
			margin-bottom: 0em; 
			margin-top: 1.5em; 
			padding-bottom: 0em; 
			padding-top: 0em; 
			font-weight: bold; 
			color: #2e2b1e; 
			}

	/* @end */


	/* @group news ads */

		.news_ad_container {
			border-color: #cccccc;
			border-width: 1px;
			border-style: solid;
			font-family: Georgia, "Times New Roman", Times, serif; 
			font-size: 12px; 
			line-height: 1.5em; 
			margin-bottom: 35px; 
			padding-bottom: 20px; 
			position: relative; 
			}

		.news_ad_container ul {
			margin-top: 5px; 
			margin-bottom: 5px; 
			margin-left: 1.5em; 
			list-style-type: square; 
			list-style-position: outside; 
			}

		.news_ad_image {
			padding-left: 35px;
			padding-right: 35px;
			}

		.news_ad_category {
			margin-bottom: 15px; 
			padding-top: 2px; 
			padding-left: 7px; 
			border-bottom-color: #cccccc; 
			border-bottom-width: 1px; 
			border-bottom-style: solid; 
			background-color: #dddddd; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-weight: bold; 
			font-size: 9px; 
			text-align: left; 
			text-transform: uppercase; 
			letter-spacing: 0.15em; 
			}

		.news_ad_date { 
			font-style: normal; 
			font-weight: normal; 
			}

		.news_ad_headline {
			margin-top: 15px; 
			margin-bottom: 15px; 
			padding-left: 35px; 
			padding-right: 35px; 
			font-size: 14pt; 
			font-weight: bold; 
			line-height: 1.1em; 
			}

		.news_ad_text {
			font-size: 13px; 
			line-height: 1.5em; 
			color: #2d2b1f; 
			position: relative; 
			padding-left: 35px; 
			padding-right: 35px; 
			}

		.news_ad_first_paragraph { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			text-indent: 0em; 
			color: #2e2b1e; 
			}

		.news_ad_paragraph { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			text-indent: 1.5em; 
			color: #2e2b1e; 
			}

		.news_ad_spaced_paragraph { 
			margin-top: 1.5em; 
			margin-bottom: 0em; 
			text-indent: 0em; 
			color: #2e2b1e; 
			}

		.news_ad_headline_mid { 
			margin-top: 1.5em; 
			margin-bottom: 0em; 
			padding-bottom: 0em; 
			padding-top: 0em; 
			font-weight: bold; 
			color: #2e2b1e; 
			}

	/* @end */

/* @end */





/* @group editorial */

	.editorial_main { 
		margin-top: 20px; 
		width: 680px; 
		background-position: center top; 
		position: relative; 
		background-image: url(../images_site/editorial.jpg); 
		background-repeat: no-repeat; 
		}

	.editorial_image { 
		background-repeat: no-repeat; 
		position: relative; 
		width: 680px; 
		height: 276px; 
		background-image: url(../images_site/mi_staff_2.jpg); 
		}

	.editorial_text_container { 
		padding-top: 40px; 
		padding-left: 290px; 
		width: 370px; 
		}

	.editorial_headline { 
		line-height: 1.5em; 
		font-weight: bold; 
		font-size: 12pt; 
		}

	.editorial_quote_container { 
		margin-top: 1.5em; 
		margin-bottom: 0em; 
		margin-left: 20px; 
		line-height: 1.5em; 
		font-size: 13px; 
		}

	.editorial_quote_dropcap { 
		margin-left: -20px; 
		float: left; 
		display: block; 
		line-height: 1em; 
		font-size: 3em; 
		margin-right: 2px; 
		margin-bottom: -3px; 
		}

	.editorial_quote_source_name { 
		margin-top: 0em; 
		margin-bottom: 0em; 
		font-size: 12px; 
		margin-left: 20px; 
		border-left-width: 0px; 
		margin-top: 7px; 
		font-weight: bold; 
		}

	.editorial_quote_source_title { 
		margin-top: 0em; 
		margin-bottom: 0em; 
		line-height: normal; 
		font-size: 10px; 
		margin-left: 20px; 
		margin-bottom: 10px; 
		margin-top: 0px; 
		font-style: italic; 
		}

	.editorial_info_text {
		margin-top: 10px; 
		font: 7pt/1.4em "Lucida Grande", Lucida, Verdana, sans-serif; 
		}

	.editorial_input_tag { 
		margin-top: 10px; 
		font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif; 
		text-transform: uppercase; 
		padding-bottom: 3px; 
		letter-spacing: 0.2em; 
		color: #2e2b1e; 
		}

	.editorial_adress { 
		padding-top: 13px; 
		padding-left: 15px; 
		font: 10px verdana, helvetica, sans-serif; line-height: 1.4em; 
		}

	.editorial_adress a { 
		font-style: normal; 
		font-weight: normal; 
		}

	.editorial_contact_container { 
		float: left; 
		font-style: normal; 
		font-weight: normal; 
		padding-left: 13px; 
		padding-top: 40px; 
		width: 200px; 
		left: 0px; 
		position: relative; 
		}

/* @end */





/* @group mi shop */

	.shop_main_container { 
		padding-top: 15px; 
		width: 680px; 
		z-index: 10; 
		left: 15px; 
		position: relative; 
		}

	.shop_section_divider { 

		width: 680px; 
		height: 25px; 
		margin-top: 60px; 
		margin-bottom: 30px; 
		padding-bottom: 3px; 
		letter-spacing: 0.1em; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 14px; 
		color: #666666; 
		text-align: center; 
		border-bottom: solid; 
		border-bottom-width: 1px; 
		border-bottom-color: #cccccc; 
		position: relative; 
		float: left; 
		}


	/* @group mi shop item */

		.shop_item_box { 
			z-index: 20; 
			float: left; 
			background-repeat: no-repeat; 
			height: 350px; 
			width: 170px; 
			position: relative; 
			}

		.shop_item_badge { 
			top: 170px; 
			left: 110px; 
			z-index: 103; 
			height: 62px; 
			width: 62px; 
			position: absolute; 
			}

		.shop_item_soldout { 
			top: 162px; 
			left: 52px; 
			z-index: 103; 
			height: 66px; 
			width: 112px; 
			position: absolute; 
			}

		.shop_item_basic_info_box { 
			height: 95px; 
			margin-right: 10px; 
			margin-left: 10px; 
			line-height: normal; 
			font-size: 7pt; 
			margin-top: 0px; 
			position: relative; 
			}

		.shop_item_basic_info_author { 
			margin-bottom: 2px; 
			text-align: center; 
			font-size: 10pt; 
			font-weight: normal; 
			position: relative; 
			}

		.shop_item_basic_info_title { 
			margin-bottom: 5px; 
			text-align: center; 
			font-size: 10pt; 
			font-weight: bold; 
			position: relative; 
			}

		.shop_item_basic_info_price { 
			margin-bottom: 5px; 
			color: #992c19; 
			text-align: center; 
			font-size: 10pt; 
			font-weight: bold; 
			position: relative; 
			}

		.shop_item_basic_info_quantity { 
			width: 150px; 
			margin-right: auto; 
			margin-left: auto; 
			bottom: 0px; 
			top: auto; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			font-size: 8pt; 
			text-align: center; 
			position: absolute; 
			}

		.shop_item_basic_info_quantity input { 
			margin-left: 10px; 
			}

	/* @end */


	/* @group mi shop item further info */

		.shop_item_further_info_box { 
			margin: 10px; 
			z-index: 30; 
			height: 213px; 
			width: 150px; 
			position: relative; 
			cursor: default; 
			}

		a.shop_item_further_info_hoverthing span {
			margin-top: -2px; 
			padding: 15px; 
			margin-left: 168px; 
			z-index: 100; 
			display:none; 
			width: 292px; 
			}

		a.shop_item_further_info_hoverthing:hover span {
			background-color: white; 
			z-index: 10000; 
			display: block; 
			font-style: normal; 
			font-weight: normal; 
			position: absolute; 
			background: rgba(250,250,250,0.95); 
			border:1px solid rgba(220,220,220,0.95); 
			color: #2d2b1f; 
			}

		.shop_item_further_info_headline { 
			line-height: 1.5em; 
			font-weight: bold; 
			font-size: 12pt; 
			}

		.shop_item_further_info_text { 
			color: #2d2b1f; 
			line-height: 1.5em; 
			font-size: 13px; 
			position: relative; 
			}

		.shop_item_further_info_text p { 
			margin-top: 0em; 
			margin-bottom: 0em; 
			text-indent: 1.5em; 
			}

		.shop_item_further_info_text_intro { 
			text-transform: uppercase; 
			text-indent: 0em; 
			font-weight: bold; 
			}

		.shop_item_further_info_quote_text { 
			margin-top: 20px; 
			margin-left: 20px; 
			line-height: 1.5em; 
			font-size: 13px; 
			}

		.shop_item_further_info_quote_dc { 
			margin-left: -20px; 
			float: left; 
			display: block; 
			line-height: 1em; 
			font-size: 3em; 
			margin-right: 2px; 
			margin-bottom: -3px; 
			}

	/* @end */


	/* @group mi shop item further info */

		.shop_order_container {
			clear: both;
			width: 680px; 
			margin-top: 20px; 
			margin-left: 95px; 
			position: relative; 
			}

		.shop_order_input_tag { 
			line-height: 1.4em; 
			font-style: normal; 
			font-weight: normal; 
			text-align: right; 
			font-size: 8pt; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
			}

		.shop_order_input_field { 
			text-align: center; 
			position: relative; 
			}

		.shop_order_thanks {
			clear: both;
			text-align: center; 
			color: #992c19; 
			font-size: 18px; 
			font-weight: bold; 
			}

	/* @end */


/* @end */





/* @group advertising page */

	.advertising_table { 
			width: 468px; 
			border-spacing: 0px 0px; 
			border-collapse: collapse; 
			font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
		}

	.advertising_table td { 
			padding: 10px; 
		}

	.advertising_headline { 
		font-size: 10pt; 
		font-weight: bold; 
		}

	.advertising_infotext { 
		line-height: 1.1em; 
		font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
		font-size: 7pt; 
		}

/* @end */








/* @group magazines page */

	.magazines_main_container { 
		margin-top: 20px; 
		width: 680px; 
		z-index: 10; 
		left: 15px; 
		position: relative; 
		}

	.magazines_item_box { 
		z-index: 20; 
		float: left; 
		background-repeat: no-repeat; 
		height: 220px; 
		width: 170px; 
		position: relative; 
		}

	.magazines_item_basic_info_box { 
		height: 95px; 
		margin-right: 10px; 
		margin-left: 10px; 
		line-height: normal; 
		font-size: 7pt; 
		margin-top: 0px; 
		position: relative; 
		}

	.magazines_item_basic_info_title { 
		margin-bottom: 5px; 
		text-align: center; 
		font-size: 10pt; 
		font-weight: bold; 
		position: relative; 
		}

	.magazines_item_further_info_box { 
		margin: 10px; 
		z-index: 30; 
		height: 213px; 
		width: 145px; 
		position: relative; 
		cursor: default; 
		}

	a.magazines_item_further_info_hoverthing span {
		margin-top: -1px; 
		padding: 15px; 
		margin-left: 175px; 
		z-index: 100; 
		display:none; 
		width: 297px; 
		}

	a.magazines_item_further_info_hoverthing:hover span {
		background-color: white; 
		z-index: 10000; 
		display: block; 
		font-style: normal; 
		font-weight: normal; 
		position: absolute; 
		background: rgba(250,250,250,0.95); 
		border:1px solid rgba(220,220,220,0.95); 
		color: #2d2b1f; 
		}

	.magazines_item_further_info_headline { 
		line-height: 1.5em; 
		font-weight: bold; 
		font-size: 12pt; 
		}

	.magazines_item_further_info_text { 
		color: #2d2b1f; 
		line-height: 1.5em; 
		font-size: 13px; 
		position: relative; 
		}


	/* @group magazines shadow */
		
		.shadow_top_left {
			background-repeat: no-repeat;
			background-image: url(../images_site/shadow_top_left.png);
			background-position: right bottom;
		}
		
		.shadow_top_mid {
			background-repeat: repeat-x;
			background-image: url(../images_site/shadow_top_mid.png);
			background-position: center bottom;
		}
		
		.shadow_top_right {
			background-repeat: no-repeat;
			background-image: url(../images_site/shadow_top_right.png);
			background-position: left bottom;
		}
		
		.shadow_left {
			background-repeat: repeat-y;
			background-image: url(../images_site/shadow_left.png);
			background-position: right;
		}
		
		.shadow_right {
			background-repeat: repeat-y;
			background-image: url(../images_site/shadow_right.png);
			background-position: left;
		}
		
		.shadow_bottom_left {
			background-repeat: no-repeat;
			background-image: url(../images_site/shadow_bottom_left.png);
			background-position: right top;
		}
		
		.shadow_bottom_mid {
			background-repeat: repeat-x;
			background-image: url(../images_site/shadow_bottom_mid.png);
			background-position: center top;
		}
		
		.shadow_bottom_right {
			background-repeat: no-repeat;
			background-image: url(../images_site/shadow_bottom_right.png);
			background-position: left top;
		}
		
	/* @end */


/* @end */
































