/************************************************************************ 
	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: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 5px;
	width: 602px;
}

.cart_msg {
	font-size: 13px;
}

.success {
	margin-bottom: 0px;
}


.nav_block_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 105px;
}

.sc_prod_cat_nav_block,
.sc_acct_nav_block,
.sc_delivery_nav_block,
.sc_admin_nav_block,
.sc_cart_opts_nav_block {
	padding-left: 28px;
	padding-top: 7px;
	margin: 0px;
}



/************************************************************************ 
	Changes below are to set a fixed width for an 800 x 600 resolution 
************************************************************************/ 
#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#sc_col1,
#sc_col2 {
	width: 155px;
	float: left;
}


/* middle column will be different depending on how many columns are showing */
#sc_main {
    float: left;
    padding: 0 0px; 
   
    /* below line prevents an IE 6 and earlier CSS bug */
    }


/* controls main content div when 3 columns are visible */
.cols3 #sc_main {
	width: 476px;
}

/* controls main content div when 2 columns are visible */
.cols2 #sc_main {
	width: 645px;
}


/********************************************************
	Account choice page
********************************************************/
.acct_choice_top {
	overflow: hidden;
	width: 602px;
	position: relative;
}
