﻿#feature_fontsize
{		
	position:relative;
	top:5px;
	z-index: 5000;
	right: 10px;
	width: 170px;
	height:26px;	
}

UL LI 
{
  font-weight:normal;
  color:#7AF;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/red_aqua_bullet.gif);
  padding-left:5px;
}

UL LI UL LI
{
  font-weight:normal;
  color:#7AF;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/red_aqua_bullet_sm.gif);  
}

UL LI UL LI UL LI
{
  font-weight:normal;
  color:#7AF;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/bluedotsm.gif);
}

UL LI UL LI UL LI a
{
  font-weight:normal;
  color:#7AF;
  text-decoration: underline;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/bluedotsm.gif);
}

UL LI UL LI UL LI a:hover
{
  font-weight:normal;
  color:#FA7;
  text-decoration: underline;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/reddotsm.gif);
}

OL LI
{
  font-size:12px;
  font-weight:normal;  
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

h1
{
    margin-top:0px; 
    margin-bottom:15px;  
    font : 20px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #FFC
}

h2
{
    margin-top:0px;   
    margin-bottom:15px;
    font : 18px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #FFC
}

h3
{
    margin-top:0px;   
    margin-bottom:15px;
    font : 16px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #FFC
}

h4
{
    margin-top:0px;   
    margin-bottom:3px;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #FFC
}

h5
{
    margin-top:0px;  
    margin-bottom:0px;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #FFC
}

.DataGrid
{
    border:solid 1px #900;
    border-collapse:collapse;
    background-color:#500;  
}

.DataGridHeader
{
  height:12px;
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#900;
}

.DataGridHeader a
{
  color:#FFA;  
}

.DataGridHeader a:hover
{
  color:#FFA;
}

.DataGridHeader a:active
{
  color:#FFA;
}

.DataGridFooter
{
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 12px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#900;  
}

.DataGridFooter a
{
  color:#FFA;
}

.DataGridFooter a:hover
{
  color:#FFF;
}

.DataGridFooter a:active
{
  color:#FFA;
}

.DataGridPagerStyle
{
  height:12px;
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#900;
  border:none;
}

.DataGridPagerStyle a
{
  color:#FFA;
}

.DataGridPagerStyle a:hover
{
  color:#FFF;
}

.DataGridPagerStyle a:active
{
  color:#FFA;
}

.DataGridItem
{
  background-color:#333;
  color:#FFA;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.DataGridItem a
{
  color:#FFA;
}
.DataGridItem a:hover
{
  color:#FFF;
}
.DataGridItem a:active
{
  color:#FFA;
}

.AltDataGridItem
{
  background-color:#555;
  color:#FFA;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;  
}

.AltDataGridItem a
{
  color:#FFA;
}
.AltDataGridItem a:hover
{
  color:#FFF;
}
.AltDataGridItem a:active
{
  color:#FFA;
}

.miniDataGridHeader
{
  height:10px;
  color:#ffffcc;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#98B2E6;
  background: url(../../images/subhead-back.gif);
}

.miniDataGridHeader a
{
  color:#0000ff;
}
.miniDataGridHeader a:hover
{
  color:#ff0000;
}
.miniDataGridHeader a:active
{
  color:#ffff00;
}

.miniDataGridSubHeader
{
  height:10px;
  color:#000000;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#cccccc;
}

.miniDataGridSubHeader a
{
  color:#0000ff;
}
.miniDataGridSubHeader a:hover
{
  color:#ff0000;
}
.miniDataGridSubHeader a:active
{
  color:#ffff00;
}

.miniDataGridFooter
{
  color:#000000;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridFooter a{
  color:#0000ff;
}
.miniDataGridFooter a:hover
{
  color:#ff0000;
}
.miniDataGridFooter a:active
{
  color:#ffff00;
}

.miniDataGridPagerStyle
{
  height:10px;
  color:#000000;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridPagerStyle a
{
  color:#0000ff;
}
.miniDataGridPagerStyle a:hover
{
  color:#ff0000;
}
.miniDataGridPagerStyle a:active
{
  color:#ffff00;
}

.miniDataGridItem{
  background-color:#EEEEEE;
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  padding:2px;
}

.miniDataGridItem a
{
  color:#0000ff;
}
.miniDataGridItem a:hover
{
  color:#ff0000;
}
.miniDataGridItem a:active
{
  color:#ffff00;
}

.miniAltDataGridItem{
  background-color:#DEDEDE;
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  padding:2px;
}

.miniAltDataGridItem a
{
  color:#0000ff;
}
.miniAltDataGridItem a:hover
{
  color:#ff0000;
}
.miniAltDataGridItem a:active
{
  color:#ffff00;
}

.DataGridEditItem
{
    background-color:#000;
}

.GBEntry
{
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;  
  width:100%;  
  border:none;
  float:left;
}

.GBEntry .Info
{
  float:left;
  text-align:left;
  width:100%;
  clear:right;
  border-bottom:dotted 1px #9CF;
  padding:4px;
}

.GBEntry .Comments
{
  float:left;
  text-align:left;
  width:100%;  
  clear:left;
  padding:4px;
}

.inputform fieldset
{ 
    border:1px dotted #900;
    padding: 10px;        /* padding in fieldset support spotty in IE */
    margin: 0;
    width:350px;
    text-align:center;
}

.inputform fieldset legend
{
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#029;
    background-color:#D00;
    color:#FFA;
    padding:2px 2px 2px 2px;
}

.inputform fieldset img
{
    float:none;
}

.inputform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 175px; 
	padding: 0; 
	margin: 8px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	color:#FFA;
}

.inputform span
{
    
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	

}

.inputform span label { 
    float:right;
	width: 50px; 
	padding-right: 10px; 
	margin: 0 10px 0 -10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
}

.inputform span input { 
	display: inline;  /* block float the labels to left column, set a width */	
	padding-left: 10px; 
	float:right;
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */	
	font-size:12px;
	
}

.inputform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.inputform input, .inputform textarea, .inputform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #D00 1px solid;
    border-bottom : #500 1px solid;
    border-left : #D00 1px solid;
    border-right : #500 1px solid;
    color : #FFA;
    font-weight:bold;
    background : #A00;    
}

.inputform textarea
{
    overflow: auto;
    margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #D00 1px solid;
    border-bottom : #500 1px solid;
    border-left : #D00 1px solid;
    border-right : #500 1px solid;
    color : #FFA;
    font-weight:bold;
    background : #A00; 
    width:148px;
}

.inputform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #D00 1px solid;
    border-bottom : #500 1px solid;
    border-left : #D00 1px solid;
    border-right : #500 1px solid;
    color : #FFA;
    font-weight:bold;
    background : #A00;    
    font-size:10px;
}

