/*product page*/
.xyptable {
	background-color:#FFFFFF;
	margin:0px;
	padding: 0px;
}
.xyptable td {
	margin: 0px;
	padding: 0px;
}
.xyptopleft {
	text-align:center;
	border-style:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #AA3094;
	padding-left: 5px;
}
.xypcoltitle {
	width:30px;
	text-align:center;
	border-style:none;
	font-size:11px;
	background-color: #AA3094;
	font-weight: bold;
	color: #FFFFFF;
}
.xyprowtitle {
	text-align:right;
	border-style:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 5px;
}
.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:0px; font-size:xx-small; font-family:Arial, Helvetica, sans-serif;}
.xyptotaltitle {
	text-align:right;
	border-style:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #AA3094;
	padding-left: 5px;
}
.xyprtotalcell {text-align:right; border-style:none; font-size:xx-small; font-family:Arial, Helvetica, sans-serif;}
.xyprtotal {width:65px; align:right; text-align:right; border-style:inset; border-width:thin; padding:0px; font-size:xx-small; font-family:Arial, Helvetica, sans-serif;}

/*checkout and cart*/
.xytable {background-color:#aabbcc; border-style:solid; border-width:1px; border-color:darkblue; 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;}
.xyrowtitle {width:25px; text-align:right; border-style:none; font-size:xx-small; font-family:Arial, Helvetica, sans-serif;}
.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:0px; font-size:xx-small; font-family:Arial, Helvetica, sans-serif;}
