/* auction display */

.category_tree_1 .cat_description_buy_now { display: none; }

h1.title, h2.title {
	font-size: 14px;
	}
	
h1.listing_title {
	margin-top: 0px;
	font-size: 16px;
	}			
	
#breadcrumb {
	height: auto;
	margin: 0;
	line-height: 100%;
	}		
	
#seller_column {
	float: right;
	}	
	
	
.photo_bid_box { width: 100%; }	
	
.photo_bid_box td {
	vertical-align: center;
	text-align: center;
	}
		
	
#bid_box { 
	/*float: right;
	width: 200px;
	overflow: hidden;*/
	width: 270px;
	/*float: right;*/
	margin: 0 auto;
	}	 
		
#bid_bar li.buttons {
	text-align: center;
	width: 100%;
	}
	
.button {
	margin: 6px auto;
	}		


#bid_box .subtitle { 
	vertical-align: middle; 	
	font-size: 12px;
	line-height: 40px;
	padding: 0 5px;
	border: none;
	}
	
/* to display div hardcoded in classes for time left */	
#bid_box .subtitle div {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000;
	}	
	
/* for paypal button */	
#bid_box a img {
	margin-top: 1em;
	} 
		
#bid_box .button {
	float: right;
	margin: 5px 0 5px 5px;
	line-height: normal;
	}		
	
#bid_box .row {
	border-top: 1px solid #F3F3F3;
	text-align: center;
	padding: 4px;
	}
	
#bid_box .ieFloatFix {
	/* a nearly-invisible clearer element, to make IE play nice */
	display: block;
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;	
}	
		
	
ul li.link a:link, ul li.link a:visited,
.map_link a:link, .map_link a:visited,
a:link.full_images_link, a:visited.full_images_link	{
	display: block;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	background: #fefefe url('../../images/backgrounds/bullet_list_arrow_1.gif') no-repeat left center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f3f3f3;
	text-decoration: none;
}

ul li.link a:hover, ul li.link a:active,
.map_link a:hover, .map_link a:active,
a:hover.full_images_link, a:active.full_images_link	{
	display: block;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	background: #f3f3f3 url('../../images/backgrounds/bullet_list_arrow_2.gif') no-repeat left center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: underline;
}		

.mini_note {
	font-size: 10px;
	text-align: justify;
	}
	
#description {
	background: #F7F7F7;
	}	
	
.long_value, #description {
	display: block;
	padding-bottom: 1em;
	line-height: 1.4em;
	word-spacing: .15em;
	letter-spacing: .05em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: justify;
	}

	
#optional_fields label {
	width: 220px;
	white-space: normal;
	margin-right: 10px;
	text-align: left;
	}
	
#optional_fields li {	
	border-bottom: 1px solid #ddd;
	}		
	
html #optional_fields label.long_label {
	white-space: nowrap;
	}		
	
html a.url_link_3, html a.mapping_link {
	color: blue;
	font-weight: bold;
	}	

/* share this link in options */	
.option_list a:link.stico_rotate {
	background-position: 5px 50% !important;
		}
			
.view_full_images {
	text-align: center;
	display: block;
	clear: both;
	width: 200px;
	margin: 6px auto;
	padding-right: 30px;
	}	
	
#listing_info_column {
	float: left;
	width: 350px;
	padding-left: 0px;
	}

#listing_info_column ul {
	width: 100%;
	}	
	
#listing_info_column li label {
	display: block;
	width: 110px;
	float: left;
	clear: both;
	overflow-x: visible;
	font-weight: bold;
}	

#listing_info_column ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-weight: normal;
}
	
#lead_photo_column {/*
	put his in a table, so might not need these
	float: left;
	width: 350px;*/
	float: none;
	}
	
/* create same in ie and ff : 
l/r padding on ul, match l/r margin on li, or just set margin on li only */	

	
ul#other_info {
	width: 90%;
	float: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	}
		
ul#other_info .row {
	padding: 5px 0;
	border: 0 none;	
}		

ul#other_info li {
	list-style-type: disc;
	margin-left: 10px;
	}
	
.next_box {
	border: 1px solid red;
	}	
	
h1.listing_title .closed_label {
	display: none;
	}	
	
.listing_closed {
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align: center;
	}	
	
.option_list {
	margin-left: 0em;
	}
		
.option_list li {
	float: left;
	/*width: 140px;*/	
	border-top: 1px solid #F3F3F3;
	margin-left: 1em;
	}	
	
label .required {
	display: none;
	}	
	


