/* ------------------------------------------------------------------------- */

/* --  -- */
div.login_error { display:none; }

/* -- cart area -- */
div.wpsc_product_price {
	clear:both;
	padding-top:10px; }
		
/* -- single additional area -- */

div.single_additional_description table {
	padding:10px 10px 10px 10px; }
td.textcol div.single_additional_description table {
	border-collapse:separate; }
td.textcol div.single_additional_description th,
td.textcol div.single_additional_description td {
	margin-top:5px;
	padding:0px 2px 0px 2px; }
td.textcol div.single_additional_description th {
	border-left:solid 4px #666666;
	font-size:80%;
	background-color:#eeeeee; }

/* -- product area -- */
div.product_blocks {
	width:300px;
	float:left;
	padding-right:20px; }
table.single_area,
table.list_area {
	border-collapse:collapse;
	margin:10px 0px 0px 0px; }
table.single_area td.imagecol { 
	width:130px;
	vertical-align:top; }
table.list_area td.imagecol { 
	width:90px;
	vertical-align:top; }
	
table.single_area td.imagecol img,
table.list_area td.imagecol img { 
	border:dotted 1px #cccccc;
	background-color:#eeeeee;
	padding:5px; }
	
table.single_area td.textcol,
table.list_area td.textcol { 
	padding:0px 10px 0px 10px; }
	
div.productdisplay h3 { 
	margin-top:10px; }
	
table.single_area td.textcol ul,table.single_area td.textcol ol,
table.list_area td.textcol ul,table.list_area td.textcol ol {
	list-style-type:none;
	padding:10px 0px 10px 1.4em; }
	
div.wpsc_description th,
div.wpsc_description td {
	padding:2px; }
div.wpsc_description th {
	font-size:80%; }
	
	
/* -- product cart area -- */
.productcart,
#wpsc_shopping_cart_container h2,
#wpsc_shopping_cart_container h3,
#wpsc_shopping_cart_container p,
.custom_gateway_over,
.ended {
	margin-top:0.7em; }
.custom_gateway {
	margin-top:0.1em; }
	
#productcart_totals {
	width:400px; }
#productcart_totals th,
#productcart_totals td {
	border:none;
	background-color:#ffffff;
	border-bottom:dotted 1px #cccccc; }
	
table.wpsc_checkout_table td {
	padding:2px; }
	
.wpsc_checkout_block {
	padding:1.5em 0em 1.5em 0em; }

/* -- sideshoppingcart -- */
table.shoppingcart,
table.productcart,
table.list_single_area { 
	border-collapse:collapse;
	width:100%; }
.shoppingcart th,.shoppingcart td,
.productcart th,.productcart td,
.list_single_area th,.list_single_area td { 
	border:dotted 1px #cccccc;
	padding:2px 5px 2px 5px;
	font-size:90%; }
.shoppingcart th,
.productcart th,
.list_single_area th {  
	background-color:#eeeeee; }
table.list_single_area { 
	padding:10px 0px 10px 0px;
	margin-top:20px; }
	
#list_single_area_block {
	padding-bottom:10px; }
	
.validation-error {
	font-weight:bold;
	color:#990000; }
	
/* -- buttonImages -- */
span.emptycart,span.emptycart a,
span.gocheckout,span.gocheckout a {
	width:116px;
	height:22px;
	font-size:8px;
	display:block;
	text-indent:-9999px; }
	
span.emptycart a { background-image:url("../images/images_s/btn_emptycart.png"); }
span.gocheckout a { background-image:url("../images/images_s/btn_gocheckout.png"); }
table.menus td {
	vertical-align:bottom;
	padding:10px 10px 0px 0px; }

.adjustform input { width:50px; }
input.make_purchase,
input.wpsc_buy_button,
input.recalculate,
input.remove_button {
	background: none;
	border:none;
	width:116px;
	height:22px;
	font-size:8px;
	display:block;
	text-indent:-9999px; }
	
input.make_purchase { background-image:url("../images/images_s/btn_make_purchase.png"); }
input.wpsc_buy_button { background-image:url("../images/images_s/btn_wpsc_buy.png");margin-top:5px; }
	
button.remove_button {
	background: none;
	border:none;
	width:76px;
	height:22px;
	font-size:8px;
	display:block;
	text-indent:-9999px; }
	
button.remove_button { background-image:url("../images/images_s/btn_remove.png"); }
	
