#top {
	background-color: white;
}

#top_left {
	width: 295px;
	min-height: 86px;
	background-image: url('/images/caselogic/logo.png');
}

#center {
	background-color: white;
}

#center_left_search {
	background-color: rgb(250,192,0);
	border-style: solid;
	border-color: rgb(250,192,0);
	border: 0px 1px 0px 0px;
}

#center_right_pricing {
/* 	float: left;
	width: 432px;
	height: 187px;
	margin-left: 0px;
	background-repeat: no-repeat; */
	
	background-color: rgb(250,192,0);
}

#center_right_actions {
	background-color: white;
}

#center_right_photo_thumbnails {
	background-color: white;
}

div.container {
	background-color: white;
}

div.child {
	background-color: rgb(250,192,0);
}

div.child_not_selected {
	background-color: white;
}

/* 
Categories 
*/
.category a:link {
	color: black;	
} /* unvisited link */

.category a:visited {
	color: black;	
} /* visited link */

.category a:hover {
	color: black;
} /* mouse over link */

.category a:active {
	color: rgb(250,192,0);
} /* selected link */

a.category.selected {
	color: rgb(250,192,0);
}

span.category {
	color: black;
}