﻿body
{
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
	border-width: 0;
	border-style: none;
}
.storename
{
	font-size: xx-large;
	color: blue;
	font-family: Arial;
	border-width: 0;
}

a img, a:link img, a:visited img, a:hover img, a:active img 
{ 
  border:0 !important;
  padding: 10 10 10 10;
} 

.noborder
{
	border-width: 0;
	border-style: none;
	padding-bottom: 500;
	margin-bottom:500;
	margin: 0 50 100 0;
  text-align: center;
  border: none; 
}

.buttons
{
	font-size: small;
	color: blue;
	font-family: Arial;
}
.categoryname
{
	font-size:smaller;
	color: #FF8000;
	font-family: Arial;
}
.storename
{
	font-size: larger;
	border-style: none;
}
H1
{
	font-weight: lighter;
	font-size: medium;
	vertical-align: bottom;
	border-style: none;
}
H2
{
	font-weight: lighter;
	font-size: medium;
}
H3
{
	font-weight: lighter;
	font-size: x-small;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: black;
}
H4
{
	font-size: xx-large;
	color: green;
}
.ns
{
	font-size: medium;
	vertical-align: top;
	text-align: left;
	border-style: none;
}
.ns1
{
	font-size: medium;
	vertical-align: top;
	text-align: left;
}
.store
{
	font-size: medium;
	vertical-align: middle;
	text-align: left;
	border-style: none;
	border-width: 0;
}
.c
{
	margin-top: 0px;
	color: maroon;
	padding-top: 0px;
	border-style: none;
	border-width: 0;
}
.ca
{
	color: #ff8000;
}
.logo
{
	font-size: 28pt;
	color: black;
	font-family: 'BernhardFashion BT';
	font-weight: bold;
	border-style: none;
	
}
.code
{
	font-weight: normal;
	color: navy;
}
.normal
{
	font-weight: normal;
	font-size: smaller;
	border-style: none;
	border-width: 0;
}

/* table style */
.datagrid
{
  clear:both;
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size: 0.7em;
	border:solid 1px #ad9e87;
	margin-top: 0;
	float: none;
}

/* common cell styles */
.datagrid th, .datagrid td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.datagrid th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ad9e87;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#ad9e87;
  color:#59483f;	
  font-weight:bold;
  text-align:center;
}  

/* cell styles */
.datagrid td
{
  color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
  border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
  border-bottom-color:#f2e8da;	
}

/* mouseover row style */
.datagrid tr:hover{ background-color:#f2e8da; }

.detail
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#fff;
	border:solid 2px #000;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
	table-layout:auto;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
  color:#000;
	padding: 2px 8px 0px 0px;
	border-right-style:solid;
	border-right-width:1px;
  border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
  border-bottom-color:#f2e8da;	
}

/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    text-align:center;
}
.hidden {display:none}
