/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-size: 11px;
}
td, th {
	font-size: 14px;
}
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
 	font-size: 14px;
	border: 1px solid #00ACEE;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	background: #1254b7;
	border: 1px solid #104da9;
	color: #FFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px;
	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: #FFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	padding-bottom:10px;
}
.altRowEven h1 {
	margin: -105px 0 0 110px;
}
.altRowEven h2 {
	margin: 0 0 0 110px;
}
.altRowEven p {
	margin: 0 0 0 110px;
}
.altRowOdd{
padding-bottom:10px;
}
.altRowOdd h1 {
	margin: -105px 0 0 110px;	
}
.altRowOdd h2 {
	margin: 0 0 10px 110px;	
}
.altRowOdd p {
	margin: 0 0 0 110px;	
}

/* 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;
}

.content_section .content_section_content h1 {
	height:auto;
	font-size:15px;
	background-image:none;
}
