@charset "utf-8";
/* Spencers CSS Document for a page with 2 left hand columns (Product Category Overview and Product Detail Pages) */

#copycontainer .innercontainer { background: url(images/inner-copy-divideline-2colleft.gif) repeat-y; }

/* Left Column */
#leftcol { width: 380px; }
#leftcol #subnav { float: left; }

#leftcol #subsecond {
	scrollbar-face-color:#cac2b9;
	scrollbar-arrow-color:#e9e5e0;
	scrollbar-track-color:#e9e5e0;
	scrollbar-shadow-color:#cac2b9;
	scrollbar-highlight-color:#cac2b9;
	scrollbar-3dlight-color:#cac2b9;
	scrollbar-darkshadow-color:#cac2b9;
}

/* Main Copy */
#maincopy { width: 457px; }

