/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {
	width:170px;
	height:50px;
	border:0;
	padding: 8 0 0 0;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height:16px;
	background-color: #FFFFFF;
	background-image: url(images/header/SOLD.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
		}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #FFFFFF;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-image: url(images/header/bg.gif);


	}
/*
Links in the menu bar
*/
	A.menu_bar1 {
		
		text-decoration:none;
		color: white;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 11px;
		line-height:16PX;

	}
