/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
color: #000000;
font-family: Verdana, sans-serif;
margin: 0;
padding: 0;
font-size:12px
}

a		{ 
	color:#000000; 
	text-decoration:underline; 
	font-size:12px; }
	
a:hover	{ 
	color:#666666; 
	text-decoration:underline; 
	font-size:12px; }
	
a:visited	{ 
	color:#000000; 
	text-decoration:underline; 
	font-size:12px; }

a:active {
	color: #76685D;
	text-decoration:underline;
}

a.small	{ 
	color:#333333; 
	text-decoration:none; 
	font-size:10px; }
	
a.small:hover	{ 
	color:#006600; 
	text-decoration:underline; 
	font-size:10px; }
	
a.small:visited	{ 
	color:#333333; 
	text-decoration:none; 
	font-size:10px; }

a.small:visited:hover	{ 
	color:#006600; 
	text-decoration:underline; 
	font-size:10px; }
	
a.small:active {
	color: #76685D;
	text-decoration:underline;
}

a.sale		{ 
	color: #FF0000; 
	text-decoration:underline; 
	font-size:12px; }
	
a.sale:hover	{ 
	color: #666666; 
	text-decoration:underline; 
	font-size:12px; }

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #A1978F;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 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: #FFFFFF;
	border-bottom: 1px solid #A1978F;
	border-left: 1px solid #A1978F;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	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: 0px solid #76685D;
	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: #999999;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #E6E6E6;
}

.smallprint {
	font-size: 10px;
}

.thumbnail {
	font-size: 11px;
}
.upsellBox {
	font-size: 10px;
	font-weight: bold;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	font-size: 12px;
}

.dash_top			{ border-top: 1px dotted #76685D; }
.dash_box				{ border-left: 1px dotted #76685D; border-right: 1px dotted #76685D; border-top: 1px dotted #76685D; border-bottom: 1px dotted #76685D; }

/* added October 3 2006 for Is Special Abilities. Datapacks.com */
/* style for the Is Specials Module*/
.RegPrice {
	color: Black;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: line-through;
}

.IsSpecial {
	color: Red;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.metaDataDisplayText {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


<!--- LIGHTBOX TRIAL --->

