@charset "utf-8";
/* CSS Document */

/* Don't allow access to Photo view */
#view_selector {
	display:none;
}

/* Don't show utility bar, it's height isn't controllable so its really fat */
#utility_divider {
	display:none;
}

#tellafriend_div {
	display:none;
}

/* This div and the below need to add up to 99% because IE7 and older are bad */
#webquote_pattern_info_div {
	width: 74%;
}

/* This div and the above need to add up to 99% because IE7 and older are bad, also add margin and centering */
#primary_pattern_image_div {
	width: 25%;
	text-align:center;
	margin-top:25px;
}

/* So it fills up its 25% area */
.pattern_primary_image {
	width:100%;
}

/* add to cart/QTY drop down need more space */

.quantity_drop_down {
	display:none;
}