body {
	overflow-y: scroll;
	margin: 0px;
	padding: 5px;
	
	background: #f3f3f3;
	background-image: url('/images/bg.png');
	
	color: #797979;
	font-family: tahoma,verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}

p {
	text-align: justify;
}

table {
	font-size: 1em;
	line-height:18px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color:#797979;
	font-family:tahoma,verdana;
	font-size:11px;
	line-height:18px;
}

a:hover {
	text-decoration: underline;
	color: #FF8C00;
}

h1,h2 {
	margin: 0px;
	padding: 0px;
	
	color: #FF8C00;
	
	font-family:tahoma,verdana;
	font-size:12px;
	font-weight:bold;
	line-height:16px;	
}

h1 {
	text-decoration: underline;
}

h1 a {
	margin: 0px;
	padding: 0px;
	
	color: #FF8C00;
	
	font-family:tahoma,verdana;
	font-size:12px;
	font-weight:bold;
	line-height:16px;	
}

h1 a:hover {
	color: #797979;
}

h3 {
	margin: 0px;
	padding: 0px;
	
	color: #FF8C00;
	
	font-family:tahoma,verdana;
	font-size:1em;
	font-weight:bold;
}

hr {
	margin: 10px 0px;
}

.bodyImg {
	border: 1px #c7c7c7 solid;
}

.alert {
	color: #c00;
	font-weight: bold;
}

.box {
	background-color:#FAFAFA;
	border:1px solid #C7C7C7;
}

.editTable a {
	display: block;
}

.editTable a:hover {
	background: #eee;
}

#mainDiv {
	margin: 0px auto;
	
	width: 779px;
	background: #fff;
}

#topDiv {
	height: 25px;
	padding: 0px 5px;
}

#topDate {
	float: left;
	
	height: 22px;
	width: 260px;
	
	padding-top: 3px;
	
	text-align: left;
}

#topSubscript {
	float: right;
	
	color: #FF8C00;
	font-size:12px;
	
	text-align: right;
}

#topSubscript td {
	color: #FF8C00;
	font-weight: bold;
}

#menu {
	margin-top: 4px;
}

#bodyDiv {
	background: #fff;
}

#footerMenu {
	height: 35px;
	background: #fff;
	background-image: url('/images/footer.png');
	
	color: #fff;
}

#footerMenuItems {
	padding-top: 7px;
}

#footerMenu a {
	color: #fff;
}

.txtBox {
/*	padding: 0px;*/
	border: 1px #C7C7C7 solid;
/*	background: #fff;*/
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #797979;
	height: 20px;
}

.button {
	border: 1px #C7C7C7 solid;
	background: #FAFAFA;
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #FF8C00;
	font-weight: bold;
	height: 20px;
}

.prodTable {
	background: #797979;
}

.prodTable td {
	background: #fff;
}

.prodTable .title {
	background: #fafafa;
	font-weight: bold;
}

.sale {
	font-size: 1em;
	font-weight: bold;
	color: #e00;
}

.buynow {
	width: 200px;
	border: 1px #c7c7c7 solid;
}

.buynow .buytitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF8C00;
}

#cartContentsTitle {
	width: 90px;
}

.bellowCartConfirm td {
	padding: 0px 5px;
}