﻿
/* ********************************** */
/* The Store page                     */
/* Styles specific to the store page. */
/* ********************************** */

body.store div.imageheader
{
  /* border:1px solid #000; */
  padding:2px 2px 2px 2px;
  margin:2px 2px 2px 2px;
  width:99%;
}

body.store form
{
  padding:2px 2px 2px 2px;
  margin:2px 2px 2px 2px;
  width:100%;
  
}

body.store
{
  padding:2px 2px 2px 2px;
  margin:2px 2px 2px 2px;
  width:98%;
  background-color: #ffffff;  
  font-size:10pt;
}

body.store div.right
{
  height:400px;  
  border:1px solid #666;
  overflow:auto;
}

body.store ul.instructions
{
  /*clear:both;   */
  list-style:none;
  padding:0px 5px 5px 5px;
  margin:0px 5px 5px 5px;
}

body.store table A 
{
  color:       blue;
  font-size:   10pt;
  font-style:  normal;
  line-height: 10pt;
  font-weight: bold;
}	 

body.store  A:hover   { color: red   }

/*body.store div.left h4,  */

body.store h4
{
  font-size:   10pt;
  font-style:  normal;
  line-height: 10pt;
  font-weight: bold;
  text-align:center;
  padding: 10px 20px 0;
  margin: 0;  
}
body.store em
{
  color:Black;
  font-style:italic;
}

body.store div.right table
{
  border-bottom:1px solid #ffffff;
}

body.store a.itemlink, body.store img.itemimg
{
  border:0 none;
}	 

body.store a.itemdesc
{
  color:       black;
  font-size:   10pt;
  font-style:  normal;
  /*line-height: 10pt; */
  font-weight: normal;
  border:0 none;
  text-decoration:none;
}	 

body.store input.itemqty
{
  padding:4px 4px 2px 10px;
  margin:2px 2px 2px 15px;
  font-size:10pt;
  width:30px;
  border:1px solid;  
}

body.store span.itemprice,
body.store span.itemtotal
{
}
body.store span.itemdesc
{
  margin-left:7px;
}

/* body.store div#dlg, body.store div#dialogs, body.store div.itemdlg */
body.store div#dlg, body.store div.itemdlg
{
  /*visibility:hidden;*/
  display:none;
  /* height:1px; */
}


body.store table.footer
{
  width:100%;
}

body.store table.footer A 
{
  color:       blue;
  font-size:   10px;
  font-style:  normal;
  line-height: 10pt;
  font-weight: normal;
}	 

