﻿body
{
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Verdana, Sans-Serif;
	font-size: .71em;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0px;
}
input.btn
{
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
	background-image: url(../images/btn_bg.png);
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/*input.btn
{
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
}*/
input.txt
{
	padding: 2px;
}
a img
{
	border: none;
}
a
{
	text-decoration: none;
	color: #69F;
}
a:hover
{
	text-decoration: underline;
}
p, li
{
	margin: 5px 0px 5px 0px;
	line-height: 1.4em;
}
p.warning
{
	color: #F60;
}
p.success
{
	color: #090;
}
h3
{
	margin: 10px 0px 5px 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
}
h2
{
	margin: 10px 0px 5px 0px;
	font-size: 1.8em;
	font-weight: bold;
	color: #CCC; /*color: #ff0000; 		border:1px solid #ff0000;*/
}
hr
{
	border: none;
	height: 1px;
	background: #666;
}
table.bordered th, table.bottom_bordered th
{
	color: #999;
	background: #333;
}
table.bordered th, table.bordered td
{
	border: solid 1px #333;
}
table.bottom_bordered td
{
	border-bottom: solid 1px #333;
}
#top
{
	background: #333 url( "../images/page-top.gif" ) no-repeat;
	height: 20px;
}
#container
{
	width: 800px;
	margin: 25px auto 25px auto;
	background: #333 url( "../images/page-background.gif" ) repeat-y;
}
#bottom
{
	background: #333 url( "../images/page-bottom.gif" ) no-repeat;
	height: 30px;
}
#topnav, #ordernav
{
	margin: 0px 20px 0px 20px;
	padding: 7px 10px 0px 10px;
	background: #000 url( "../images/topnav-background.gif" ) repeat-x;
	height: 21px;
	color: #FFF;
	font-size: 10pt;
}
#topnav a
{
	color: #69F;
	font-weight: bold;
}
#bottomnav ul, #topnav ul
{
	margin: 0;
	padding: 0;
}
#bottomnav li, #topnav li
{
	list-style: none;
	display: inline;
	margin: 0px 5px 0px 5px;
	padding: 0;
}
#main
{
	margin: 0px 20px 0px 20px;
	background: #000;
	color: #FFF;
}
#prodlist
{
	border-top: solid 1px #69F;
}
#prodlist ul
{
	margin: 0;
	padding: 0;
}
#prodlist li
{
	list-style: none;
	display: inline;
	margin: 0;
}
#banner
{
	background: #000 url( "../images/banner-background.gif" ) repeat-x;
	color: #FFF;
}
#bannernav
{
	text-align: center;
	height: 18px;
	background: url( "../images/bannernav-background.gif" ) #000 no-repeat center 0%;
	padding: 11px;
}
#bannernav li
{
	margin: 0px 10px 0px 10px;
	font-size: 8pt;
	font-weight: bold;
	display: inline;
	list-style: none;
}
#bannernav ul
{
	margin: 0;
	padding: 0;
}
#bannernav a
{
	color: #CCC;
}
#bannernav a:hover
{
	color: #FFF;
	text-decoration: none;
}
#content
{
	padding: 10px;
}
#footer
{
	clear: both;
	margin: 0px 20px 0px 20px;
	padding: 8px 10px 0px 10px;
	height: 32px;
	background: #CCC url( "../images/footer-background.gif" ) repeat-x;
	color: #666;
	font-size: 8pt;
}
#bottomnav
{
	background: #999;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
	font-size: 7pt;
	color: #FFF;
}
#bottomnav ul
{
	margin: 0;
	padding: 0;
}
#bottomnav li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#bottomnav a
{
	color: #FFF;
}
.required
{
	color: #F00;
}
.updatebtn, .addbtn
{
	background: #F90;
	border-top: solid 1px #F90;
	border-left: solid 1px #F90;
	border-right: solid 1px #F60;
	border-bottom: solid 1px #F60;
}

/*
.addbtn{
	background: #3f0;
	border-top: solid 1px #9f6;
	border-left: solid 1px #9f6;
	border-right: solid 1px #030;
	border-bottom: solid 1px #030;
}*/

/* Hides from IE5-mac \*/
* html
{
	height: 1%;
}
/* End hide from IE5-mac */

/********* End Existing CSS ***********/

/******** Start New CSS **************/

.my_txt1
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

.my_txt2
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.HyperLinkCursor
{
	cursor:pointer;
}
