/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

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

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

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002252;
	border: 1px inset #979797;
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.tabularData {
margin: 10px 0;
	width: 500px;
}

table.mytabularData {
margin: 10px 0;
	width: 500px;
}

table.tabularData, table.tabularData td, table.tabularData th {
	font-size: 12px;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 5px;
}

table.tabularData img {
	float: right;
	padding: 0 5px;
}

table.tabularData h1 {
	font-size: 120%;
	margin: 0;
	padding: 0;
}


table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #fee3e2;
	color: #000;	
}

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

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

table#tableSearchResults td {
	vertical-align:top;
	font-size: 14px!important;
}

table#tableProductDetails{
	font-size: 14px;
}

table#tableProductDetails td{
	padding: 0 10px;
}

#placeorder {
	background-color: #fee3e2;
	border: 2px solid #993333;
	padding: 10px;
}