#leftnav {
	width: 150px;
	font-size: 12px;
	vertical-align: top;
	font-size: 85%;
}

ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftnav a {
	/*/*/padding: 3px; 
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 150px /* */
}

#leftnav a:link, #leftnav a:visited {
	color: #666;
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #000;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	
}

.entryTable2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #DDDDDD;*/
	
}

.entryTable2 .label {
	/*background-color: #EFEFEF;*/
	text-align: right;
	padding-right: 8px;
}

.entryTable2 .content {
	background-color: #FFFFFF;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
	text-align: right;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

#errorMessage {
	/*color: #990000;*/
	color:#FF0000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* by Suwat */
.ship_name {
	font-weight: bold;
}

.ship_info { 
	color: #FF0000;
}

.ship_hd {
	font-weight: bold;
}

.ship_note {
 	text-decoration: underline; 
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.label {
	font-weight: bold;
}

.tableHeader {
	font-family: Verdana, "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	font-weight: bold;
	background-position: center;
}

.box2
{
  font-size: xx-small;
}

.orderHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #74a17b;
	color: #FFFFFF;
	font-weight: bold;
}

#updating {
	visibility: hidden;
	background-color: #ff0000;
	border: none;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
	position: absolute;
	width: 70px;
	font-size: .8em;
}


#frmCart .product a
{
 color: #000000;
 text-decoration: none;
}

#frmCart .product a:hover
{
 color: #0000FF;
 text-decoration: underline;
}

/* Mini Cart styles */
.mini
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.mini td
{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.mini a
{
 color: #000000;
 text-decoration: none;
}

.mini a:hover
{
 /*color: #66FFFF;*/
 color: #0000FF;
 text-decoration: underline;
}

.mini .warning {
	color: #FF0000;
	font-weight: bold;
}
/* end Mini Cart styles */
