/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h2 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*Form Elements*/
form {
	margin: 0px;
}

 select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #666666;
	border: 1px inset #A1978F;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #666666;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
}

.formButton {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



/* 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 #cccccc;
	border-collapse: collapse;
}

table.tabularData th h3
{
	color: #666666;
}

table.tabularData td, table.tabularData th{
	padding: 3px;
	color: #666666;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #eaeaea;
	color: #666666;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven 
  {
    border-bottom: 1px dashed #cccccc;
   }
   
.altRowOdd{
	border-bottom: 1px dashed #cccccc;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: left;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

#productDet
{
	border-bottom: 1px dashed #cccccc;
}

a.cartlink
{
  color: #cccccc;
  text-decoration: none;
}

a.cartlink:normal
{
  color: #cccccc;
  text-decoration: none;
}

a.cartlink:active
{
  color: #ffffff;
  text-decoration: none;
}

a.cartlink:visited
{
  color: #cccccc;
  text-decoration: none;
}

a.cartlink:hover
{
  color: #ffffff;
  text-decoration: underline;
}
