#formAddWare {
	background-color: #F8FAFD;
	border: solid 1px #47A0DB;
}

#formAddWare ul {
	background-color: #EDF2FA;
	border: solid 1px #B1C6E3;
	font:  13px verdana, geneva, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 8px 5px;
	list-style-position: inside;
	list-style-image: url(/images/coin.gif);
}

#formAddWare label {
	width: 120px;
    cursor: pointer;
}

#delWareImg {
    margin-left: 15px;
}

.pointer {
    cursor: pointer;
}

.rowWare {
    background-color: #FBF9EB;
}

.wait {
    cursor: wait;
}

.currentWare {
    background-color: #FBF9EB;
}

.currentWare td:first-child {
    background: url(/images/admin_add_elite.gif) no-repeat 2px center;
}

#wares {
    margin: 10px auto 10px;
    border-spacing: 0;
}

#wares td {
    border-bottom: 1px solid #A0C8E2;
    border-right: 1px solid #A0C8E2;
    text-align: center;
    font: 12px verdana, geneva, arial, sans-serif;
    padding: 8px 5px;
    border-collapse: collapse;
    border-spacing: 0;
}

#wares td:last-child {
    border-right: 1px solid #FFF;
}

#wares th {
  border: 1px solid #48A1DC;
  border-right: 1px solid #FFF;
  background-color: #48A1DC;
  color: #FFF;
  font: bold 13px verdana, geneva, arial, sans-serif;
  text-align: center;
  padding: 3px;
}

a.orangeDotted {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px dotted #FFCCAA;
}

a.orangeDotted:hover {
	color: #316B93;
	text-decoration: none;
	border-bottom: 1px solid #FF6500;
}

.wareHighlight {
    background-color: #E3F7DF !important;
    cursor: pointer;
}

.wareSectionBlue
{
  background: url(/images/cat_top_space.gif) repeat-x bottom left;
  height: 20px;
}

.wareSectionBlue h1
{
  color: #FFF;
  font: bold 13px verdana, geneva, arial, sans-serif;
  background: #48a1dc url(/images/cat_top_left.gif) no-repeat left bottom;
  float: left;
  margin: 0;
  padding: 0 0 0 44px;
  line-height: 20px;
  white-space: nowrap;
}

.wareSectionBlue h1 span
{
  float: left;
  padding: 0 40px 0 0;
  background: #48a1dc url(/images/cat_top_right.gif) no-repeat right bottom;
  line-height: 20px;
}

.wareSectionBlue h2
{
  color: #FFF;
  font: bold 13px verdana, geneva, arial, sans-serif;
  background: #57AA1B url(/images/ra_green_left.gif) no-repeat left bottom;
  float: left;
  margin: 0;
  margin-right: 3px;
  padding: 0 0 0 8px;
  line-height: 20px;
  white-space: nowrap;
}

.wareSectionBlue h2 span
{
  float: left;
  padding: 0 8px 0 0;
  background: #57AA1B url(/images/ra_green_right.gif) no-repeat right bottom;
  line-height: 20px;
}

.wareSectionBlue h2.active
{
  color: #FFF;
  font: bold 13px verdana, geneva, arial, sans-serif;
  background: #FF6600 url(/images/ra_orange_left.gif) no-repeat left bottom;
  float: left;
  margin: 0;
  margin-right: 3px;
  padding: 0 0 0 8px;
  line-height: 20px;
  white-space: nowrap;
}

.wareSectionBlue h2.active span
{
  float: left;
  padding: 0 8px 0 0;
  background: #FF6600 url(/images/ra_orange_right.gif) no-repeat right bottom;
  line-height: 20px;
}

#ware {
    margin: 25px auto 25px;
    border-spacing: 0;
}

#ware td {
    border-bottom: 1px solid #57AA1B;
    border-right: 1px solid #57AA1B;
    text-align: center;
    font: 12px verdana, geneva, arial, sans-serif;
    padding: 8px 5px;
    border-collapse: collapse;
    border-spacing: 0;
}

#ware td:last-child {
    border-right: 1px solid #FFF;
}

#ware th {
  border: 1px solid #57AA1B;
  border-right: 1px solid #FFF;
  background-color: #57AA1B;
  color: #FFF;
  font: bold 13px verdana, geneva, arial, sans-serif;
  text-align: center;
  padding: 3px;
}

.descLong {
    vertical-align: top;
    text-align: left !important;
}

.cellCenter {
    text-align: center;
}

.btnBaseCls {
    padding: 5px 20px;
    padding-left: 32px;
    text-decoration: none;
    margin: 2px;
    text-transform: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btnFormAdd {
    background: #FF6600 url(/images/check.gif) 8px center no-repeat;
    border: 1px solid #FF6600;
    color: #FFFFFF !important;
}
