
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43;
		border:0;
		padding: 5 0 0 0;
		background: url(s_bg.gif) no-repeat #D7D7D7;
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
	background-color: #D7D7D7;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


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


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


	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}

/* Ad Bubble Content */
  .ad_bubble_content {
    display: block;
    padding: 2px;
    margin: 0px;
    text-align: center;
  }


/* Primary Ads Styles */ 

  .ad_top_wrapper {
    position: relative;
    width: 460px;
    margin: 15px auto 10px auto;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  
  .ad_top_banner {
    display: block;
    width: 460px;
    height: 80px;
    margin: 0px auto 0px auto;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  
  .ad_sidebar_left_wrapper {
    width: 178px;
    margin: 10px 0px 5px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  
  .ad_sidebar_left {
    display: block;
    width: 178px;
    height: 360px;
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  
  .ad_sidebar_right_wrapper {
    width: 178px;
    margin: 10px 0px 5px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  
  .ad_sidebar_right {
    display: block;
    width: 178px;
    height: 360px;
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  .ad_bottom_wrapper {
    width: 460px;
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  
  .ad_bottom_banner {
    display: block;
    width: 460px;
    height: 80px;
    margin: 15px 0px 10px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

