/*FORM element controls*/

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

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

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

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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
	background: #ffffff 
}

/*alert controls alert text*/

.alert { 
	text-decoration: none;
	    font-weight: bold;
    color: #FF0000;
    padding: 5px 25px;
    border: 5px solid #FF0000;
    margin: 25px 0;
	}

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

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

.alert  A:visited {
	color: #3333cc;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

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

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

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

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

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

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

.text A:hover {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

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

.div  {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	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: 0px;
        padding-bottom: 2px;
	}

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

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

.header b  {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.header  a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-size: 20px;
	}
	
	#header  a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-size: 20px;
	}

.header  A:active {
	color: #383c70;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.header  A:visited {
	color: #3333cc;
        text-decoration: none;
	}

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


.catlinks  {

	font-size: 18px;
    width: 160px;
    background: #999999 url(/main/images/menuGrad.gif);
    padding-bottom: 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    margin: 0 15px;
	}

.catlinks  A:link {
	font-size: 18px;
    display: block;
    width: 144px;  /* needed for IE6 */
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #CCCCCC;
    margin: 2px;
	}

.catlinks  A:hover {
	color: #006699;
    background: #FFFFFF;
	text-decoration:  none;	
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.catlinks  A:visited {
    /* color: #FFFFFF;  /* needed for IE6 if same color */
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #666666;
	}

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

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

.navtext  {
     padding-top: 0px;
     padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 14px;
   font-style: italic;
    text-align: center;
	}

.navtext A:link  {
    outline: none;  /* removes residual active link outlines */
    color: #006699;
    text-decoration: underline;
    }

.navtext a:hover {
    color: #3399CC;
	}
}

.navtext A:active  {
	color: #000000;
	text-decoration: none;
}

.topnav  {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 28px;
	color: #cccccc;
	padding: 0px;
	background-image:  url(../catalog/be_ged/resource/glbnav_background.gif);
	}

.topnav A:link  {
	color: #333333;
        text-decoration: none;
	}

.topnav A:active  {
	color: #669;
	font-weight: normal;
	
	}

.topnav A:visited  {
	color: #333333;
	text-decoration: none;
	}

.topnav A:hover  {
	color: #003399;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.rhisttext  {
	width: 160px;
 	font-weight: bold;
    background: #999999 url(../main/images/menuGrad.gif);
    padding-bottom: 0px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    margin-left: 7px;
	}

.rhistdivrow  {
	font-size: 14px;
    font-style: italic;
    color: #000;
    text-align: center;
    padding: 0px;
    margin:  10px;
	}

.rhisttext a{
	display: block;
 	background: #ffffff;
 	font-weight: bold;
    padding: 3px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    text-align: center;
    margin-bottom 0px;
    text-decoration: underline;

}

.rhisttext A:hover  {
 	background: #cccccc;
 	color: #006699;
	font-weight: bold;
	   }

.rhisttext a:active  {
	font-weight: bold;
	text-decoration:  none;
}
.rhisttext a:visited  {
}
	
/*.divrow controls the main rows in showcart and orderform*/

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

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

.subdivrow  {
	background-color: #D6DBEB;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.subdivrow i {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/*.showcartdisplaybg controls the appearance of the product display table background*/

.showcartdisplaybg  {
	background-color: #666666;
	border: 1px solid #999999;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

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

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

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

.showcartcell  A:visited {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	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: 12px;
	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: 12px;
	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: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	#button {
 	width: 160px;
    background: #999999 url(/main/images/menuGrad.gif);
    padding-bottom: 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    margin: 0 15px;
	
        }
	
	#button a {
    display: block;
    width: 144px;  /* needed for IE6 */
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #CCCCCC;
    margin: 2px;

	}

	#button p {	
    font-weight: bold;
    font-style: italic;
    color: #666666;
    text-align: center;
    padding: 0px;
    margin:  0px 0px;	

    }
	#button p a {
	background: #006699;
   display: block;
    width: 144px;  /* needed for IE6 */
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #CCCCCC;
    margin: 2px;
}
    #button p a:hover {
	border-top: 1px groove #666666;
	font-weight: bold;
	border-right-style: groove;
	border-bottom-style: inset;
	border-left-style: outset;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #006699;
    background: #FFFFFF;
	text-decoration:  none;	
}

	
   #button ul {
	list-style: none;
	margin-left: -40px
	}
	
	#button li {
	overflow: visible;
	
	}
	
	#button li a {
	padding: 3px 7px 3px 7px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 2px outset #dddddd;
        border-right: 2px outset #dddddd;
	font-weight: normal;
	margin: 0px;	
	color: #000000;
	text-decoration: none;
	}
	
	#button li a:hover {
	border-top: 1px groove #666666;
	border-right-style: groove;
	border-bottom-style: inset;
	border-left-style: outset;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #006699;
    background: #FFFFFF;
	text-decoration:  none;	
	}
	

