I don’t believe the issue is related to the WP E-commerce because the issue exists outside of importing the e-commerce theme settings.
As directed, I went to the wpsc-default.css sheet and changed
/*—–SINGLE PRODUCTS PAGE—–*/
#single_product_page_container {
width:650px;
position:relative;
}
to
/*—–SINGLE PRODUCTS PAGE—–*/
#single_product_page_container {
width: 580px !important;
}
The first time I did this, I changed the wrong css file. I reverted back to a fresh page and with the change noted above, there is no change to the index page (youcrazykids.com) or to the product link.