* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

a, a:visited, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3B9779;
}

h3 a, h3 a:visited, h3 a:link,
h4 a, h4 a:visited, h4 a:link {
	color: #255F4C;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid;/* #3B9779;*/
}

a.img {
	border: none;
}

h1 {
	background: #3B9779;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	width: 60px;
	text-align: center;
	margin-left: 10px;
	display: block;
	float: left;
}

#logo-ads {
	width: 160px;
	float: left;
	display: block;
}

#logo-ads h1 {
	width: 150px;
	height: 253px;
	background: #fff url(/images/logo.gif) no-repeat;
	padding: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: none;
	margin-bottom: 3px;
}

#nav {
	width: 400px;
	display: block;
	float: left;
	margin-left: 5px;
}

#nav li {
	display: block;
	list-style: none;
	padding: 3px 5px;
	float: left;
}

#nav li.selected {
	background: #3B9779;
	color: #fff;
}

#nav li.selected a {
	background: #3B9779;
	color: #fff;
}

#container {
	width: 613px;
	margin: 10px auto;
	float: left;
}

#content {
	border: 1px solid #3B9779;
	background: #f7f7f7;
	padding: 4px 4px;
	clear: both;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3B9779;
	color: #974A3B;
	padding-bottom: 3px;
}

p {
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
}

img {
	border: 0;
}

div.box {
	border: 1px solid #3B9779;
	background: #fff;
	margin-bottom: 4px;
	display: block;
	float: left;
	width: 584px;
	clear: both;
	padding: 8px;
}

div.box-third {
	width: 180px;
	clear: none;
	margin-right: 4px;
}

div.box-third-last {
	margin-right: 0;
}

dt {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	color: #888;
	clear: left;
	margin-bottom: 8px;
	text-align: right;
	padding-right: 10px;
}

dd {
	margin-bottom: 8px;
	float: left;
	width: 400px;
	padding-left: 2px;
}

textarea {
	width: 300px;
	height: 100px;
}

input {
	width: 200px;
}

dd.submit input {
	width: auto;
}

input.submit {
	width: auto;
}

select option {
	padding: 0px 10px;
}

ul.errors {
	margin-left: 20px;
}

ul.messages {
	margin-left: 20px;
}

ul.tags {
	list-style: none;
}

ul.account-ads {
	margin-left: 12px;
}

ul.ad-listings {
	border-bottom: 1px solid #3B9779;
	list-style: none;
	display: block;
	width: 180px;
	margin-bottom: 8px;
}

ul.ad-listings li {
	display: block;
	width: 170px;
	border: 1px solid #3B9779;
	border-bottom: none;
	padding: 4px;
}

li.ads-data h3 {
	font-size: 11px;
}

li.ads-data h5 {
	font-size: 9px;
}

div.tagset {
	margin-bottom: 8px;
}

div.tagset h4 {
	font-size: 11px;
}

div.tagset h5 {
	font-size: 9px;
}

div.taglist h5 {
	font-size: 9px;
	margin-bottom: 6px;
}

h3.tag-title {
	margin-bottom: 6px;
}

#ad-listings {
	background-color: #f7f7f7;
}

#ad-listings table {
	border-bottom: 1px solid #3B9779;
	width: 100%;
}

#ad-listings tr {
	background-color: #fff;
}

#ad-listings td {
	border: 1px solid #3B9779;
	border-bottom: none;
	padding: 8px;
	vertical-align: top;
}

#ad-listings td.ads-data {
	border-right: none;
}

#ad-listings td.ads-time {
	border-left: none;
	text-align: right;
}

#ad-listings td h5 {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html div { height: 1%; }
div { display: block; }
/* End hide from IE-mac */
