A.external {
    background: url("../images/external.png") no-repeat scroll right center transparent;
    padding-right: 13px;
}

.delFlag {
	padding-top: 23px;
	float: right;
}

.offBut {
	padding-top: 0;
	float: right;
}

a.gray {
	opacity:0.4;
	cursor: default;
}

tr.gray {
	opacity:0.5;
}

.auctionRows tr div.selector {
   background-color: white;
   font-size: 12px;
   width: 170px;
}
.auctionRows tr div.selector span {
   color: #000000;
   width: auto;
}
.auctionRows tr div.selector select {
   border: 1px solid #FFFFFF;
   font-family: Arial,"Helvetica Neue",Helvetica,Verdana,sans-serif;
   font-size: 12px;
   min-width: 0;
}

.auctionP div.selector {
   background-color: white;
   font-size: 12px;
   width: 170px;
}
.auctionP div.selector span {
   color: #000000;
   width: auto;
}
.auctionP div.selector select {
   border: 1px solid #FFFFFF;
   font-family: Arial,"Helvetica Neue",Helvetica,Verdana,sans-serif;
   font-size: 12px;
   min-width: 0;
}

strong.auction_button a {
    color: #FFFFFF;
    float: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #CC3300;
}

strong.auction_button a:hover {
    text-decoration: underline;
}

strong.auction_button {
    background: url("../images/button_light_orange_bg.gif") repeat-x scroll center top #FF7F26;
    border: 1px solid #E67020;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 6px 10px 7px;
    margin-left: 10px;
}
a.update {
   text-decoration: none;
   cursor: default;
}

div.tradeTextA {
	padding-left: 10px;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	min-height:50px;
}
