/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.detail {
	border: 1px dashed #003366;
	display: table;
	background-color: #f7f7f7;
	padding: 2px;
}

.noClass {
	text-decoration: none;
}

#wrapper {
	border: 1px solid #cccccc;
}


a:link {
	color: #345F81;
	text-decoration: none;
}
a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #86899a;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

h2 {
	color: #76685D;
	font-size: 18px;
}


/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to columbiaweb.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	border: 1px solid #CCCCCC;
	background-color: #86980F;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tableSearchResults #noImage {
	height: 100px;
	width: 80px;
	border: 1px solid #86899a;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #C3D5E1;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 9px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

#tableSearchResults #addTocart {
	text-decoration: none;
	background-position: center;
	margin-left: 2px;
}

.hide {
	display: none;
}
.show {
	display: block;
}
.hide {
	display: none;
}
