@charset "utf-8";
/* CSS Document */

/*local edits */

.middle-container {
	background: #fff
}


.layered-nav, .mini-newsletter {
	width:100%;
	margin: 0 auto;
}

.col-left {
	width: 312px;
	}
	
.col-right {
	width: 195px;
	}
	
	
.middle {
	padding-left:15px;
	width:1000px;
	padding-right:10px;
}

.col-2-left-layout .col-main {
	width:570px;
	float:right;
}

.layered-nav .head {
	display:none;
}


/*Homepage Pre-Order */
.preorder_titletxt {
	font-size:18px;
	color:#342a55;
	font-weight:bold;
	text-align:center;
}

.preorder_bodytext {
	font-size:14px;
	color:#000;
}

.preorder_link {
	font-size:16px;
	font-weight:bold;
}

.preorder_link span {
	color:#d8845b;
}


