/*
Hacks for the Safari browser
*/

/* hack for secondLayer class tfLogo */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
/*hack for firstLayer class threads */
#firstLayer .threads table tr td p {
	margin-left: -5px;
}

/*hack for firstLayer class files */
#firstLayer .files p {
	padding: 0;
	margin: 4px 0 0 0;
} 

/*hacks for the second layer */
#secondLayer .tfLogo .drop { 
	font-size: 1250%;
	margin-left: 3px;
} 

#secondLayer .tfLogo .caption {
	top: -15px;
	left: 50px;
}

/*hacks for the third layer*/
#thirdLayer .box {
	width: 740px;
}

#thirdLayer p {
	margin-left: 0px;
}

/*hacks for fourth layer */
#fourthLayer {
	padding: 0;
}

}