.ver16B {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.ver10White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.search {
	margin: 0px;
	padding: 0px;
}

div.search form {
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
div.search input {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

table.product_details {
	width:90%;
	border: 0px;
	background-color:#CC0000;
}
table.product_details th{
	width: 250px;
	text-align:right;
	padding-right: 5px;
	background-color:white;
}
table.product_details td{
	text-align:left;
	padding: 3px;
	padding-left: 5px;
	background-color:white;
}
table.product_details a{
	color:#990033;
}

table.shopping_cart {
	margin-right: auto;
	margin-left: auto;
	width:90%;
	border: 0px;
	background-color:#CC0000;
}
table.shopping_cart th{
	text-align:center;
	padding-right: 5px;
	background-color:white;
}
table.shopping_cart td{
	text-align:center;
	padding: 3px;
	padding-left: 5px;
	background-color:white;
}
table.shopping_cart a{
	color:#990033;
}
table.shopping_cart input{
	border: 1px solid black;
	width: 90%;
	color:#990033;
}

input.login { 
	margin-top: 5px;
	border: 1px solid black;
	width: 100px;
	font-weight:bold;
}

span.firsttime {
	color: red;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

table.checkout_products {
	background-color:black;
	width: 100%;
}
table.checkout_products td,th{
	background-color:white;
}

a {
	color: blue;
}

a.nu {
	text-decoration:none;
}

table.registry_list {
	background-color:black;
	width: 100%;
}
table.registry_list td,th{
	background-color:white;
}
