@charset "UTF-8";

/**
 * <Monsters With An Attitude>
 *
 * sIFR specific declarations
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2008-08-13
 * @lastmodified	2008-08-13
 */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.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. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.sifr {
	visibility: hidden;
}

.sIFR-hasFlash h2.sifr {
	visibility: hidden;
	line-height: 35px;
}

.sIFR-hasFlash h2.sifr-section {
	visibility: hidden;
	float: left;
	line-height: 30px !important;
	width: 165px;
}


.sIFR-hasFlash #cart h2.sifr { font-size: 35px; }
.sIFR-hasFlash #cart.info h2.sifr { font-size: 28px; }
.sIFR-hasFlash .explain h2.sifr-4 { font-size: 24px; line-height: 24px; }

.sIFR-hasFlash h3.sifr {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4.sifr {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sifr-4
{
	color: #e60404;	
	font-size: 1.5em;
	padding-bottom: 5px;
}

.sifr-section
{
	color: #754125;	
	font-size: 1.15em;
	padding-bottom: 5px;
	text-transform: lowercase;
}

.sIFR-hasFlash h1.sifr-4
{
	visibility: hidden;
	letter-spacing: -5px;
	margin: 0;
	font-size: 27px !important;
	line-height: 36px !important;
}


.sIFR-hasFlash .sifr-3
{
	margin: 0px 0;
	font-size: 20px;
	line-height: 20px;
}

.sifr-3
{
	color: #51BDCD;
	text-transform: lowercase;
}

#cart h2.sifr
{
	color: #51BDCD;
	font-size: 1.4em;
}

.sIFR-hasFlash h2.sifr-3 { line-height: 24px;}
.sIFR-hasFlash h2.sifr-4 { line-height: 32px;}

.sIFR-hasFlash .sifr-5 {
	margin: 10px 0 0 0;
	line-height: 36px;
}

#sifr-total
{
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	margin-top: 8px;
}
