/* GLOBAL Classes */

H1 {
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold;
  color:navy;
}
a:visited {
   color:navy;
}
a:hover {
   color:black;
}
a {
   color:darkblue;
}

body {
  font-family: Verdana;
  font-size: 10px;
  color: black;
}

td {
  font-family: Verdana;
  font-size: 10px;
  color: black;
}

ul {
  padding-left:0;
  margin-left:10;
}

/* AirplaneShop.Com Classes */
.rightsidebar,.rightsidebar A{
  font-weight:bold;
  font-family: Verdana;
  font-size: 9px;
  color: 648BD3;
  padding-left:7px;
  letter-spacing:0;
  vertical-align: top;   
}
.rightside_bestsellerhead  {
  font-family: Verdana;
  font-size: 9px;
  font-style:italic;
  color: 648BD3;
  padding-left:0px;
  font-weight:bold;
}
.rightside_bestsellerline,.rightside_bestsellerline A {
  font-family: Verdana;
  font-size: 9px;
  color: 648BD3;
  padding-left:0px;
  margin-top:0
  margin-bottom:0
  letter-spacing:0
  font-weight:bold;
}
.drillheadline {
  font-family: Verdana;
  font-size: 12px;
  color: white;
  font-weight:bold;
  margin-left:0;
  margin-bottom:1;
}
.drillindicator drillindicator.A{
  font-family: Verdana;
  font-size: 8px;
  color: white;
}
.drillhead {
  font-family: Verdana;
  font-size: 10px;
  color: white;
  font-weight:bold;
}
.drillline A{
  font-family: Verdana;
  font-size: 9px;
  color: white;
  margin-bottom:5px;
  margin-left:0px;
  font-weight:bold;
  word-wrap: explicit;
}
.drillselect {
    margin-left:0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    height: 16px;
    width: 120px;
}

.salehead {
  font-family: Verdana;
  font-size: 10px;
  color: white;
  font-weight:bold;
}
.saleline A{
  font-family: Verdana;
  font-size: 9px;
  color: white;
  margin-bottom:5px;
  font-weight:bold;
  word-wrap: explicit;
}
.saleline A:hover{
  /*color: cyan; */
  color:black;
}
.leftlink A{
  text-decoration:none;
  font-family: Verdana;
  font-size: 10px;
  color: white;
  line-height:20px;
  margin-left:25px;
  font-weight:bold;
}
.leftlink A:hover{
  /*color: cyan; */
  color:black;
}

.productpic {
border: 1px solid;
border-color:black;
/*width:100px;*/
}

.productcell {
padding-left:5;
padding-right:0;
border:1px;
vertical-align:top;
height:190px;
}


/* DSBROWSE Classes - For Use with the Desktop Solutions Library - Version 2.0 */

.DSBROWSE_label {
  font-size: 14px;
  font-weight: Bold;
  color: #FFFFFF;
}
.DSBROWSE_colheaders {
  color: #000000;
}
.DSBROWSE_searchby {
  font-family: Arial;
  font-size: 12px;
}
.DSBROWSE_searchstring {
  font-family: Arial;
  font-size: 12px;
}
.DSBROWSE_pagenumber {
  color: #FFFFFF;
}
.DSBROWSE_rowdata {

}


/* DSFORM Classes - For Use with the Desktop Solutions Library - Version 2.0 */


.DSFORM_fieldcaption {
  /* captions keep the colors assigned to them based on their required status, provided in an inline style sheet inside the DSForm class */
}
.DSFORM_label {
  font-size: 14px;
  font-weight: Bold;
  color: #FFFFFF;
}
.DSFORM_formfield {
  /* can't get to the "show_element" method of the DSForm class... probably inherited from "form" class */
}
.DSFORM_submit {
  font-size: 14px;
  font-family: Arial;
  padding: 2px;
  border: 1px;
  border-color: #000000;
  border-style: Solid;
  background-color: #FFFFFF;
}
.DSFORM_file, .DSFORM_text, .DSFORM_textarea {
  border: 1px;
  border-style: Solid;
  font-size: 13px;
  background-color: #DDDDFF;
}
.DSFORM_file, .DSFORM_text {
  font-family: Arial;
}
.DSFORM_textarea {
  font-family: Courier New;
}
.DSFORM_select {
  border: 1px;
  border-style: Solid;
  font-size: 12px;
  font-family: Arial;
  background-color: #DDDDFF;
}
.DSFORM_button {
  font-size: 12px;
  font-family: Arial;
  background: #D4D0C8;
  border: 1px;
  border-style: Solid;
  border-color: #000000;
}
.DSMENU_start
{
  font-size: 14px;
  font-family: Arial;
  font-weight: Bold;
}
.DSMENU_line
{
  font-size: 12px;
  font-family: Arial;
}



.button2 {
	background-color: #82b1ff;
	border: 1px solid #666;
	padding: 10px;
	width: 255px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

