/* easy and fun to customize */
#shopping-cart-table {
	background: #FAFAFA;
	}

.cart .totals td{
border: 0px none;
}


#shopping-cart-table .pricefooter .price {
	font-weight: bold;
	font-size: 18px;
}

.checkout-types .btn-checkout {
	float:right;
}

.breadcrumbs ul
{
	font-size: 16px;
	font-weight: normal;
}


#loading {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1000;
    background: #ffffff url(../images/loading.gif) no-repeat top left;
	padding-left: 35px;
	font-size: 18px;
	}


.product-options-top  {
	display: block;
	border-bottom: 1px solid #ddd;
	height: 40px;
}

.product-options-top .price-box {
	float:right;
}

.product-options-top .product-name {

   float: left;
}


#product-shop .product-name h1{
   color:#222;
   margin-bottom: 0px;
}

#product-shop .price-box .price {
	font-size: 34px;
}


.product-shop .product-options {
	margin-top: 10px;
	padding-top: 0px;
}