body {
	padding: 0px;
	margin: 0px;
	color: #B3B3B3;
	background-color: black;
}
body, table, form, input, select, textarea {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}
a, a:visited, a:hover {
	font-size: 12px;
	color: #B3B3B3;
}
a:hover {
	text-decoration: none;
}
a.min, a.min:visited, a.min:hover {
	font-size: 10px;
}
a.mnu1, a.mnu1:visited, a.mnu1:hover {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
a.mnu2, a.mnu2:visited, a.mnu2:hover {
	font-size: 11px;
	font-weight: bold;
	color: #D8D8D8;
	text-decoration: none;
}
a.mnu2:hover {
	color: white;
}
a.h2, a.h2:visited, a.h2:hover {
	font-size: 15px;
	color: white;
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 15px;
	color: white;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
	text-transform: uppercase;
}
hr {
	height: 1px;
	color: #747474;
	background-color: #747474;
	border-style: none;
}

.table {
	width: 100%;
	height: 100%;
}
.image {
	position: absolute;
	top: 0px;
	width: 126px;
	right: 40px;
}
.basket {
	position: absolute;
	top: 15px;
	right: 20px;
}
.bask {
	font-weight: bold;
	white-space: nowrap;
	padding: 5px;
	background-color: #333333;
}
.num {
	color: white;
	font-weight: bold;
}
.order {
	width: 110px;
	margin-top: 7px;
}
.head {
	height: 70px;
	padding-left: 10px;
	background-color: #333333;
}
.menu1 td {
	padding: 5px 10px 5px 10px;
	border-right: black 1px solid;
	cursor: pointer;
}
.div td {
	border-top: black 1px solid;
	border-right: black 1px solid;
}
.body1 {
	width: 100%;
	height: 100%;
	padding: 20px;
	background: url('bg_foot.gif') repeat-x bottom;
}
.body2 {
	width: 100%;
	height: 100%;
	background-color: #333333;
	border: solid 1px #747474;
}
.content {
	height: 100%;
	text-align: justify;
	vertical-align: top;
}
.menu2 {
	text-align: center;
	border-top: solid #747474 1px;
	border-bottom: solid #747474 1px;
	background-color: black;
}
.alt {
	position: absolute;
	visibility: hidden;
	font-size: 20px;
	font-weight: bold;
	border: solid #747474 1px;
	background-color: black;
	padding: 5px;
}
.img {
	margin-bottom: 10px;
	border: 0px;
}
.border {
	border-top: #747474 1px solid;
	border-left: #747474 1px solid;
	border-collapse: collapse;
}
.border td {
	border-right: #747474 1px solid;
	border-bottom: #747474 1px solid;
}
tr.sel td {
	background-color: #F5F5F5;
}
span.min {
	color: white;
	font-size: 11px;
}
.sub {
	position: absolute;
	visibility: hidden;
	background-color: #FEFCB8;
}
.inp {
	background-color: #747474;
	color: white;
	padding: 1px 3px 1px 3px;
	border: 0px;
}
#color img {
	border: solid #747474 1px;
}

.t_l, .t_c, .t_r {
	background-color: #4C4C4C;
	font-weight: bold;
}
.l, .t_l {
	text-align: left;
}
.c, .t_c {
	text-align: center;
}
.r, .t_r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}