BODY {
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
	font: normal 12px Arial, Helvetica, verdana, sans-serif;
	color: #000;
	background: #fff none;
	text-align: left;
}

TD, TR {
	color: #000;
	font: normal 12px Arial, Helvetica, verdana, sans-serif;
}

h1 {
	FONT-WEIGHT: bold;
	COLOR: #000;
	FONT-SIZE: 18px;
	text-align: center;
	line-height: 22px;
}

.dot {
	margin-top: 10px;
	margin-bottom: 7px;
	background-image: url(../images/1dot.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 1px;
}

.boxInvoice {
	display: block;
	color: #000;
	BACKGROUND-color: #FFF;
	padding: 5px 10px;
	border: 1px dashed #666;
	margin-top: 10px;
}
.boxInvoice P {
	line-height: 13px;	
}
/*
.print {
	margin-top: 15px; 
}
*/
.print TH {
	FONT-WEIGHT: bold;
	color: #FFF;
	background-color: #333;	
	border-top: #333 solid 2px;
	border-bottom: #333 solid 1px;
}
.print TD {
	FONT-WEIGHT: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: #666 solid 1px;
	padding-left: 12px;
}
.print TD.highlight {
	FONT-WEIGHT: normal;
	color: #000000;
	background-color: #CCC;
	border-bottom: #666 solid 1px;
	padding-left: 12px;
}
.print TD.noline {
	FONT-WEIGHT: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
	padding-left: 12px;
}

/* invoice */
.invoice {
	margin-top: 20px;
}
.invoice p {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 8px;
}
.invoice TH {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	border-top: #666 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.invoice TH.leftl {
	border-left: #666 solid 1px;
}
.invoice TH.notopl {
	border-top: 0px;
}
.invoice TH.noline {
	border-top: 0px;
	border-bottom: 0px;
}

.invoice TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	border-right: #666 solid 1px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.invoice TD.btml {
	border-bottom: #666 solid 1px;
}
.invoice TD.leftl {
	border-left: #666 solid 1px;
}
.invoice TD.leftbtml {
	border-left: #666 solid 1px;
	border-bottom: #666 solid 1px;
}
.invoice TD.noline {
	border: 0px;
}

.invoice TD.highlight {
	background-color: #E8E8E8;
}
.invoice TD.leftlHL {
	background-color: #E8E8E8;
	border-left: #666 solid 1px;
}

.orderCart {
	padding-top: 4px; 
}
.orderCart td {
	font-size: 9px;
	color: #333;
	border: 0px none; 
}

.space, .copyright {
	margin: 0px;
	display: none;
}

/* Breake Invoice Page when print  */
p.break {
	page-break-after: always;
}

#header, #headerFull {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;	
	display: none;
}
#navi Li A {
	padding : 0px 10px;
}
#main, #mainFull {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}
html>body #main, html>body #mainFull {
	width: 100%; 
}
#primarycontent, #sncontent, #VRcontent {
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}
html>body #primarycontent, html>body #sncontent, html>body #VRcontent {
	margin-left: 0px;
	width: 100%;
}
#maincontent, #keycontent {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}


/* Bid detail -- disable left menu  */
#account, #left, #right { 
	display: none;
}
.sm {display: none;}
/*
#right {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}
*/

