/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA8FBA;
}
.smalltxt {
	font-size: 10px;
	color:#666666;
}
.style28 {
	font-size: 24px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;	
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #BA8FBA;
	font-size: 14px;
	margin: 0px;
	/*border-bottom:3px double #8CA26B;*/
}

h2 {
	color: #ffffff;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000; /*425929*/
	border: 1px inset #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #AC5AAE;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	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 #000000;
	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  {
	background: #AC5AAE;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF; /*#E7E4E2*/
}
.altRowOdd{
	background-color: #FFFFFF; /*#DFDBD9*/
}

/* 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;
}
.Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: thin solid #9900CC;
}
div.feedburnerFeedBlock { 
border:2px solid #E1CEE1; 
background-color:#F3EDF3; 
padding:12px; 
text-align:left;
}
div.feedburnerFeedBlock p.date {	
	text-align: left;	
	}	
div.feedburnerFeedBlock li div {	
	text-align: left;	
	padding:2px;
	}	
div.feedburnerFeedBlock ul {	
	text-align: left;	
	}	
div.feedburnerFeedBlock span.headline {	
	text-align: left;	
	font-size:14px;
	color:#0000FF;
	}	
div.feedburnerFeedBlock ul li {	
	list-style-type: none;	
	text-align: left;	
	}
div.feedburnerFeedBlock p.feedTitle {	
	font-weight: bold;		
	font-size:16px;
	color:#0000FF;
	}
	div.feedburnerFeedBlock ul li span.headline { 
	font-weight:bold; 
	display:block; 
	margin:12px 0 0 0; 
	} 

