/****************************************************** 
	Project:     Targ.bg
	Developer:   Martin Metodiev
	Started on:  23/09/2009
	Updated on:  26/09/2009
	Sheet type:  CSS Browser Selector
******************************************************/



/* **************************** FIREFOX 2 */

	.ff2 {
		
	}






/* **************************** FIREFOX 3 */

	.gecko div.coming_up table caption {
		border-left: 0px;
		border-right: 1px solid #FFF;
	}

	.gecko div.auctions table {
		width: 465px;
		margin-left: -10px;
	}

	.gecko div.auctions table tr th {
		width: 465px;
		margin-left: -10px;
		border-left: 1px solid #717171;
	}





/* ***************************** SAFARI 3 */

	.safari3 {
		
	}





/* ***************************** SAFARI 4 */

	.safari div.coming_up table caption {
		margin-bottom: 0px;
	}

	.safari div.auctions table {
		width: 465px;
	}





/* ******************************* CHROME */

	.chrome div.coming_up table caption {
		margin-bottom: 0px;
	}

	.chrome div.auctions table {
		width: 465px;
	}





/* ******************************** OPERA */

	.opera div.coming_up table caption {
		border-right: 1px solid #FFF;
		margin-bottom: 0px;
	}





/*****************************************************/