/*
Theme Name: iShop Theme
Theme URI: http://instinct.co.nz
Description: Mac Style Theme
Version: 3.6
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/
 
/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/


 input.wpsc_buy_button{
 background-image: url(images/buy_button.gif);
 border: none;
 width: 76px;
 height: 25px;
 text-align: center;
/*  vertical-align: top; */
 padding: 0px 0px 0px 0px;
 font-size: 8pt;
 margin-top: 3px;
 color: #6a6c74;
 }
 
 #shoppingcart {
 border: 2px solid #313C84;
 padding: 6px;
 background: #EDEDED;
 float: right;
 text-align: left;
 width: 200px;
 margin-left: 10px;
 }
 
 #shoppingcart h3{
 margin: 3px 0px 4px 0px;
 }

 