#productGrid,
#productDetail,
#productList,
#viewCart,
#customerLogin,
#checkoutBilling,
#checkoutShipping,
#checkoutPayment,
#checkoutConfirm,
#checkoutComplete,
#clientAccount,
#vendorLogin,
#vendorAccount,
#checkoutOnePage,
#registrySearchForm,
#newCustomer,
#categoryGrid,
#giftCerts {
margin:0;
padding:0;
width: 780px;
display: inline;
float: left;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 20px;
}

#viewCart input,
#checkoutBilling input,
#checkoutBilling select,
#checkoutShipping input,
#checkoutShipping select,
#checkoutPayment input,
#checkoutPayment select,
#checkoutPayment textarea,
#customerLogin input,
#clientAccount input,
#clientAccount select,
#clientAccount textarea {
	border: 1px solid #c5c5c5;
	background-color: #ebebeb;
	padding: 4px;
	font-size: 11px;
	}
	
#cartButtons input,
#btn_Apply,
#checkoutConfirm .submitBtn{
	font-size: 12px;
	font-weight: bold;
	padding:4px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/btn_bg_cart.png);
	background-repeat: repeat-x;
	border: 1px solid #c5c5c5;
}

.submitOrder {
background-color: #FFF;
width:740px;
text-align:right;
}

#viewCart #cartItems thead tr th,
#checkoutConfirm .hdr-title,
#customerLogin .hdr-title,
#clientAccount .hdr-title {
padding:4px;
background-image: url(../img/btn_bg_cart.png);
background-repeat: repeat-x;
}

#checkoutConfirm .hdr-title {
color: #ffffff;
text-align: left;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
font-weight: bold;
}

#customerLogin #newCustomer {
float: left;
margin-left:20px;
}

#clientAccount .pagination{
float: left;
width: 750px;
}

.goRight, .logout {
	text-align: right;
	float: right;
	margin-right:20px;
}
