/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Arial, Verdana, Serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset end */

h1, h2, h3, h4, h5, p {
	padding: 10px 0;
}
#container {
	margin: auto;
	width: 800px;
}

#header {
	width: 800px;
	height: 232px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 span {
	display: none;
}

#box {
	background: url(../images/background.jpg) repeat-y;
	padding: 0 30px 10px 30px;
	margin: 0;
}

#content {
	float: right;
	width: 570px;
}

#menu ul{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:160px;}
#menu ul li{margin:0;padding:0;border-top:1px solid #aaa;border-bottom:1px solid #ccc;}
#menu ul li a{display:block;text-decoration:none;color:#333;background:#eee;padding:0 0 0 20px;width:140px;}
#menu ul li a:hover{background:#00FFFE url("../images/menu-arrow.gif") no-repeat 0 9px;}
#menu ul li a.current,ul li a.current:hover{background:#7FFFFC url("../images/menu-arrow.gif") no-repeat 0 9px;}


#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 800px;
	height: 36px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #00FEFF;
	text-decoration: underline;
}

.ebay-item {
	border: 0;
	width: 490px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
	line-height: 1.2;
}
.ebay-item a.title {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0;
	font-size: 90%;
}
.ebay-item a.curbid {
	color: #00BFBB;
	font-weight: bold;
}
.ebay-img {
	float: left;
	width: 110px;
	text-align: center;
}
.ebay-img a {
	color: red;
	font-size: 12px;
	text-decoration: none;
}
.ebay-item .adtext {
	margin-left: 110px;
}

a {
	color: #00DDEF;
}

/* ebay search */
#ebaysearch {
	width: 490px;
	text-align: center;
}
#ebaysearch p {
	font-size: 20px;
	margin: 5px;
	color: black;
}
#ebaysearchsubmit {
	background: url('../images/search-ebay.gif');
	width: 276px;
	height: 54px;
	border: 0;
	cursor: pointer;
}

/* ADMIN */
ul#admin-menu{
	list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0 0 10px 0;padding:11px 0 0 0;
	border-bottom: 1px solid #0F2132;
}
ul#admin-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#admin-menu li.left{margin:0;}
ul#admin-menu li a{
	display:block;
	float:left;
	color:#fff;
	background:#0F2132;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
	border-top: 1px solid #0F2132;
	border-right: 1px solid #0F2132;
	border-left: 1px solid #0F2132;
}
ul#admin-menu li a.right{padding-right:19px;}
ul#admin-menu li a:hover{background:#2E4560;}
ul#admin-menu li a.current{color:#2E4560;background:#fff;}
ul#admin-menu li a.current:hover{color:#2E4560;background:#fff;}

#login label, #login input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#login label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	clear: left;
}
#login br {
	clear: left;
}

#adminblock table {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
#adminblock table td, #adminblock table th {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.right {
	text-align: right;
}