body { 
	background-image: url(/img/topcoins.jpg);
	background-repeat: no-repeat;
}

#sidebar { 
	margin-top: 200px;
	margin-left: 10px;
	width: 200px;
	float: left;
}

#sidebar a { 
	clear: both;
	display: block;
	width: 185px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

#sidebar a:hover { 
	border: 1px solid blue;
}

#header { 
	text-align: center;
}

#pagecontent { 
	margin-top: 10px;
	margin-left: 250px;
	margin-right: 25px;
	padding-bottom: 30px;
}

#footer { 
	clear: both;
	display: block;
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
	border-top: 1px solid gray;
	text-align: center;
	color: gray;
	font-size: 0.9em;
}

#featured { 
	margin: 20px 50px 0px 50px;
}

#featured .featuredtable {
	margin: 0px;
	width: 100%;
}

#featured h3 { 
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: black;
	font-weight: bold;
}

#noticebox { 
	margin: 20px 50px 0px 50px;
	border: 1px dotted #333333;
	padding: 0px 10px 10px 10px;
}

#noticebox h3 { 
	padding: 0px;
	text-align: center;
	color: black;
	font-weight: bold;
}

.center { 
	text-align: center;
}

h1 { 
	border-bottom: 1px solid gray;
}

ol li { 
	margin-bottom: 10px;
}

.listing td, .listing th { 
	text-align:left;
}

.listing th { 
	font-size: 1.3em;
}

.listing table { 
	border: none;
	border-top: 1px solid gray;
}

.listing table td { 
	border-right: none;
}

.imagebox { 
	border: 1px solid gray;
	padding: 8px;
	text-align: center;
	width: 800px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.simplelisting { 
	margin: 0px;
	padding: 0px;
}

.simplelisting li { 
	list-style-type: none;
	margin-bottom: 6px;  
}

.listingimg { 
	float: left;
	text-align: center;
	width: 200px;
	height: 150px;
}

.listingimg img { 
	border: 1px solid black;
}

.listingimg .caption { 
	font-size: 0.9em;
}

.storelist {
	margin-bottom: 5px;
}

.storelist tr td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.checkout form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:.2em;
	overflow: auto;
}

.inlineedit{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.inlineedit .title{
	font-size: 1.2em;
	font-weight: bold;
}

.inlineform form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:.2em;
	overflow: auto;
}

.inlineform form label {
	display: block;
	float: left;
	width: 140px;
	font-size: 1em;
	padding-right: 20px;
}

.inlineform form .submit {
	margin-top: 5px;
}

.strong {
	font-weight: bold;
}

.imageedit {
	float: right;
	display: block;
	width: 328px;
	min-height: 240px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #aaa;
	text-align: center;
}

.imageeditframe {
	background-color: #eee;
	text-align: center;
	background-image: none;
	overflow:hidden;
	height: 220px;
}

.imageedit .title, .imageeditframe .title {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}

.imageedit img,.imageeditframe img {
	border: 1px solid black;
	padding: 1px;
	margin: 3px;
}

.addbutton form {
  margin: 0px;
}

