
/*product page*/
.xyptable {
	background-color:#F8F8F8;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin:0px;
}

.xyptopleft {
	text-align:center;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xypcoltitle {
	width:30px;
	text-align:center;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

.xyprowtitle {
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

.xypinputcell {
	width:30px;
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xypinputbox {
	width:30px;
	text-align:right;
	border-style:inset;
	border-width:thin;
	padding:1px;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xypinputboxdisabled {
	background-color:pink;
	width:30px;
	text-align:right;
	border-style:inset;
	border-width:thin;
	padding:1px;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xyptotaltitle {
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.xyprtotalcell {
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xyprtotal {
	width:30px;
	text-align:right;
	border-style:inset;
	border-width:thin;
	padding:1px;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

/*checkout and cart*/
.xytable {
	background-color:#F8F8F8;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin:0px;
}

.xytopleft {
	text-align:center;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xycoltitle {
	width:25px;
	text-align:center;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

.xyrowtitle {
	width:25px;
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

.xyinfocell {
	width:25px;
	text-align:right;
	background:white;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xyinputcell {
	width:25px;
	text-align:right;
	border-style:none;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xyinputbox {
	width:25px;
	text-align:right;
	background:white;
	border-style:inset;
	border-width:thin;
	padding:1px;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}

.xyinputboxdisabled {
	width:25px;
	text-align:right;
	background:pink;
	border-style:inset;
	border-width:thin;
	padding:1px;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}
