/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Shopping Cart CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background-color: #e2d3e4;
	color: #a69ecb;
}


body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
	text-decoration:none;
}
a:visited {
	color: #002252;
	text-decoration:none;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

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

h1 {
	color: #f0aac8;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}





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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Shopping Cart CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to the shopping cart.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
.formRadio {
	padding:0;
	margin:0;
}
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #f0aac8;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
input.formButton2 {
	background: #8784c1;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #FFFFFF;
	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: 1px dotted #e3e1e1;
	border-collapse: seperate;
}
table.tabularData td, table.tabularData th{
	padding: 7px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #979797;
	color: #FFFFFF;
}

table.cleartab td {
	border:none;
	padding:0;
	margin:0;
}

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

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

.pagingLinks {
	text-align: center;
}

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

.discount {
	color:#FF0000;
	
}

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

img
{  border-style: none;
}



.currentPrice {
	color:#ed037e;
	font-weight: bold;
}

.currentPrice2 {
	color:#ed037e;
	font-weight: normal;
}

#pageContainer #Table_01 #orderConfirm {
	font-size:12px;
	color:#000000;
}
