@charset "utf-8";
/* CSS Document */
/* CSS for listing_1.html template *
/* Author: Fredric Gluck */
/* (c) 2009 Wisconsin Council of the Blind and Visually Impaired */

#listing_1_wrapper {
	width:97%;
	text-align:left;
}

.pricing {
	float:left;
	Width:30%;
}

.pricing_availability {
	padding-top:10px;
}

.product_availability {
	float:left;
	width:50%;
}

#product_options_block {
	clear:both;
	padding-top:10px
}

.option_group	{
	border:thin solid;
}


.option_title {
	clear:right;
}

.option_regular {
	clear:both;
}

.option_pair {
	clear:both;
	padding-left:10px;
	background-color:#0099CC;
	width:100%
}

.option_pair_label {
	width:30%;
	float:left;
}

.option_field {
	width:100%;
	clear:both;
	padding-left:15px;
}


.option_choice_label {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}

.option_pair_choice {
	float:left;
}

.add_to_cart {
	padding-right:10px;
	text-align:right;
}

.listing_1_quantity {
	padding-top:10px;
	text-align:left;
	clear:both;
}