﻿span.spanTitle {
	font-size:18px;
	font-weight:900;
}
table.tableMain {
	border:1px #856F85 solid;
	font-weight:300;
	margin:0px auto 0px auto;
	font-size:12px;
}
td.tdHeaderItem {
	text-align:center;
	border-bottom:2px #856F85 solid;
	width:65%;
}
td.tdHeaderQuantity {
	text-align:center;
	border-bottom:2px #856F85 solid;
	width:10%;
}
td.tdHeaderPrice {
	text-align:center;
	border-bottom:2px #856F85 solid;
	width:10%;
}
td.tdHeaderTotal {
	text-align:center;
	border-bottom:2px #856F85 solid;
	width:15%;
	font-weight:900;
}
td.tdHeader {
	border-bottom:2px #856F85 solid;
}
tr.trEntry {
	text-align:center;
	cursor:pointer;
	background:transparent;
}
tr.trEntry:hover {
	text-align:center;
	cursor:pointer;
	background:#AAAAAA;
}
td.tdItem {
	text-align:left;
	width:65%;
}
td.tdQuantity {
	text-align:center;
	width:10%
}
td.tdPrice {
	text-align:right;
	width:10%;
}
td.tdTotal {
	text-align:right;
	width:15%;
	font-weight:900;
}
select.formSelect {
	border:1px #856F85 solid;
	vertical-align:middle;
	font-size:12px;
	font-weight:900;
}
input.formButton {
	border:1px #321042 solid;
	background-color:#856F85;
	color:#FFFFFF;
	cursor:pointer;
	padding:1px 7px 1px 7px;
}
td.tdShippingText {
	text-align:left;
	width:65%;
	border-top:1px #856F85 solid;
}
td.tdShippingState {
	text-align:left;
	width:20%;
	border-top:1px #856F85 solid;
}
td.tdShipping {
	text-align:right;
	width:15%;
	font-weight:900;
	border-top:1px #856F85 solid;
}
td.tdGrandTotalText {
	text-align:left;
	width:85%;
	font-weight:900;
	border-top:2px #856F85 solid;
}
td.tdGrandTotal {
	text-align:right;
	width:15%;
	font-weight:900;
	border-top:2px #856F85 solid;
}
table.tableMainC {
	border:1px #856F85 solid;
	font-weight:300;
	margin:0px auto 0px auto;
	font-size:12px;
	width:500px;
}
table.tableSubMainC {
	font-weight:300;
	margin:0px auto 0px auto;
	font-size:12px;
	width:100%;
}
td.tdTitle {
	text-align:center;
	font-weight:900;
	font-size:14px;
}
td.tdFieldName {
	width:40%;
	text-align:right;
}
td.tdField {
	width:60%;
	text-align:left;
}
input.formText {
	border:1px #856F85 solid;
	width:150px;
}
textarea.formTextArea {
	width:260px;
	height:100px;
	border:1px #856F85 solid;
}
table.tableHiddenTable {
	border:none;
	padding:0px;
	margin:0px;
	width:100%;
}
div.divSideMenuItem {
	width:138px;
	font-size:12px;
	text-decoration:underline;
	line-height:16px;
	font-weight:normal;
	cursor:pointer;
	margin-left:7px;
}
table.tableOrders {
	border:none;
	padding:0px;
	margin:0px;
	width:100%;
	font-weight:300;
	font-size:12px;
}