/*
SHOPPING CART
-----------------
*/

#ecom-cart {
	position: fixed;
	top: 180px;
	right: 50px;
	left: auto;
	width: 230px;
}

body>#ecom-cart {position: fixed} /* ie 6 hack */



#sideshoppingcart table.shoppingcart {
	width: 230px;
	margin: 10px auto;
}


#sideshoppingcart table.shoppingcart th {
font-size: 80%;
}

#sideshoppingcart table.shoppingcart td {
padding: 4px;
}

span.emptycart a {
	display: block;
	width: 210px;
	height: 38px;
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat left -50px;
	text-indent: -999em;
}

span.emptycart a:hover {
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat -250px -50px;
}

span.gocheckout a {
	display: block;
	width: 210px;
	height: 38px;
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat left -100px;
	text-indent: -999em;
}

span.gocheckout a:hover {
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat -250px -100px;
}


ul.cart-main-buttons {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
	/*
	position: absolute;
	top: 40px;
	right: 0;
	border: 1px solid red;
	*/
}

ul.cart-main-buttons li {
	margin: 0 0 20px;
	padding: 0;
	/*
	top: 0;
	position: absolute;
	*/
}

ul.cart-main-buttons .visitshop {
	/* right: 30px; */
}

ul.cart-main-buttons .visitblog {
	/* right: 260px; */
}


.visitshop a {
	display: block;
	width: 210px;
	height: 38px;
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat left -150px;
	text-indent: -999em;
	margin: 0;
}

.visitshop a:hover {
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat -250px -150px;
}

.visitblog a {
	display: block;
	width: 210px;
	height: 38px;
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat left -200px;
	text-indent: -999em;
	margin: 0;
}

.visitblog a:hover {
	background: transparent url("/wp-content/themes/filminthefridge/i/store-buttons.png") no-repeat -250px -200px;
}


/*
	PAYMENT SCREEN
	--------------
*/

table.wpsc_checkout_table {
	width: 99%;
}

table.wpsc_checkout_table td {
	padding: 4px;
}


/*
	STYLES FOR THE GALLERY
	----------------------
*/

.piclenselink {

}

/*
	LOADING INDICATOR
	-----------------
*/

#loadingindicator{
	visibility: hidden; 
	font-weight: normal;
	
	
	position: fixed;
	top: 10px;
	left: 10px;
	background: #428837;
	background: #000;
	color: #fff;
	z-index: 100;
	padding: 0 2px 0;
	font-size: 90%;
}

#loadingindicator img{
	position: relative;
	top: 3px;
	margin-left: 6px;
	border: none !important;
	background: #fff;
	padding: 2px;
}
 
#alt_loadingindicator{
	visibility: hidden; 
	font-weight: normal;
}

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


/*
	HEADER FOR THE STORE
	--------------------
*/
#post-content-1663 h1.entry-title {
background: transparent url("../i/btn-shop.jpg") no-repeat left top;
width: 200px;
height: 92px;
text-indent: -999em;
}