/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/


.sIFR-active div#page_title h1 {
		padding-bottom:0;
		margin-bottom:0;
		line-height:26px;
		font-size:26px;
		color:#ffffff;
		font-weight:normal;
		text-align:right;
		display:block;

	}

.sIFR-active div#product_details h1 {
		line-height:1em;
		font-size:30px;
		padding-bottom:0px;
		margin-bottom:0px;
		color:#8cb4e8;
		font-weight:normal;
		margin-bottom:-20px;
		margin-top:10px;
	}
	
.sIFR-active div.prod_name h2{
		color:#8da9d2;
		text-align:center;
		font-size:22px;
		line-height:1em;
		display:block;
		height:40px;	
	}
	
.sIFR-active div.prod_name h3{
		color:#8da9d2;
		text-align:center;
		display:block;
		padding-bottom:0;
		margin-bottom:0;
		font-weight:normal;
	}
	
.sIFR-active div.prod_name h1{
		color:#8da9d2;
		text-align:center;
		font-size:28px;
		line-height:1em;
		display:block;
		height:40px;
	}
	
.sIFR-active div#text_content.big div#mariette{
	color:#8da9d2;
	font-size:30px;
	line-height:1em;
}

.sIFR-active div#text_content.vip div#mariette{
	color:#8da9d2;
	font-size:30px;
	line-height:1em;
}

.sIFR-active div#text_content div#vip_text div.form_row div.mariette{
	color:#8da9d2;
	font-size:20px;
	line-height:1em;
}
	
/*.sIFR-active div.menu_item_on{
	width:80px;
	float:right;
	font-size:30px;
	line-height:12px;
	display:block;
	margin-top:-10px;
}

.sIFR-active div.menu_item_off{
	float:right;
	postition:relative;
}*/

.sIFR-active div#text_content h1{
		line-height:25px;
		font-size:25px;
		color:#8da9d2;
		text-align:left;
	}
.sIFR-active div.news_item h2{
		line-height:1em;
		font-size:25px;
		color:#8da9d2;
		text-align:left;
	}
	