body {
	scrollbar-base-color: #C90000;
	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: 90px;
	height: 100%;
	border-bottom: 1px dashed #333333;
	padding-bottom: 10px;
	}

.proddivider {
	width: 90px;
	height: 100%;
	border-bottom: 1px solid #333333;
	padding: 0px;
	}
                                                                                                                                     
.elmntdiv {
	width: 90px;
	height: 100%;
	border-bottom: 1px solid #333333;
	padding: 0px;
	}
                                                                                                                                     
.multiprod_padd img {
  padding: 0px 5px 0px 0px;
  }
                                                                                                                                     
.singleprod_padd img {
  padding: 0px 5px 0px 0px;
  }

.add_button {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 2px outset #dddddd;
        border-right: 2px outset #dddddd;
	font-weight: normal;
	margin: 0px;	
	color: #000000;
	text-decoration: none;
}

.add_button_long {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 0 3 0 3;
  background-color: #ccccff;
	border-left: 1px solid #000033;
	border-right: 1px solid #333333;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	}

/* dhtml classes used to colorize nested dhmtl menus */


}

.dhtml_menu {
	 width: 160px;
    background: #999999 url(../main/images/menuGrad.gif);
    padding-bottom: 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    margin: 0 15px;
	text-decoration: none;

}

.dhtml_menu a:visited{
	margin-left: 1px;
	text-decoration: none;
}

.dhtml_menu a:active{
	margin-left: 1px;
	text-decoration: none;
}

.dhtml_menu a:{
	color: #003399;
	margin-left: 1px;
	text-decoration: none;
}
/************** related links *****************/
.relatedLinks{
	width: 160px;
    background: #999999 url(../main/images/menuGrad.gif);
    padding-bottom: 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    margin: 15px;
	text-decoration:  none;	
}

.relatedLinks h3{
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;	
	color: #660000;
	font-size: 14px;
	line-height: 16px;
}

.relatedLinks a{
    background: #996600;
	display: block;
	color: #ffffff;
	margin: 5px 1px;
	font-size: 12px;
	text-decoration:  none;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #CCCCCC;
    margin: 2px;
}
.relatedLinks A:hover {
	   color: #663300;
    background: #FFFF99;
	text-decoration:  none;	
}

relatedLinks a:visited{
	color: #ffffff;
	text-decoration:  none;
}

/************** utility styles *****************/

#utility{
	margin-left:800px;
	font: 75% Verdana,sans-serif;
        color: #919999;
	overflow: hidden;
}

#utility a{
	color: #ffffff;
	text-decoration: none;

}

#utility a:hover{
	color: #ffffcc;
	text-decoration: none;
	font-weight: normal;
}
.search {
	border-top: 1px none #000000;
	border-left: 1px none #666666;
	border-bottom: 1px none #CCCCCC;
	border-right: 1px none #999999;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 0px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    display: inline;
    color: #660000;
    font-style: italic;
    font-weight: bold;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

.txt9 {
    font-size: 9px;
}
.txt10 {
    font-size: 10px;
}
.txt14 {
    font-size: 14px;
}

a {
    color: #006699;
    text-decoration: underline;
}
a:hover {
    color: #3399CC;