body {
	background: #9F8C86 url(../images/ai_01.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #2A4251;
}
a img {
	border-style: none;
}
th {
	text-align:center;
}
input, textarea, select {
	font: 11px/1.3em Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  text-align:right;
  margin-right:2%;
  width: 25%;
}
form p .nofloat {
	float: none;
	text-align:left;
	width: auto;
	margin: 0px;
}
form .indent {
	margin-left: 27%;
}
form .btn {
	border-top: 1px double #FFF;
	border-right: 1px double #7F7F7F;
	border-bottom: 1px double #7F7F7F;
	border-left: 1px double #fff;
	background: #2A4251;
	color: #FFFFFF;
	padding: 2px;
}

fieldset {
	margin-bottom: 5px;
	margin-top: 5px;
	border:1px solid #fff;
	padding:10px;
}

fieldset legend {
	font-weight: bold;
	color:#2A4251;
}
.fielderror {
	border: 1px solid #2A4251;
	background: #446A82;
	color: #FFFFFF;
}
.errormessage, #validationmessage li {
	padding-left: 5px;
	text-align: left;
	font-weight:normal;
	font-size: 11px;
}
#validationmessage {
	margin-top:10px;
	font-weight: bold;
	color: #2A4251;
}
#wrap {
	text-align: justify;
	width: 780px;
	margin: 0px auto;
	position: relative;
}
#header {
	margin: 0px;
}
#header .search {
	float: right;
	padding-top: 5px;
}
#header .search .textfield {
	float: left;
	width: 110px;
	margin-right: 5px;
}
#topnav a {
	color: #FFFFFF;
	background: #2A4251;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 155px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#topnav a:hover {
	background: #365669;
}

#topnav a.none {
	border-right-style: none;
}
#content {
	margin-right: 150px;
	margin-left: 160px;
	border: 1px solid #FFFFFF;
	position: relative;
	z-index: 1000;
}
#main {
	clear: left;
}
#main .middle {
	padding: 10px;
	font-size: 12px;
}
#main .middle p {
	padding:0;
	margin:5px 0px 10px 0px;
}
#main .middle h1 {
	font-size: 14px;
	background: #938683;
	padding: 3px;
	margin:0 0 10px 0;
}
#main .middle h2 {
	font-size: 12px;
	margin:0;
	padding:0;
}
#leftbar {
	position: absolute;
	left: 0px;
	top: 38px;
	width: 150px;
}
#rightbar {
	position: absolute;
	top: 38px;
	right: 0px;
	width: 140px;
}
#leftbar .section, #rightbar .section {
	background: #AA9994 url(../images/ai_16.jpg) repeat-x left bottom;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 11px;
}
#leftbar .section h1, #rightbar .section h1 {
	background:#2A4251;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#leftbar .section h2, #rightbar .section h2 {
	color:#2A4251;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}
#leftbar .section p, #rightbar .section p {
	margin: 0px;
	padding: 5px;
}
#leftbar .section img, #rightbar .section img {
	border: 1px solid #FFFFFF;
}
#rightbar input {
	margin-bottom: 3px;
}
#rightbar .process {
	width: 125px;
}
ul.foldertree {
	list-style-type: none;
    position: relative;
	width:130px;	
	margin:0;
	padding:0px 0px 5px 0px;
}
ul.foldertree li {
    position: relative;
    text-align: left;
	width:130px;
	margin:5px 5px 0px 5px;
	padding:0px;
}
ul.foldertree li a {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #C1B3B0;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px;
}
ul.foldertree li a:hover, ul.foldertree li a.current {
	background: #938683;
	color:#FFFFFF;
}
ul.foldertree ul {
    padding: 0px;
	margin:0px;
    position: absolute;
    left: -100em;
	width:130px;
	list-style:none;	
}
ul.foldertree ul li {
	width:130px;
	margin:5px 0 0 0;	
}
ul.foldertree ul ul {
	width:130px;	
}
ul.foldertree ul ul li {
	width:130px;	
}
ul.foldertree ul ul ul {
	width:130px;	
}
ul.foldertree ul ul ul li, ul.foldertree ul ul ul li a, ul.foldertree ul ul ul {
	width:130px;	
}
/* up/down icons */
ul.foldertree li.hasmenu > a {
    background: #938683 url(../images/down_normal.jpg) no-repeat right center;
}
ul.foldertree li.hasmenu > a:hover {
    background: #766967 url(../images/down_over.jpg) no-repeat right center;
}
ul.foldertree li.hasmenu > a.rollover {
    background: #766967 url(../images/up_over.jpg) no-repeat right center;
}
ul.foldertree li.hasmenu > a.rollover:hover {
    background: #766967 url(../images/up_over.jpg) no-repeat right center;
}
/* IE versions*/
* html ul.foldertree li.hasmenu a {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "#938683 url(assets/images/down_normal.jpg) no-repeat right center" : "#C1B3B0");
}
* html ul.foldertree li.hasmenu a.rollover {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "#766967 url(assets/images/up_over.jpg) no-repeat right center" : "#938683");
} 
* html ul.foldertree li.hasmenu a:hover {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "#766967 url(assets/images/down_over.jpg) no-repeat right center" : "#938683");
}
* html ul.foldertree li.hasmenu a.rollover:hover {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "#766967 url(assets/images/up_over.jpg) no-repeat right center" : "#938683");
} 
/* browser hacks */
@media screen, projection {
    * html ul.foldertree li {
        display: inline; 
        f\loat: left; 
        background: transparent; 
    }
}
.textfield {
	background: #938683;
	border: 1px solid #FFFFFF;
	color: #2A4251;
	font-weight:bold;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.imgborder {
	border:1px solid #fff;
}
#thumbholder {
	vertical-align:top;
}
#thumbholder .productthumb {
	border: 1px solid #fff;
	float:left;
	margin: 5px 10px 5px 0px;
}
.product {
	padding: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.rpp {
	float: right;
}
.rpp select {
	background: #938683;
	color: #FFFFFF;
}
.errormessage {
	color:#446A82;
}
.message {
	font-weight:bold;
	font-size:14px;
	background:#446A82;
	padding:5px !important;
	border:1px solid #fff;
}
.productstable, .admintable {
	width: 100%;
	border-collapse:collapse;
	margin-top: 10px;
}
.productstable th, .productstable td, .admintable th, .admintable td {
	vertical-align:middle;
	border:1px solid #fff;
	padding: 5px;
	background:#938683;
}
.productstable th, .admintable th {
	background: #2A4251;
}
.productstable .toremove td, .admintable .toremove td, .productstable .hi td, .admintable .hi td {
	background: #BBADAA;
}
th.sorteddescending {
	background: #446A82 url(../images/arrow_down.gif) no-repeat 95% 50%;
}
th.sortedascending {
	background: #446A82 url(../images/arrow_up.gif) no-repeat 95% 50%;
}
th a {
  display: block;
  color: #fff;
  text-decoration: none;
}
* html th a {
  height: 1px;
}
.productstable .remove {
	margin-top: 3px;
	float: left;
	margin-left: 3px;
}
#menuimage {
	margin:0px 5px 5px 5px;
	text-align:center;
}
.ng {
	text-align:center;
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#CCCCCC;
	margin-top:5px;
}