/*
Theme Name: pool gallery Theme
Description: Custom theme for pool gallery
Version: 0.9
Author: Urs Weishaupt
Author URI: http://www.caratage.com
*/
 
/*
 * 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
*/

h1 {
	display: none;
}

.alignright,
 {
	float:right;
}

.alignleft {

	float: left;
}

.clear,
.wpsc_checkout_forms,
.sidebarShop {
	clear: both;
	overflow:hidden;
}

#naviArtist ul.PeCategories {
	overflow: hidden;
	margin-bottom: 20px;
}

#naviArtist ul.PeCategories li {
	float: left;
	display: inline;
}

#naviArtist ul.PeCategories li a {
	margin-right: 20px;
}

.breadcrumb {
	position: absolute;
	top: -23px;
	left: 0;
	z-index: 10;
	padding: 0;
	font-size: 12px;
}



#shoppingBasket {
	width: 240px;
	border: 1px dotted #ccc;
	padding: 30px;
	-moz-box-shadow:0 0 30px #eee;
	-webkit-box-shadow:0 0 30px #eee;
}

#shoppingBasket {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 710px; top: 254px;
}
body > #shoppingBasket {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#widgetshoppingcart h3 {
	text-indent: -9000px;
	display: block;
	width: 191px;
	height: 35px;
	background: url(images/buttonsShoppingCart.png) no-repeat left top;	
	margin: -6px 0 10px -1px;
	
}

.cartMessage {
	margin-left: 0px;
	color: #999;
	display: block;
}

table.shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 240px;
}


table.shoppingcart th#price {
	width: 50px;
}

table.shoppingcart td.price {
	text-align:right;
}

table.shoppingcart th#quantity {
	width: 30px;
}

table.shoppingcart td.quantity {
	text-align:center;
}



.shoppingcart tr {
	border-bottom: 1px dotted #ccc;
}

.shoppingcart td,
.shoppingcart th {
	padding: 10px 0;
}

.terms {
	padding: 10px 0 0 0;
	float: right;
	clear: right;
	text-align: right;
}

.shopping-cart-wrapper .total,
.shopping-cart-wrapper .wpsc_empty_the_cart {
	float:right;
	clear: right;
}

.shopping-cart-wrapper .total {
	margin: 10px 0 0 0;
	
}

.gocheckout a {
	text-indent: -9000px;
	display: block;
	width: 135px;
	height: 35px;
	background: url(images/buttonsShoppingCart.png) no-repeat left -70px;	
	margin-top: 10px;
	clear: both;
	float: left;
}

.gocheckout a:hover {
	background-position: -144px -70px;
}

.shopping-cart-wrapper .terms
 {
	clear:right;
}

div.wpsc_loading_animation {
  visibility: hidden;
}

.shoppingCartPage select {
	
}


#shop {
	margin-top: 0px;
	position: relative;
}

#shop .entrytext {
	margin-top: 20px;
	font-size: 11px;
}

.productList {
	border-top: 0px dotted #ccc;
	padding-top: 20px;
	margin-bottom: 0px;
}

.productdisplay {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 20px;
	overflow: hidden;
}

.productItem {
	clear: left;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.wpsc_description {
	font-size: 11px;
}

.productItem form,
.productItem img,
.productItem a,
.productItem .productName {
	float: left;
}

.productItem a,
.productItem .productName {
	width: 250px;
	line-height: 14px;
	font-size:12px;
	position: absolute;
	top: 50%;
	margin-top: -16px;

}

div.imagecol {
	position:relative !important;
	float:left;
	clear: both;
	margin-left: 0px;
}

div.imagecol img,
img.border {
/*
	-moz-box-shadow:0 0 30px #ddd;
	-webkit-box-shadow:0 0 30px #ddd;
	border: 1px solid #fff;
*/
}

div.producttext {
	width: 310px;
	float: right;
}

h2.prodtitles {
	margin: 0;
}

.productItem img {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 30px;
	padding: 3px;
}

.wpsc_variation_forms p {
	
}

button.remove_button,
input.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 1px 11px 3px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	border: solid 1px #000;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#000');
}

form.removeform {
	float: left;
}

button.remove_button {
	margin-left: 260px;
	margin-top: 21px;
}

button.remove_button:hover,
input.button:hover {
	text-decoration: none;
	border: solid 1px #666;
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background: -moz-linear-gradient(top,  #000,  #666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#666');
}
button.remove_button:active,
input.button:active {
	background: #fff;
	color: #000;
}

input[type=text],
textarea {
	border: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top,  #fff,  #efefef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#efefef');
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
}

.shoppingCartPage {
	margin-top: 30px;
}

.shoppingCartPage select {
	width: 200px;
}

input[type=text]:hover,
textarea:hover,
input[type=text]:focus,
textarea:focus {
	border: 1px solid #333;
}

input.quantity {
	width: 16px;
	text-align: center;
	padding: 2px 4px 3px;
}

h2.prodtitles span,
.shoppingCartPage h2 {
	font-size: 16px;
	font-weight: bold;
}

.shoppingCartPage h2 {
	border-bottom: 1px dotted #ccc;
}

h2.paymentGateway {
	margin: 30px 0 10px;
}

.wpsc_product_price {
	margin-top: 30px;
	
}
.pricedisplay  {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

.productItem .pricedisplay {
	line-height: 62px;
	float: right;
}

#products_page_container .pricedisplay {
	float: left;
}

#wpsc_shopping_cart_container .clear {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}

#wpsc_shopping_cart_container .clear,
#wpsc_shopping_cart_container .pricedisplay {
	line-height: 16px;
}

#wpsc_shopping_cart_container .checkout-tax {
	font-size: 12px;
	font-weight: normal;
}

form#change_country {
	position: absolute;
	top: 7px;
	right: 85px;
}

select#current_country {
	margin-right: 40px;
}

.wpsc_checkout_forms {
	margin-top: 50px;
}

.wpsc_checkout_table {
	width: 100%;
	font-size: 12px;
}

.borderBottom {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

input[type=image] {
	border: 0;
	padding: 0;
	text-indent: -9000px;
}

.wpsc_buy_button {
	display: block;
	width: 144px;
	height: 35px;
	background: url(images/buttonsShoppingCart.png) no-repeat left bottom;	
	border: 0;
	padding: 0;
	text-indent: -9000px;
	cursor: pointer;
	float:right;
}

.wpsc_buy_button:hover {
	background-position: right bottom;
}

.wpsc_buy_button_container {
	position: relative;
}

.wpsc_loading_animation {
	line-height: 16px;
	position: absolute;
	top: -25px;
	right: 12px;
}

tr.validation-error td {
	position: relative;
	color: #ff0000;
}

.validation-error input {
	border: 1px solid #ff0000;
}

p.validation-error {
	position: absolute;
	left: 370px;
	margin-top: -20px;
}

input.make_purchase {
	display: block;
	width: 144px;
	height: 35px;
	background: url(images/buttonsShoppingCart.png) no-repeat left -35px;	
	border: 0;
	padding: 0;
	text-indent: -9000px;
	cursor: pointer;
	float: right;
	margin-top: 10px;

}

input.make_purchase:hover {
	background-position: -144px -35px;
}

#TB_ajaxContent {
	background: #fff;
}