hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.addToCartButton {
	background: url(../images/add-to-cart.gif) no-repeat ; width:97px; height:24px; border:none !important; cursor: pointer;
}
input.updateCartButton {
	background: url(../images/update-cart.gif) no-repeat ; width:97px; height:24px; border:none !important; cursor: pointer;
}
input.applyCodeButton {
	background: url(../images/apply-code.gif) no-repeat ; width:77px; height:24px; border:none !important; cursor: pointer; margin-left:3px;
}
input.checkOutButton {
	background: url(../images/check-out.gif) no-repeat ; width:93px; height:24px; border:none !important; cursor: pointer;
}
input.placeOrderButton {
	background: url(../images/place-order.gif) no-repeat ; width:99px; height:24px; border:none !important; cursor: pointer;
}
input.calculateShippingButton {
	background: url(../images/calculate-shipping.gif) no-repeat ; width:119px; height:24px; border:none !important; cursor: pointer;
}
input.nextButton {
	background: url(../images/next.gif) no-repeat ; width:57px; height:24px; border:none !important; cursor: pointer; margin-top: 5px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData{margin:15px 0px 10px 0px;}

table.tabularData th{font-size:13px; font-weight:bold;}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #cfbfa4;
	border-collapse: collapse;
	font-size:13px;
}
table.tabularData td, table.tabularData th{
	padding: 5px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #e1d6bf;
	color: #663333;
	font-size:13px; font-weight:bold;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFF;
}
.altRowOdd{
	background-color: #ede8de;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */

table#tableSearchResults td {
	vertical-align:top; font-size:13px;
}
