/*Form Elements*/
form {
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #5D3B01;
	border: 1px inset #957440;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 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: #000000;
	font-weight: bold;
	background-color:#AA9A00;
	text-transform: uppercase;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	font-size: 10px;
	color: #FFFFF
	border-collapse: collapse;
	background-color: #black;
}
table.tabularData td, table.tabularData th{
	padding: 2px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	Font-size: 12px
	color: #c3a302;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.tabularData h1{
	Font-size: 12px
	color: #c3a302;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData2, table.tabularData2 td, table.tabularData2 th {
	font-size: 10px;
	color: #000000;
	border-color: #000000;
	border: 1px solid #696969;
	border-collapse: collapse;
	background-color: #E3D09F;
	
}
table.tabularData2 td, table.tabularData2 th{
	padding: 2px;
}
table.tabularData2 th, table.tabularData2 th a:link, table.tabularData2 th a:visited, table.tabularData2 th a:hover, table.tabularData2 th a:active  {
	Font-size: 12px
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.tabularData2  h1{
	Font-size: 12px
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}


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

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

.pagingLinks {
	text-align: center;
}

.errorMessage {
		color: #black	;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	text-align:center;
	padding: 12px;
	
}
.photopad {
	padding: 12px;
}
.paragraphspacebelow {
	padding-bottom: 9px;
}
.paintingname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}
.centerphoto {
	text-align: center;
}
