@charset "utf-8";
/* CSS Document */

#textbox{
	font-size: 12px;
	color:#000000
}
input.qty {
	text-align:right;
	width: 1.8em;
}
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style7 {
	color: #333333;
	font-size: small;
}
.style8 {font-size: x-small}
.style11 {font-size: 18px; font-weight: bold; }
.style12 {font-size: 12px; color:#000000}
.continueshopping {
	color: #009900;
	font-size:larger;
	font-weight: bolder;
}
.checkout {
	color: #CC0033;
	font-size:larger;
	font-weight: bolder;
}
#apDiv1 {
	position:absolute;
	left:16px;
	top:183px;
	width:178px;
	height:73px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:667px;
	top:194px;
	width:181px;
	height:26px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	left:136px;
	top:445px;
	width:180px;
	height:250px;
	z-index:1;
}
img {border:none}

.nowrap {
	white-space:nowrap;
}
.error {
	color: #FF0000;
	text-align:center;
	font-size:larger;
}
.required {
	background-color:#CC9999;
}
.normPrice {
	color:#CC6600;
	font-size:larger;
	font-weight: bolder;
}
.regPrice {
	color: #CC6633;
	font-size: smaller;
	font-weight: bolder;
}
.specialPrice {
	color: #000099;
	font-size:larger;
	font-weight: bolder;
}
table.cart {
	width:100%; 
	border:none;
	border-style:none;
	border-width:thin;
	border-collapse:collapse;
	white-space:nowrap;
}
th.cart {

}
tbody.cart {

}
.center {
	text-align:center;
	width:80%; 
	margin-left:10%; 
	margin-right:10%;
	border:none;
	border-style:none;
	border-width:thin;
	border-collapse:collapse;
}
#container {
	height: auto;
	font: normal 95% Tahoma, Geneva, sans-serif;
	width: 90%;
	margin: 5px auto 10px;
	color: #333;
}

