/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text{ color:#000000;}

img
{
 border-style: none;
}


.enable {
  background-color: #77FF77;
  font-weight: bold;
  color: Black;
}
.disable {
  background-color: #FF7777;
  font-weight: bold;
  color: Black;
}



.galtable {
	background-color: #E7E4E2;
	border: 1px solid #999;
}	

/* Upsell Specific Style */
.upsell {
	text-align: center;    /* centers inline paragraphs */
	margin: 0;
	background-color: #000000;
	border: 1px solid #999;
	padding: 0.5em;
}

.upsell a {
	text-decoration: none;
}
.upsell a img {
	border-width: 1px;
	vertical-align: middle;
}

/* outer container for each image/caption pair */
.upsell p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.upsell a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: .1em;
	padding: 3px;
	vertical-align: top;   /* aligns the img/caption container */
	width: 8em;            /* adjusts with text size */
	min-width: 125px;      /* not always honored, but that's OK */
	border: 1px solid #999;
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.upsell span {
	display: block;        /* fill container width, force a line break */
	height: 90px;         /* a bit larger than highest img */
	line-height: 90px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.upsell i {
	display: block;
	height: 2.5em;         /* makes each box a consistent height */
	padding: 3px 3px 0 3px;
	text-align: center;
	font-style: normal;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .upsell a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .upsell a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .upsell span {
	display: inline;
}
* html .upsell a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */



/* gallery-specific styles */

/* gallery container */
.gallery {
	text-align: center;    /* centers inline paragraphs */
	margin: 1em 5%;
	background-color: #000000;
	border: 1px solid #999;
	padding: .5em;
}

.gallery a {
	text-decoration: none;
}
.gallery a img {
	border-width: 1px;
	vertical-align: middle;
}

/* outer container for each image/caption pair */
.gallery p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: .5em;
	padding: 5px;
	vertical-align: top;   /* aligns the img/caption container */
	width: 8em;            /* adjusts with text size */
	min-width: 125px;      /* not always honored, but that's OK */
	border: 1px solid #999;
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	height: 110px;         /* a bit larger than highest img */
	line-height: 125px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
	height: 2.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}
* html .gallery a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

.heading{ color: #FF0000;
		  font-size: 12px;
		  margin: 0px;
		  text-align:center;
		  }

a:link {
	color:  #575757;
}
a:visited {
	color: #A13030;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #666666;
	height: 1px;
	width: 100%;
}

h1 {
	color: #FF0000;
	font-size: 16px;
	margin: 0px;
	border-bottom:3px double #660000;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

.nofitment {
	color:#FF0000
	}
	
.yesfitment {
	color:#009900
	}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	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: #000000;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	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.IndexData, table.IndexData th {
	border: 0px solid #76685D;
	border-collapse: collapse;
}
table.IndexData td, table.IndexData th{
	padding: 3px;
}
table.IndexData th, table.IndexData th a:link, table.IndexData th a:visited, table.IndexData th a:hover, table.IndexData th a:active  {
	background: #A1978F;
	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: 0px solid #76685D;
	border-collapse: collapse;
	border-right-color: #121212;
	border-right-style: solid;
	border-right-width: thin;
}
table.tabularData td, table.tabularData th{
	padding: 6px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabularImage">*/
table.tabularImage, table.tabularImage th {
	border: 0px solid #76685D;
	border-left: 1px solid #76685D;
	border-right: 1px solid #76685D;
	border-bottom: 1px solid #76685D;	
	border-collapse: collapse;
}
table.tabularImage td, table.tabularImage th{
	padding: 1px;
}
table.tabularImage th, table.tabularImage th a:link, table.tabularImage th a:visited, table.tabularImage th a:hover, table.tabularImage th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #393939;
}
.altRowOdd{
	background-color: #202020;
}

.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
.headingCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: CCCCCC;
}
.tbldata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: CCCCCC;
}
.tbldatahdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

