@charset "utf-8";
/* CSS Document */
.list_header {
	padding-top: 13px;
	padding-bottom: 30px;
}

.list_header_lesspadding {
	padding-bottom: 10px;
}

.checkbox_wrapper {
	padding-top: 3px;
}

.regular_row {
	padding-left: 10px;
}

.beige_row {
	background-image: url(../images/beige_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 758px;
	min-width: 758px;
	max-width: 758px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin-bottom: 5px;
}

	.beige_row .beige_row_interior {
		padding-top: 7px;
		padding-left: 12px;
	}
