@import url(col3.css);
@import url(sub.css);
@import url(sidebar.css);
@import url(navbar.css);
@import url(topnav2.css);
@import url(order.css);

@import url(debug.cssX);


body {
	/*color: #008888;*/
	color: #0000cc;
	background: #ffffee;
}

.banner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.banner img {
	border: none;
}

.banner h1 {
	background: url(../images/logo.gif);
	width: 387px;
	height: 113px;
	text-align: center;
	margin: 0 auto;
}

.banner h1 span {
	display: none;
}

.pagebody {
	position: relative;

	/* broken-in: 6.0.2800.1106 */
	/* IE 6 fix */
	border-style: solid;
	border: 1px solid #ffffee;
}

div.content {
	padding: 5px;
}

.main {
	position: relative;
	width: 70%;
	top: 0;
	left: 15%;
/*	margin: 0 15%; */
}

.main form {
	position: relative;
	margin: 10px;
}

.toppinglist {
	
	left: -50px;
	margin-bottom: 10px;
}

.toppinglist2 {
	position: absolute;
	top: 40px;
	left: 50%;
}

form b {
	padding: 0 10px;
	background: #8888ff;
	color: #000000;
}

span.heading {
	background: #0000ff;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

div.main div.content span.heading {
	font-size: 18px;
}

div.content table {
	width: 100%;
}

div.content table tr:hover {
	background: #cceeee;
}

td.details {
	font-family: sans-serif;
	font-size: 10px;
	text-align: center;
}

form.signup {
	position: relative;
/*	left: 25%; */
/*	width: 50%; */
}

form.signup h2 {
	text-align: center;
}

form.signup label {
	float: left;
	width: 45%;
	text-align: right;
	clear: both;
	padding: 1px;
}

form.signup input {
	float: right;
	width: 50%;
	text-align: left;
	clear: right;
}

form.signup p {
	clear: both;
}

div.main div.content form.login {
	position: relative;
/*	left: 25%; */
/*	width: 50%; */
}

div.main div.content form.login h2 {
	text-align: center;
}

div.main div.content form.login label {
	float: left;
	width: 45%;
	text-align: right;
	clear: both;
	padding: 1px;
}

div.main div.content form.login input {
	float: right;
	width: 50%;
	text-align: left;
	clear: right;
}

div.main div.content form.login p {
	clear: both;
}

td.category {
	background: #ffccbb;
	font-weight: bold;
}

input.special {
	width: 100%;
}

p.error {
	background: #ff8888;
	color: #000000;
	margin-top: 0px;
}
