
/**
 * IE FIXES
 */
.ie #flash_holder {
	height:210px;
	float:left;
	padding:0px;
	margin-top:0px;
}

.ie7 .tooltip{ 
	display: none;  
	width:185px; height:105px; 
	background:url(/images/tooltip.png) no-repeat;
	position:absolute; 
	z-index:333;
	margin:-170px 0 0 -168px; padding:50px 0 0 0px;
	color:#fff; text-align:center;
}

.ie8 #content { width:695px; }
/**
 * safari FIXES
 */

/*
.ie7 .example {
	background-color: orange
}
.gecko .example {
	background-color: gray
}
.win.gecko .example {
	background-color: red
}
.linux.gecko .example {
	background-color: pink
}
.opera .example {
	background-color: green
}
.konqueror .example {
	background-color: blue
}
.safari .example {
	background-color: black
}
.example {
	width: 100px;
	height: 100px;
	border: 1px solid black;
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

*/