/*-- Products -----------------------------*/
div.products {}
div.products .category {margin:5px; padding:5px; display:inline; float:left; text-align:center; }
div.products table.cart { margin: 5px 0 0 0; }
div.products table.cart thead tr td { color: #333; background-color:#9D986D; font-size:12px; font-weight:bold;}
div.products table.cart tr td { padding: 5px 10px 5px 10px; background-color:#E1DFD9;}
div.products table.cart tr td.noformat {background-color:#F0EFE9;}
div.products .productimage {float:right; padding:5px;}
div.products .addtocart {float:right;}
div.products .price {color:#f00;}
div.products a.continue { margin: 5px; padding: 2px; height: 13px; }

/*-- Login ---------------------------------*/
div.products div.login { width: 470px; background: url('/_styles/images/store_login_bg.gif') repeat-y top center; }
div.products div.login div.bottom { width: 470px; background: url('/_styles/images/store_login_bg_bottom.gif') no-repeat bottom center; }
div.products div.login table.cart { margin: 0; background: url('/_styles/images/store_login_bg_top.gif') no-repeat top center; font-size:12px; font-weight:bold;}
div.products div.login table.cart thead tr td { color: #333333; background: none; font-size:12px; font-weight:bold;}
div.products div.login table.cart tr td h5 { font-size: 15px; font-weight: bold; display: inline; }
div.products div.login table.cart tr td { padding: 5px 10px 0 10px; background: none;}
div.products div.login table.cart tr td.noformat { background-color: none; }

div#middle div.products input, div#middle div.products select { margin: 5px; padding: 2px; vertical-align: middle; border: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

/* Pagination Styles */
div.pagination a {
	padding: 4px;
}
div.pagination a:hover {
	background-color: #FFF;
	color: #036;
}
div.pagination span {
	padding: 4px;
}

form input.submitDisabled
    { margin: 2px; padding: 1px 2px; float:right; font-size: 10px; font-weight: bold; text-transform: uppercase; border-top: 1px solid #7b858a; border-right: 1px solid #1a272d; border-bottom: 1px solid #172126; border-left: 1px solid #505e66; text-decoration: none; }
