body {
	/*width: 1250px;*/
	/*width: 1024px;*/
	background: url(./img/watermark.jpg);
	/*text-align: center;*/ /* for IE */ 
	/*margin: 0 auto;*/
}

#banner {
	width: 100%;
}

#menu {
	padding-top: 2px;
	height: 25px;
	width: 100%;
	background: #AAAAAA url(./img/bar.png);
	/*background-color: #AAAAAA url(./img/bar.png);*/
	/*background-image: url(./img/bar.jpg);*/
	text-align: left;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}

#menu a {
	color: #000000;
}

#left {
	float: left;
	width: 15%;
}

#content {
	float: left;
	width: 65%;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

#right {
	float: right;
	width: 15%;
}

#box {
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 6px;
	display: inline\9;
	height: 100%;
}

#boxTitle {
	background: #AAAAAA url(./img/bar.png);
	/*background-color: #AAAAAA url(./img/bar.png);*/
	/*background-image: url(./img/bar.jpg);*/
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}

#boxContent {
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
}

#rightBox {
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 6px;
	height: 100%;
}

#rightBoxTitle {
	background: #AAAAAA url(./img/bar.png);
	/*background-color: #AAAAAA url(./img/bar.png);*/
	/*background-image: url(./img/bar.jpg);*/
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}

#rightBoxContent {
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	background-color: #FFFFFF;
}

#leftBox {
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 6px;
	height: 100%;
}

#leftBoxTitle {
	background: #AAAAAA url(./img/bar.png);
	/*background-color: #AAAAAA url(./img/bar.png);*/
	/*background-image: url(./img/bar.jpg);*/
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}

#leftBoxContent {
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	width: 100%;
	background: #AAAAAA url(./img/bar.png);
	/*background-color: #AAAAAA url(./img/bar.png);*/
	/*background-image: url(./img/bar.jpg);*/
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}

#productPrice {
	color: #990000;
	font-weight: bold;
}

#productName {
	color: #4444DD;
	font-size: 11px;
}

#productCode {
	font-size: 9px;
}

#categoryProductName {
	color: #4444DD;
	font-size: 14px;
	font-weight: bold;
}

#productDetailPrice {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

#productDetailName {
	color: #4444DD;
	font-size: 18px;
	font-weight: bold;
}

#productOutOfStock {
	color: #66789C;
	font-weight: bold;
}

#categoryOutOfStock {
	color: #66789C;
	font-size: 10px;
	font-weight: bold;
}

#barSubcategoryName {
	font-size: 11px;
	margin-top: 100px;
	margin-bottom: 100px;	
}

#cartbox_table {
	font-size: 11px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.categoryLink:link, a.categoryLink:visited {
	color: #000000;
	text-decoration: underline;
}

a.categoryLink:hover, a.categoryLink:active {
	text-decoration: none;
}

.categoryBox {
	padding-top: 5px;
}

#submit {
	color: #000050;
  	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  	background-color: #CCCCCC;
  	border-color: #696 #363 #363 #696;
  	border: 1px solid;
  	filter: progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

#printInvoice {
	color: #000050;
	width: 100px;
	height: 30px;
  	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  	background-color: #fed;
  	border-color: #696 #363 #363 #696;
  	border: 1px solid;
  	filter: progid:DXImageTransform.Microsoft.Gradient
  	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.response {
	position: fixed;
	width: 350px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	left: 40%;
	top: 40%;
	padding: 16px;
	background: #EEE8AA;
	border-color: #696 #363 #363 #696;
  	border: 1px solid;
	
	/* for IE */
	position: expression("absolute");	
	top: expression(body.scrollTop + document.body.clientHeight*0.4 + "px");
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #aaaaaa;
	border-style: none none dotted;
}

table {
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
}

