@charset "utf-8";
/* CSS Document */
/* CSS for listing_2.html template *
/* Author: Fredric Gluck */
/* (c) 2009 Wisconsin Council of the Blind and Visually Impaired */

#listing_2_wrapper {
	width:97%;
	text-align:left;
}

.listing_2_option_pair {
	width:60%;	
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}

.listing_2_option_label {
	width:50%;
	float:left;
}

.listing_2_dropdown {
	width:50%;
	float:right;
}

.listing_2_quantity {
	width:60%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}

.listing_2_quantity_prompt {
	width: 50%;
	float: left;
}

.listing_2_quantity_box {
	width: 50%;
	float:right;
}

.listing_2_addtocartbutton {
	float:right;
	width:35%;
}