.rowImage {
    display: block;
    float: right;
}

#membership_links{
	position:relative;
	top:-5px;
}
#membership_left_column{
	float:left;
	padding: 0 15px 15px 0;
	width:390px
} 
	#membership_left_column h3{
		padding:15px 0 2px 0;
		margin:0;
	}
	#membership_left_column ul{
		margin-left:20px;
	}
	#membership_left_column li{
		padding:2px;
		margin:0;
	}

#membership_right_column{ 
	float:right;
	padding: 0 0 15px 20px;
	width:400px;
}
	#membership_right_column h4 a{
		font-size:80%;
		margin-bottom:4px;
	}
	#membership_right_column .item_heading{
		border-bottom:1px solid #e3dedb;
		padding:5px 0;
	}
	#membership_right_column .item_heading h4 a{
		color:#000;
	}
	#membership_right_column .listing{
		border:none;
	}
	#membership_right_column .listing_description{
		margin-top:6px;
	}
	 
	#membership_right_column .list_col{
		border-bottom:1px dotted #e3dedb;
		padding: 4px 0 4px 5px;
		margin:0 0 5px 10px;
	}
	

#listing_details .listing_description{
	font-size:14px;
	position:relative;
}
#listing_details .list_image{
	padding:0;
	margin-top:0;
	margin-right:20px;
}
#listing_details .listing{
	padding-bottom:10px;
}

.listing .list_image{
	padding:0;
	margin-top:10px;
	margin-right:20px;
}

.listing_title{
	margin-bottom:10px;
}


.cat_listing_item {
	padding: 10px 0;
}

/* membership steps */

#membership_steps {
	border: 2px solid #bdbdbd;
	height: 52px;
	margin: 15px 0;
	width: 711px;
}
	#step {
		width: 180px;
		border: 0;
	}
	#last_step {
		background-image: none;
		border: 0;
		width: 171px;
	}

	.membership_step {
		background-color: #FFF;
		background-image: url(../../../images/cart-arrow.png);
		background-position: right;
		background-repeat: no-repeat;
		color: #333;
		float: left;
		height: 52px;
	}

		.membership_steps_text {
			font-size: 12px;
			font-weight: bold;
			height: 12px; /* 52px = 12px + 20px + 20px */
			line-height: 12px;
			padding: 20px;
			text-align: center;
			width: auto;
		}
		.membership_step a {
			color: #F77F28;
		}
	
		.completed {
			background-color: #d8d8d8;
			border: 0;
		}
		.selectedStep {
			background-color: #D6D6D6;
			background-image: url(../../../images/cart-arrow-selected.png);
			background-position: right;
			background-repeat: no-repeat;
			border: 0;
		}
