/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#fff;
	
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
	text-decoration:none;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}

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

h1 {
	color:#fff;
	font-size: 14px;
	margin: 0px;
}



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

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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-add {
	background-image:url(../../../images/add-to-cart.png);
	width:90px;
	height:24px;
	margin-top:30px;
	
	margin-left:375px;
	border:0;
	background-color:#4A4949;
}

input.formButton {
	background-image:url(../../../images/bt.png);
	color:#000;
	font-weight:bold;
	width:90px;
	height:24px;
	margin-top:30px;
	border:0;
	background-color:#4A4949;
}

/* 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 #868686;
	
	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;
}
table.nob td{
	border:none;
	
}

table.nob td.oname{
	border:none;
	text-align:right;
	
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color:#4A4A4A;
}
.altRowOdd{
	background-color:#4a4949;
}

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

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color:#F00;
	font-weight: bold;
}

.moreInfo{
	
}
img{
	
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
