.clear {
	clear:both;
}

body.main {
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.outer {
	margin: 0;
	padding: 0;
	border: 0;
	width:100%;
}
.inner {
	margin: 0 auto;
	width:auto;
}

.container {
	width:100%;
	margin:0 auto;
	text-align:center;
}

/*
Heading bar
*/
.heading {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

.logo {
	width:410px;
	float:left;
}
.slogan {
	padding-top:35px;
	width:350px;
	float:left;
	font-weight:bold;
}

/*
controls the look and feel of the 'pixels-sold/available' box:
*/
iframe[class^='statsframe'] {
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

.status_outer {
	float:right;
	width:149px;
	margin: 5px 5px 0 0;
	background: #fff url(s_bg.gif) no-repeat 5px 0;
}

.status_body {
	margin: 0;
	background-color: transparent;
	overflow:hidden;
}

.status {
	float:right;
	width:144px;
	height:auto;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align:center;
	line-height:16px;
	color:#000;
	border:1px solid #D3A82A;
	border-radius:6px;
}

.status_text {
	color:#000;
}

/*
Menu bar (section at the top where the navigational links are placed)
*/
.menu_outer {
	clear:both;
	background: #fff  url(grgrad.gif) repeat-x;
	height:53px;
}
.menu_bar  {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	width:auto;
	margin: 0 auto;
	height:53px;
}
ul.menu {
	width:100%;
	margin:5px auto 0px auto;
}
ul.menu li {
	background:url(button.gif) no-repeat;
	display: inline-block;
	height:43px;
	line-height:43px;
	width:134px;
	margin: 0 2px 0 0;
}

/*
Links in the menu bar
*/
.menu_bar a:link, .menu_bar a:visited {
	color: #000;
	display:block;
	float:left;
	height:43px;
	line-height:43px;
	width:134px;
	text-decoration:none;
}
.menu_bar a:hover {
	color: #004042;
}

/*
Grid iframe
*/
iframe[class^='gridframe'] {
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #D4D6D4;
	border-right: 1px solid #D4D6D4;
	padding: 0;
	margin: 0 auto;
}

/*
Footer
*/
.footer {
	padding:10px;
	text-align:center;
}

/*
Ads list page
*/

.list {
	width: 100%;
	border: none;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
	padding-bottom:200px;
	display:grid;
	grid: auto / 1fr 1fr 1fr 1fr 1fr;
	column-gap: 6px;
	row-gap: 6px;
	place-items: center;
}

.list a {
	color: #0000ff;
}

.list-cell,
.list-heading {
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	background:#fff;
}

.list-heading {
	background-color: #dddddd;
	color: #000;
	font-weight: bold;
}

/* bubble */
#bubble #content {
	position:relative;
}

#bubble .hover_image {
	margin:4px auto;
	max-width:150px;
	min-width:30px;
	min-height:30px;
}

#bubble .hover-post {
	float:right;
	margin:4px;
}