<br />
<b>Deprecated</b>:  strripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in <b>/usr/local/www/squirrelcart/squirrelcart/functions/util/sc_browser_info.func.php</b> on line <b>84</b><br />

/************************************************************************ 
	Changes below are to account for smaller width, 
	making font sizes a little smaller, bold to stand out better, etc...
************************************************************************/ 
body, table {
	font-size: 11px;
}
.sc_content h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
.nav_block_title {
	font-size: 12px;
	font-weight: bold;
}



/************************************************************************ 
	Changes below are to set a fixed width for an 800 x 600 resolution 
************************************************************************/ 
#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 763px;
}

#sc_col1,
#sc_col2 {
	position: absolute;
	width: 155px;
}

#sc_col1 {
	left: 0;
	top: 0;
}

#sc_col2 {
	right: 0;
	top: 0;
}

/* middle column will be different depending on how many columns are showing */
.cols3 #sc_main,
.cols2 #sc_main {
	padding: 0 7px;

	/* below line prevents an IE 6 and earlier CSS bug */
	}

/* controls main content div when 3 columns are visible */
.cols3 #sc_main {
	margin: 0 155px;
}

/* controls main content div when 2 columns are visible */
.cols2 #sc_main {
	margin-left: 155px;
}
