/*
Theme Name: BigPicture Theme
Theme URI: http://www.bigpicture.org
Description: BigPicture Theme
Version: 1.0
Author: Mike Moffitt

*/

/*
 * 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
*/

#content.checkout div.wpsc_container {
    font-size:1.1em; line-height:1.4em;
    margin-bottom:12px;
}

#content.checkout div.wpsc_container h2 {
    margin-bottom:8px;
    font-size:2.5em; line-height:2.285em;
}

#content.checkout div.wpsc_container table.wpsc_checkout_table {
    display:block; float:left; width:596px;
}

#content.checkout div.wpsc_container table.wpsc_checkout_table td {
	font-size:1.2em; letter-spacing:-0.02em;line-height:1.9em;
	padding-right:50px;
	padding-bottom:5px;
}

#content.checkout div.wpsc_container input,
#content.checkout div.wpsc_container label,
#content.checkout div.wpsc_container option {
    font-size:1.0em; letter-spacing:-0.02em;
	width:220px; padding:4px 2px; border:1px solid #CCC;
}
#content.checkout div.wpsc_container textarea {
	border:1px solid #CCC;
	width:220px;
}

#content.checkout div.wpsc_container select {
	margin-top:5px;
}

#content.checkout div.wpsc_container strong {
	margin:10px 0px 10px 0px;
	display:block;
}
#content.checkout table.productcart{
    width:596px; margin-bottom:32px; 
    border-top:3px solid #E3E2E2; border-bottom:3px solid #E3E2E2;
 }

 
#content.checkout table.productcart th,
#content.checkout table.productcart tr.total td {
    color:#000;
}
#content.checkout table.productcart th,
#content.checkout table.productcart td {
    padding:10px;
    font-size:1.4em; line-height:1em; 
}
#content.checkout table.productcart th,
#content.checkout table.productcart tr.firstrow {
 	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #E3E2E2;
}
#content.checkout table.productcart td.product {
    width:296px;
}
#content.checkout table.productcart td.quantity {
    width:132px;
}
#content.checkout table.productcart td.quantity input,
#content.checkout table.productcart tr.product_row input {
    width:54px; vertical-align:middle; font-size:1em;
}
#content.checkout table.productcart tr.product_row a {
    font-size:0.785em; font-weight:bold; text-transform:uppercase;
}
#content.checkout tr.total_price td {
    background:#FFFFCC; border-top:1px solid #E3E2E2; font-weight:bold;
}
 
#content.checkout div.order-totals p,
#content.checkout div.order-details p {
    font-size:1.1em; line-height:1.4em;
    margin-bottom:12px;
}