#title_bar {
	background-image: url(/images/alt_page/title_bar.jpg);
	clear: both;
	float: left;
	height: 33px; /* 95 (image size) minus padding-top */
	width: 153px; /* 203 (image size) minus padding-left */
	padding-top: 62px;
	padding-left: 50px;
	margin-left: -9px;
	position: relative;
	z-index: 15;
}
#white_box_edge {
	background-image: url(/images/alt_page/container_edge.gif);
	/*background-repeat: no-repeat;*/
	width: 14px;
	height: 520px;
	clear: both;
	float: left;
	margin-left: -9px;
	position: relative;
	z-index: 15;
}
#white_box {
	background-color: #FFFFFF;
	background-image: url(/images/alt_page/grass.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 460px; 
	height: 560px; /* height of white_box_edge minus top offset */
	float: left;
	position: relative;
	top: -40px;
	z-index: 10;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}

#content_area {
	height: 460px;
	width: 380px;
	overflow: auto;
	position: relative;
	top: 45px;
	left: 35px;
	padding-right: 33px;
	margin-top: 10px;
}

.action_menu {
	width: auto;
	border-bottom: thin solid;
	height: 15px;
	margin-bottom: 35px;
	
}

.shop_item_img {
	max-height: 165px;
	padding-top: 25px;
}


/* -------------- */
/*   Typography   */
/* -------------- */

#title_bar {
	font-size: 32px;
	color: #817572;
}

.last {
	width: 275px;
}

.selected {
	color: #fa603e;
}