﻿span.spanTitle {
	font-size:18px;
	font-weight:900;
}
table.tableMain {
	border:0px #F46320 solid;
	font-weight:300;
	margin:0px auto 0px auto;
	font-size:12px;
	width:600px;
}
td.tdHeaderItem {
	text-align:center;
	border-bottom:2px #666666 solid;
	width:65%;
}
td.tdHeaderQuantity {
	text-align:center;
	border-bottom:2px #666666 solid;
	width:10%;
}
td.tdHeaderPrice {
	text-align:center;
	border-bottom:2px #666666 solid;
	width:10%;
}
td.tdHeaderTotal {
	text-align:center;
	border-bottom:2px #666666 solid;
	width:15%;
	font-weight:900;
}
td.tdHeader {
	border-bottom:2px #666666 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 #666666 solid;
	vertical-align:middle;
	font-size:12px;
	font-weight:900;
}
input.formButton {
	/*border:1px #321042 solid;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
	padding:1px 7px 1px 7px;*/
	color:#000000;
	cursor:pointer;
}
td.tdShippingText {
	text-align:left;
	width:65%;
	border-top:1px #666666 solid;
}
td.tdShippingState {
	text-align:left;
	width:20%;
	border-top:1px #666666 solid;
}
td.tdShipping {
	text-align:right;
	width:15%;
	font-weight:900;
	border-top:1px #666666 solid;
}
td.tdGrandTotalText {
	text-align:left;
	width:85%;
	font-weight:900;
	border-top:2px #666666 solid;
}
td.tdGrandTotal {
	text-align:right;
	width:15%;
	font-weight:900;
	border-top:2px #666666 solid;
}
table.tableMainC {
	border:0px #F46320 solid;
	font-weight:300;
	margin:0px auto 0px auto;
	font-size:12px;
	width:600px;
}
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;
	color:#000000;
}
td.tdFieldNameReceipt {
	width:40%;
	text-align:right;
	color:#000000;
	font-weight:900;
    vertical-align:top;
}
td.tdFieldReceipt {
	width:60%;
	text-align:left;
	color:#000000;
}
td.tdField {
	width:60%;
	text-align:left;
}
input.formText {
	border:1px #666666 solid;
	width:150px;
}
textarea.formTextArea {
	width:260px;
	height:100px;
	border:1px #666666 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;
}
div.divPopUp {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:400px;
	background:#F5F9E9;
	border:2px #C3C5C4 solid;
	padding:10px;
	z-index:1000;
}