/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Ancient Hands Store CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #282718;
}
a:visited {
	color: #282718;
}
a:hover {
	color: #9C741C;
	text-decoration:none;
}
a:active {
	color: #282718;
	text-decoration:none;
}

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

h1 {
	color: #282718;
	font-size: 14px;
	border-bottom:3px double #868686;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

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

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

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282718;
	border: 1px inset #979797;
	padding: 2px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SP CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

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

input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8D8A76;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
input.formButton:hover {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #59574A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	background-color: #B57919;
}
.altRowOdd/* altRowEven & altRowOdd are used to style alternating table rows. */
 {
	background-color: #CBC9B8;
}
.altRowEven{
	background-color: #C1BFAC;
}

/* 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;
	text-align: center;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
#leftSearch {
	width: 50%;
	float: left;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 20px;
}
#rightSearch {
	width: 50%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}
#StoreContainer {
	padding: 20px;
	height: auto;
	width: auto;
}
#StoreContainer p {
	line-height: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#StoreContainer img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#resultsPage {
}
#showCartPage {

}
#confirmationPage {
}

/* This aligns the ship to address in the confirmation page */
#ShipToCentered {
	height: auto;
	width: auto;
	margin-left: 42%;
}
#cartLinks {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centeredcontent {
	text-align: center;
}


#detailsPage {
	height: auto;
	width: auto;
}
#orderformPage {
}
