/*
Theme Name: iShop Theme
Theme URI: http://instinct.co.nz
Description: Mac Style Theme
Version: 3.5
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/
	
/* ------- Loading Indicator ------- */ 
	
#loadingindicator {
	visibility: hidden; 
	xfont-size: 7pt;
	font-weight: normal;
	position:fixed;
	bottom:20px;
	right:20px;
	background: #fff;
	padding: 3px;
	}

#loadingindicator img {
	position: relative;
	top: 3px;
	margin-left: 6px;
	/*  visibility: hidden; */
	 border: none !important;
	}
	
#alt_loadingindicator {
	visibility: hidden; 
	xfont-size: 7pt;
	font-weight: normal;
	position:fixed;
	bottom:20px;
	right:20px;
	background: #fff;
	padding: 3px;
	}

#alt_loadingindicator img {
	position: relative;
	top: 3px;
	margin-left: 6px;
	/*  visibility: hidden; */
	 border: none !important;
	}

	
/* ------- Verify your Order ------- */

table.productcart {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-collapse: collapse;
	padding-top: 3px;
	border: none;
	font-size: inherit;
	}

table.productcart tr td {
	padding-bottom: 5px;
	font-size: 11px;
	font-size: inherit;
	}

table.productcart tr.product_row td {
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
	}

table.productcart tr.product_row td {
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
	}

form.adjustform {
	display: inline;
	}

table.productcart tr.firstrow td {
	font-weight:bold;
	background-color: #e5e5e5;
	border-left: 2px solid white;
	}

table.productcart tr.firstrow td.firstcol {
	border-left: none;
	}

table.productcart tr.product_shipping td {
	vertical-align: middle;
	border-top: 1px solid #999999 !important;
	padding-top: 4px;
	}

table.productcart tr.total_price td {
	border-top: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	font-weight: bold;
	padding-top: 4px;
	}
	
input.wpsc_buy_button {
	border: 1px solid #fff;
	}
	
input.wpsc_buy_button:focus {
	border: 1px solid #7D4463;
	}
	
	
	








