div.SellPacket
{
	width: 100%;
	padding-bottom: 1em;
}

table.SellPacket
{
	width: 100;
	border: solid 2px white;
	border-collapse:collapse;	
}

table.SellPacket th
{
	text-align: center;
}

table.SellPacket th,  table.SellPacket td
{
	border: solid 1px white;
	padding: 0.3em;
}

.auc-item
{
	background-color: #bb6c35;
	cursor: pointer;
}

#PosDialog, #SetStopTimeDialog
{
    text-align: center;
    display: none;
}

#PosName
{
	width: 100%; 
	padding: 0.3em 0 0.3em 0; 
	text-align: center;
	border: solid 1px #bb6c35;
}

#PosPriceBox
{
	width: 100%;
	text-align: center;
	margin: 0.3em 0 0.3em 0;
}

.pos-count, .pos-price, .pos-step
{
	text-align: right;
}

.PacketSumm
{
	margin-top: 0.5em;
}

.PacketSumm span
{
	font-weight: bold;
	color: Yellow;
}

#PosStep
{
	width: 100%;
	text-align: center;
}

.AuctionButton
{
	margin-bottom: 1em;
}

#PosMessage
{
	display: none;
	text-align: center;
}

.PacketName
{
	display: none;
}
 
.SellPacketRep, .Pak-Messages, .AuctionBets, .Controls
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top:1em;
}

.Controls
{
	text-align: center;
}

.SellPacketRep table, .Pak-Messages table, .AuctionBets table
{
	width: 100%;
	border: solid 2px white;
}

.SellPacketRep td, .Pak-Messages td, .Pak-Messages th, .AuctionBets td
{
	border: solid 1px white;
	padding: 2px;
}
