/*
Theme Name: End Up Cart Theme
Theme URI: http: //endup.org
Description: End Up Cart Theme
Version: 0.1
Author: Pascal
Author URI: http: //endup.org
*/

/* shopping cart widget */ 
	
#loadingindicator {
	position: absolute;
	top: 1px;
	right: 1px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	visibility: hidden !important;
	font-weight: normal;
	
}

#shoppingcart {
	width: 230px !important;
	position: absolute;
	right: 10px;
	top: 20px;
}
* html #shoppingcart {
	right: 20px;
}

#shoppingcart h3 {
	margin: 0;
	margin-bottom: 6px;
	padding-left: 10px;
}

#shoppingcartcontents {
	background-color: rgba(255,255,255,0.5) !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	padding: 9px 10px !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	width: 100%;
}

#shoppingcartcontents,
#shoppingcartcontents td,
#shoppingcartcontents th {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #333;
}

#shoppingcartcontents .cart_title {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}

span.items {
	float: right;
	font-size: 11px;
	padding-top: 3px;
}

table.shoppingcart {
	margin-top: 6px;
	margin-bottom: 5px;
	width: 100%;
}

table.shoppingcart th {
	text-align: left;
}

table.shoppingcart td {
	vertical-align: top;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}

th#thproduct,
td.tdproduct {
	padding-right: 6px;
}

th#thqty,
td.tdqty {
	text-align: right;
	padding-right: 6px;
}

th#thprice,
td.tdprice {
	text-align: right;
}

span.subtotal {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #C4BCB2;
	margin: -2px -2px 0px;
	padding: 2px 2px 0px;
}

span.subtotalhead {
	padding-right: 10px;
}

span.postage {
	display: block;
	text-align: right;
	font-size: 11px;
	padding-bottom: 2px;
}

span.postagehead {
	padding-right: 10px;
}

span.total {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #C4BCB2;
	margin: 0px -2px;
	padding: 2px 2px 0px;
}

span.totalhead {
	padding-right: 10px;
}

span.subtotal span.pricedisplay,
span.postage span.pricedisplay,
span.total span.pricedisplay {
	width: 100px;
	text-align: right;
	display: inline-block;
	display: -moz-inline-block;
}

div.cartbuttons {
	margin-top: 10px;
	margin-bottom: 4px;
}

span.emptycart {
	display: inline-block;
	display: -moz-inline-box;
	padding-top: 6px;
	font-size: 11px;
}

span.gocheckout {
	float: right;
	margin-right: -3px;
}

span.gocheckout a {
	display: inline-block;
	display: -moz-inline-box;
	padding: 3px 8px 3px;
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	border: 2px solid rgba(0,0,0,0.3);
	background-color: #393;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 1px;
	cursor: pointer;
	text-decoration: none;
}

span.gocheckout a:hover {
	background-color: #0a0;
	border: 2px solid rgba(0,0,0,0.5);
}

span.gocheckout a:focus,
span.gocheckout a:active {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	outline: 0;
}

span.nomore {
	display: block;
	color: red;
	margin-bottom: 5px;
}


/* end shopping cart widget */ 




/* product display */

div.productdisplay {
	clear: left;
	margin-bottom: 20px;
}

div.productdisplay div.imagecol {
	float: left;
	padding-right: 15px;
	border: 0px solid #ffffff;
	vertical-align: top;
	position: relative !important;
}
	
img.product_image {
	border: 1px solid #5A4E41 !important;
	border-left: 1px solid #817362 !important;
	border-top: 1px solid #817362 !important;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



div.productdisplay div.textcol {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left !important;
}

div.producttext {
	float: left;
	width: 275px;
	font-size: 10pt;
	text-align: left !important;
}


h2.prodtitles {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 4px;
	text-decoration: none;
}

h2.prodtitles a {
	text-decoration: none;
	color: #333;
}

h2.prodtitles strong {
	font-weight: normal;
}


p.wpsc_description {
	
}

img.additional_description_button {
	display: none;
}

span.additional_description {
	display: none;
}

a.additional_description_link {
	font-size: 11px;
}

select.variation_select {
	max-width: 180px;
}

p.wpsc_product_price {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 12px;
	margin-bottom: 0px;
}


input.wpsc_buy_button {
	display: inline-block;
	display: -moz-inline-box;
	padding: 2px 8px 2px;
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	border: 2px solid rgba(0,0,0,0.3);
	background-color: #393;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 1px;
	cursor: pointer;
	text-decoration: none;
}

input.wpsc_buy_button:hover {
	background-color: #0a0;
	border: 2px solid rgba(0,0,0,0.5);
}

input.wpsc_buy_button:focus,
input.wpsc_buy_button:active {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.product_category_links {
	font-family: Futura, Tahoma, Sans-Serif;
	margin-top: 50px;
	margin-left: -6px;
	padding-left: 6px;
	margin-right: -6px;
	padding-right: 6px;
	border-top: 1px solid #9F8F7B;
	font-size: 16px;
	padding-top: 4px;
	margin-bottom: -30px;
	color: #333;
}

div.category_description {
	margin-bottom: 40px;
	width: 480px;
}

/* end product display */




/* checkout page */

hr.productcart {
	display: none;
}

table.productcart {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	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;
}

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

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

table.productcart tr.product_shipping h2 {
	font-size: 14px;
	margin: 0;
}

table.productcart tr.total_price td {
	border-bottom: 1px solid #9F8F7A !important;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
}

.wpsc_checkout_table td {
	padding: 4px 10px 4px 0px;
	vertical-align: top;
}

.wpsc_checkout_table td.wpsc_checkout_table_label {
	padding-top: 6px;
}

input[TYPE*="text"],
select,
textarea {
	font-family: "Lucida Grande", Arial, Sans-Serif;
	font-size: 11px;
}


.wpsc_checkout_table input[TYPE*="text"],
.wpsc_checkout_table select {
	width: 200px;
}

.wpsc_checkout_table textarea {
	width: 204px;
}

.wpsc_checkout_table_heading td {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 8px;
}

.wpsc_checkout_table_heading strong {
	font-weight: normal;
}

/* end checkout page */



/* order summary */

table.ordersummary td.orderheader {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 17px;
	padding-bottom: 8px;
	border-bottom: 1px solid #9F8F7A;
}

table.ordersummary td.ordernumber {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 14px;
	padding-bottom: 7px;
	border-bottom: 1px solid #9F8F7A;
}

table.ordersummary {
	margin-top: 20px;
}

table.ordersummary th,
table.ordersummary td {
	font-family: Helvetica, Arial, Sans-Serif;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

table.ordersummary tbody th,
table.ordersummary tbody td {
	border-bottom: 1px solid #9F8F7A;
}

table.ordersummary .totalpricelabel {
	font-size: 14px;
}

table.ordersummary .totalprice {
	font-size: 14px;
	font-weight: bold;
}







/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */



