@charset "utf-8";
/* CSS Document */

/* Don't allow access to List view */
#view_selector {
	display:none;
}

/* modal window defaults to like 100% otherwise */
.modal-content {
	margin:0 auto;
}

/* since no media queries */
#primary_pattern_image_div {
	width: 25%;
}

/* since no media queries */
#webquote_pattern_info_div {
	width: 75%;
}

/* for homepage carousel - IE8 renders shadows */
.carousel-control {
	display:none;
}
/* for homepage carousel - IE8 overlaps these with title*/
.carousel-indicators {
	padding-bottom:50px;
}

/* for homepage product categories - IE8 can't do transparencies */
.homepage_product_category_image_overlay {
	background-color:#CCC;
}

/* for homepage product categories -  IE8 can't do media queries */
.homepage_section_header_span {
	padding:0px 6px !important;
}

#bizrate_survey_IE8_container {
	display: none;
}	