html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: Verdana,Sans-serif;
	font-size: 90%;
}

h1, h2, h3 {
	color: #555555;
}

:link {
	text-decoration: none;
	font-weight: bold;
	color: #880000;
}

:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

:link img, :visited img {
	border: 0;
}

input {
	vertical-align: middle;
}

table {
}

th {
	padding: 3px;
}

td {
	padding: 3px;
}

#container {
	margin: 0;
	padding: 0;
}

#header {
	background: #CCCCCC;
	width: auto;
	height: 70px;
	color: #fff;

	border-bottom-width: 2px;
	border-bottom-color: #555555;
	border-bottom-style: solid;
}

#headertext {
	padding: 10px 10px;
	font-size: 250%;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#header img {
	float: left;
	margin: 10px 10px;
	height: 48px;
}

#body {
	background: #FFF;
/*	position: absolute; */
	top: 80px;
	left: 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	margin: 20px 10px 10px 10px;
}


#search {
	text-transform: lowercase;
	position: relative;
	text-align: right;
}

#side {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 10px 10px 10px 0px;
	width: 120px;

	text-align: right;

	border-right-width: 2px;
	border-right-color: #BBBBBB;
	border-right-style: solid;
}

#side li, #fc li {
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.6em;
}

#side :link:hover, #side :visited:hover {
	padding-bottom: 4px;
	border-bottom: solid 3px #BBBBBB;
}

#side :link, #side :visited {
	font-size: 90%;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;

	color: #555555;
}

blockquote {
	font-style: italic;
}

#footer p {
/*
	border-top-width: 2px;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	padding: 10px;
*/
	font-size: 60%;
	line-height: normal;
}

#paypal_logos {
	text-align: center;
}

.question {
	font-weight: bold;
	color: #555555;
}

.answer {
	padding-left: 40px;
}

.submit {
}

.submit:hover, .submit:focus {
}

.error {
	color: #FF0000;
}

.result {
	color: green;
}

.item {
}

.itemheader {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.product {
}

.price {
	text-align: right;
}

.quantity {
	text-align: right;
}

.quantityinput {
	text-align: center;
}

.total {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.totaltext {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.destination {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.purchasebutton {
	text-align: right;
}