.inputform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.inputform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.inputform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.displayitem
{
  display:inline;
  border:none;
  width:150px;
  text-align:center; 
}

.displayitem fieldset
{
  display:inline;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.displayitem fieldset legend  {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#029;
    font-weight:bold;
    background-color:#FFC;
    border:solid 1px #999;
    padding:2px;
    text-decoration:none;    
}

.displayitem .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    width:125px;
    border :solid 1px #555;
}

.shopitemform
{
  display:inline;
  border:none;
  width:150px;
  text-align:center;   
}

.shopitemform fieldset
{
  display:inline;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.shopitemform fieldset legend {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#029;
    font-weight:bold;
    background-color:#FFC;
    border:solid 1px #999;
    padding:2px;        
}

.shopitemform fieldset .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    width:125px;
}

.shopitemform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
}

.shopitemform .itemmore
{
    float:right;
}

.shopitemform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.shopitemform input, shopitemform textarea, shopitemform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;
    float:right; 
}

.shopitemform textarea { overflow: auto; }

.shopitemform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.shopitemform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.shopitemform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#cartsummary
{
  font-family: verdana,arial,sans-serif;  
  padding-top: 0px;
  padding-bottom: 0px;
  width:170px;
  text-align:center;    
}

#cartsummary fieldset {
  
  border-color: #A00;
  border-width: 1px;
  border-style: dotted;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#cartsummary fieldset legend {
	font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#FFA;
    background:#D00;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#cartsummary label { 
	display: inline;  /* block float the labels to left column, set a width */	
	width: 0px; 
	float:left;
	width:62px;
	padding: 0; 
	margin: 3px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:11px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;	
	color:#FFA;
}

#cartsummary span {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:right;
    color : #FFA;
    width:50px;
    font-size:10px;
}

#cartsummary br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.CartSummaryButton a
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.CartSummaryButton a:hover
{
    background:#CBA369;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#itemsummary
{
    font-family: verdana,arial,sans-serif;  
    padding-top: 0px;
    padding-bottom: 0px;
    width:100%;
    text-align:left;    
}

#itemsummary fieldset
{
  border-color: #CCC;
  border-width: 1px;
  border-style: solid;
  padding:5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-top:10px;
}

#itemsummary fieldset legend
{
    font-size:16px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background-color:#FFC;
    color:#029;
    border:solid 1px #CCC;
    padding:2px;
}


#itemsummary fieldset .floatleft
{
    float:left;
    width:400px;
}

#itemsummary fieldset .floatright
{
    float:right;
    width:auto;
}

#itemsummary fieldset .floatleft .zoomimage
{
    margin:8px;
    float:left;
}

#itemsummary fieldset .itemdesc
{    
    float:left;
    font-size:12px;
    width:100%;
}

#itemsummary fieldset .floatright label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 40px; 
	padding: 0; 
	margin: 18px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size:14px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

#itemsummary fieldset .floatright input, shopitemform textarea, shopitemform select, shopitemform a {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:18px 10px 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;  
    float:left;  
}

.txt12
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFA;
}

.txt12b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFA;
    font-weight:bold;
}

.txt14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFA;
}

.txt14b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFA;
    font-weight:bold;
}

.error14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#F00;
}

.ok14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#090;
}
