td {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
   }
   
   td.t1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size:10px;
	color: #000000;
   }
   

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.style2 {
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; }
.style12 {font-size: 11px}
.style19 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; }
.style21 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; font-weight: bold; }

a:link {
	color: #350059;
	text-decoration:none;
}
a:visited {
	color: #350059;
	text-decoration:none;
}
a:hover {
	color: #990099;
	text-decoration:none;
}
a:active {
	color: #9900FF;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #FF9900;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #460064;
	font-size: 14px;
}
h2.inline {
	color: #460064;
	font-size: 14px;
	display:inline;
}
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660099;
	border: 1px inset #9900FF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #360F46;
	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;
	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 solid #696969;
	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;
	background-color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

/* 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;
}

a.my1 {	color: #000000;	text-decoration: none; }
a.my1:hover { color: #BA9309; text-decoration: none; }

a.my2 {	color: #032585;	text-decoration: none; }
a.my2:hover { color: #789BFF; text-decoration: none; }

a.my3 {	color: #FFFFFF;	text-decoration: none; }
a.my3:hover { color: #E38D8D; text-decoration: none; }

a.my4 {	color: #656E00;	text-decoration: none; }
a.my4:hover { color: #4AA600; text-decoration: none; }

a.my5 {	color: #000000;	text-decoration: none; }
a.my5:hover { color: #E78698; text-decoration: none; }

a.my6 {	color: #000000;	text-decoration: none; }
a.my6:hover { color: #368C48; text-decoration: none; }


