#images {
	margin-bottom: 10px;
}
#images img {
	margin: 5px;
}
#validate_errors {
	padding: 5px;
	margin: 5px;
	background-color: #FFBBBB;
	border: 1px solid #CC0000;
	display: none;
}
#validate_errors ul {
	margin: 5px 0;
}
#validate_errors h4 {
	margin: 0px;
}
#sellapart-image-upload {
	display:none;
}

.header
{
	font-size:20px;
	margin-bottom:20px;
}
.option
{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;
	margin-bottom:5px;
	width:650px;
}
.option .ordinal
{
	float:left;
	font-size:72px;
	color:#0A590F;
	padding-left:20px;
	padding-right:20px;
}
.option .info
{
	color:#0A590F;
	font-size:16px;
	margin-bottom:15px;
}
.option .action
{
	float:right;
}
.option table td.col1
{
	width:100px;
}
.option td input
{
	max-width:150px;
}
.option td select
{
	width:175px;
	
}


.content .keywords .col {
	float: left;
}	
.content .c1 {
	width:223px;
}


.content .keywords .c2 {
	
	padding: 2px;

}	


.details .next
{
	float:right;
}
.details .previous
{
	float:left;
}

.progress
{
	/*height: 30px;*/
	width: 600px;
	padding: 2px;
	margin-left: 40px;	
}
.progress td
{
	text-align: center;
	vertical-align: bottom;
}
.progress .item
{
	max-width:64px; 	
}

.progress .item #indicator_open
{
	background: url('../img/sell/blk_open.jpg') no-repeat 0 0 scroll;
	height: 10px;
	width: 64px;
}
.progress .item #indicator_open_done
{
	background: url('../img/sell/grn_open.jpg') no-repeat 0 0 scroll;
	height: 10px;
	width: 64px;
}
.progress .item #indicator_mid
{
	background: url('../img/sell/blk_mid.jpg') no-repeat 0 0 scroll;
	height: 10px;
	width: 64px;
}
.progress .item #indicator_mid_done
{
	background: url('../img/sell/grn_mid.jpg') no-repeat 0 0 scroll;
	height: 10px;
	width: 64px;
}
.progress .item #indicator_closed
{
	background: url('../img/sell/blk_closed.jpg') no-repeat 0 0 scroll;
	height: 10px;
	width: 64px;
}

.cost
{
	text-align: center;
	font-size:18px;
	color:#0A590F;
}

.payment_options td
{
	padding: 4px;
}

.unpaid td
{
	padding: 4px;
	text-align: center;	
}
.soon 
{
	font-size:14px;
	margin:10px;	
}

.hiddenAddress {
	display:none;
}

#partpal_keywords {
	border:2px solid #0A590F;
	background-color: #DDFFDD;
	width:400px;
	font-size:18px;
}