@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 1px;
	background-color:#000000;
	color:#ffffff;
}

a:link {
	color:#ffff00;
	text-decoration:none;
}
a:visited {
	color:#ffff00;
	text-decoration:none;
}
a:hover {
	color:#0000ff;
	text-decoration:underline;
}

h1 {
	color:#ffff00;
	text-decoration:none;
        font-size:28px;
}

#info-box {
	margin:50px auto;
	width:200px;
	padding:30px;
	text-align:center;
	font-size:18px;
	border-style:solid;
}

#order-total {
        height:35px;
        vertical-align:bottom;
	text-align:right;
	color:#0000ff;
}

.view table {
	margin:30px auto;
}
.view th {
	text-align:center;
	color:#ffff00;
	font-size:28px;
}
.view td {
	color:#ffffff;
	font-size:14px;
	padding:10px 15px;
}

.admin-login {
	margin:25px auto;
	width:450px;
	height:300px;
	overflow-y:auto;
	text-align:left;
	font-size:14px;
	border-style:none;
}

.admin-page {
	margin:25px auto;
	width:450px;
	height:300px;
	overflow-y:auto;
	text-align:left;
	font-size:14px;
	border-style:none;
}

.upload-page {
	margin:25px auto;
	width:650px;
	height:300px;
	overflow-y:auto;
	text-align:left;
	font-size:12px;
	border-style:none;
}

.filelist-page {
	margin:25px auto;
	width:450px;
	height:300px;
	overflow-y:auto;
	text-align:left;
	font-size:12px;
	border-style:none;
}

.edit-page {
	margin:25px auto;
	width:500px;
	height:500px;
	overflow-y:auto;
	text-align:left;
	font-size:12px;
	border-style:none;
}

.download-links {
	margin:35px auto;
	width:450px;
	height:250px;
	overflow-y:auto;
	text-align:left;
	font-size:14px;
	border-style:none;
}

.cart-item {
	width:350px;
	font-size:12px;
	border-style:ridge;
}
