/*FORM element controls*/

/*Next 3 lines only work for Netscape or Mozilla based browsers */
input:focus, textarea:focus, option:focus {
    background-color: #EDEFEA;
    }

INPUT {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

TEXTAREA {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

SELECT {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

/*.text controls the majority of the text in FishCart*/

.text  { 
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.text hr { 
	color: #000000;
	background-color: #666666;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.text  A:link { /*UNVISITED VIRGIN LINKS*/
	color: #7E6501; /*dark gold*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.text  A:active { /*WHEN SELECTION STAYS HIGHLIGHTED DURING PAGE VISIT */
	color: #7E6501;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.text  A:visited { /*VISITED LINKS*/
	color: #7E6501; /*dark gold - same color as virgin links to remove the "visited effect"*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.text A:hover { /*ROLLOVER ex.links for "Terms and Conditions" as well as subcategories and page navigation in product listings*/
	color: #CDB587; /*light gold*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.div  {
	color: #990000; /*not sure*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.keywordsearch Controls only the appearance of the keyword search input box*/

.keywordsearch { 
	width: 125px;
	border-top: 1px solid #000000;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 5px 0;
	}

/*.header controls things such as Category links across the top section of display and Breadcrumb presentation*/

.header  {
	color: #2C281D;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.header b  {
	color: #2C281D;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.header  A:link { /*UNVISITED VIRGIN LINKS*/
	color: #7E6501; /*dark gold*/
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.header  A:active { /*WHEN SELECTION STAYS HIGHLIGHTED DURING PAGE VISIT */
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.header  A:visited { /*VISITED LINKS*/
	color: #7E6501; /*dark gold - same color as virgin links to remove the "visited effect"*/
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.header A:hover  { /*ROLLOVER ex.link for "HOME" in breadcrumb */
	color: #7E2E0B;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks  {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks  {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks  A:link {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks  A:active {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks  A:visited {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.catlinks A:hover  {
	color: #c96;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	}

.help  {
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  }

.navtext  { /*LEFT NAV */
	background-color: #FFFFFF; 
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.navtext A:link  { /*LEFT NAV */
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.navtext A:active  { /*LEFT NAV */
	color: #669;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.navtext A:visited  { /*LEFT NAV */
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.navtext A:hover  { /*LEFT NAV */
	color: #c96;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.rhisttext  { /* "Recent Products:" and "Recent Categories:" */
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.rhistdivrow  { /* History Table */
	background-color: #CDB587;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.rhisttext A:link  {
	color: #2C281D;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

.rhisttext A:active  {
	color: #7E6501;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

.rhisttext A:visited  {
	color: #7E6501;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

.rhisttext A:hover  {
	color: #7E6501;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

/*.divrow controls the main rows in showcart and orderform*/

.divrow  {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.subdivrow controls the secondary rows in showcart and orderform*/

.subdivrow  {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.subdivrow i {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.showcartmainbg controls the appearance of main background table*/

.showcartmainbg  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.showcartdisplaybg controls the appearance of the PRODUCT DISPLAY TABLE BACKGROUND, not just the shopping cart*/

.showcartdisplaybg  {
	background-color: #7E6501; /*referenced in cart_proddisp.php */
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.showcartcell controls the appearance of all the remaining cells in showcart*/

.showcartcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.showcartcell  A:link {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.showcartcell  A:active {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.showcartcell  A:visited {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.showcartcell A:hover {
	color: #c96;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.orderformcell controls the appearance of all the remaining cells in orderform*/

.orderformcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.previewcell controls the appearance of all the remaining cells in preview*/

.previewcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.paymentcell controls the appearance of all the remaining cells in payment*/

.paymentcell  {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.contributecell controls the appearance of all the remaining cells in contribute*/

.contributecell  {
	background-color: #FFFFFF;
	color: #7E6501;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}

ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#button {
	width: 133px;
	padding: 0 0 1em 0;
	margin-right: 0px;
	margin-left: 5px; /*MODIFIED*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	color: #7E6501;
	}		
   #button ul {
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	/*background-color: #000000;*/ /*ADDS SOLID RECTANGLE COLOR TO LINK*/
	}
	
	#button li {
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	#button li.capitalized {
	color:#2C281D;
	font-family: Verdana, Arial, sans-serif;
	text-transform:uppercase;
	}
	
	#button li.header {
	display: block;
	padding: 5px 0px 5px 0.5em;
	font-weight: bold;
	font-size:11px;
	color:#2C281D;
	font-family: Verdana, Arial, sans-serif;
	}
	
	#button li a { /*LEFT NAV LINKS*/
	display: block;
	padding: 3px 0px 5px 0.5em;
	/*border-left: 5px solid #666666; /*WILL SHOW A VERTICAL LINE ON EACH SIDE OF INACTIVE LINKS
	border-right: 5px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;*/
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #000000;*/ /*ADDS SOLID RECTANGLE COLOR TO LINK*/
	color: #2C281D;
	text-decoration: none;
	width: 100%;
	}

	html>body #button li a {
	width: auto;
	}
	
	#button li a:hover { /*LEFT NAV LINKS ROLLOVER*/
	/*border-left: 5px solid #666666; /*WILL SHOW A VERTICAL LINE ON EACH SIDE WHEN ROLLED OVER
	border-right: 5px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;*/
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #CCCCCC;*/ /*ADDS SOLID RECTANGLE COLOR TO LINK*/
	color: #7E6501;
	}

/*body {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3d-light-color: #EEEEEE;
	scrollbar-dark-shadow-color: #CCCCCC;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	}
*/

.divider {
	width: 80px;
	height: 100%;
	border-bottom: 1px dashed #333333;
	padding: 0px;
	}

.proddivider {
	width: 80px;
	height: 100%;
	border-bottom: 1px solid #333333;
	padding: 0px;
	}

/* ADDITIONAL STYLES I DEFINED FOR DARRELLTHOMAS.COM */

.topnavtext  { /*TOP NAV */
	background-color: #000000; 
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	}

.topnavtext A:link  { /*TOP NAV */
	color: #CDB587;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	}

.topnavtext A:active  { /*TOP NAV */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	}

.topnavtext A:visited  { /*TOP NAV */
	color: #CDB587;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	}

.topnavtext A:hover  { /*TOP NAV */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	}

#lowerLeft {
	width: 133px;
	padding: 0 0 1em 0;
	margin-right: 0px;
	margin-left: 5px; /*MODIFIED*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7E6501;
	}
	
	#lowerLeft ul {
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	}
	
	#lowerLeft li {
	border-left: 0px solid #666666;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

	#lowerLeft li.test { /*not just a test*/
	display: block;
	padding: 5px 0px 5px 0.5em;
	font-weight: bold;
	font-size:11px;
	color:#2C281D;
	font-family: Verdana, Arial, sans-serif;
	text-transform:uppercase;
	}
	
	#lowerLeft li a:hover { /*LEFT NAV LINKS ROLLOVER*/
	color: #7E6501;
	}
	
.footer {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2C281D;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: right;  
	}
.footer A:link  {
	color: #7E6501;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}
.footer A:visited  {
	color: #7E2E0B;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}
.footer a:hover {
	color: #7E2E0B;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}
	
.leftfloat img {
	border: none;
	}

/*MAIN CONTENT OF NON CATALOG */
.content {
	background-color: #CDB587; 
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	border: 1px solid black;
	}
	.content h1 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	letter-spacing: 3px; 
	padding-top: 4px;
	padding-left: 11px;
	}
	.content h2 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	letter-spacing: 0px; 
	padding-top: 4px;
	padding-left: 12px;
	font-variant: small-caps;
	}
	.content p {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 26px;
	text-align:justify;	
	}
	.content ul {
	list-style: none;
	margin-right: 0px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0;
	}
	.content li {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	.content a:link {
	color: #7E6501; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	.content a:active {
	color: #7E6501; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	.content a:visited {
	color: #7E6501; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	.content a:hover {
	color: #7E2E0B;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	.content .input {
	padding-left: 12px;
	}
	.content .picright { /*ABOUT US PAGE*/
	display: block;
	float: right; 
	margin: 0 10 0 0; 
	padding: 5 15 10 15;
	/*float: right; 
	margin: 12px 12px 12px 12px;
	border: 1px solid #7E2E0B;*/
	}
	.content .picleft { /*ABOUT US PAGE*/
	display: block;
	float: left; 
	margin: 0 10 0 0; 
	padding: 5 5 10 15;
	}
/*TESTIMONIALS PAGE*/	
.testimonialwrapper {
	width: 610px;
	margin-left: 12px;
	padding-right: 0px;
	}
.testimonialwrapper .testimonial{
	border: 1px solid white;
	}
.testimonialwrapper .testimonial p {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	padding: 5px; 
	text-align: justify;
	}
.testimonialwrapper .signature {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: italic; 
	padding: 5px; 
	text-align: right;
	}
.testimonialwrapper .pic {
	float: right; 
	margin: 0 0 0 0; 
	padding: 15px;
	}
.testimonialwrapper .pic img {
	border: 1px solid #7E2E0B;
	}
.testimonialwrapper .pic a {
	display: block;
	border: 0px solid #7E2E0B; 
	padding: 2px;
	}
.testimonialwrapper .pic a:hover {
	display: block;
	border: 2px solid #7E2E0B; 
	padding: 0px;
	}
/*NEWSLETTER PAGE*/
input.field { 
	display: inline; 
	float: left;
	margin: 0 0 0 12;
	width: 260px; 
	background-color: #EDD9BE; 
	font-weight: normal; 
	font-size: 12px; 
	color: black;
	}
/*FEEDBACK PAGE*/
.formwrapper {
	font-family: Arial, Verdana, sans-serif; 
	width: 610px;
	margin: 20 0 0 12;
	padding: 10 0 15 0;
	border: 1px dotted white;
	}
.formwrapper #csslabel{
	display: block; 
	/*float: left;*/
	margin: 0 5 0 -50; 
	text-align: right;
	font-family: Arial, Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	padding: 0 0 0 0;
	color: black;
	}
label, input, select, textarea {
	display: inline; 
	float: left; 
	width: 150px; 
	margin: 0 0 10 0;
	}
select {
	display: inline; 
	float: left; 
	width: 155px;
	}
textarea {
	display: inline; 
	float: left; 
	width: 200px;
	}
br {
	clear: left;
	}
input.gold, textarea.gold, select.gold {
	display: inline; 
	float: left; 
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: #7C6100; 
	border-color: #EDD9BE;
	}
input.goldbutton1 {
	display: inline; 
	float: left;
	margin: 0 0 0 105;
	width: 90px; 
	background-color: #EDD9BE; 
	font-weight: normal; 
	font-size: 12px; 
	color: black;
	}
input.goldbutton2 {
	display: inline; 
	float: left;
	margin-left: 10px; 
	width: 90px; 
	background-color: #EDD9BE; 
	font-weight: normal; 
	font-size: 12px; 
	color: black;
	}