body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}

.darkClass
{
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 50;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    /*position:absolute;*/
    position:fixed;
    top: 0px;
    left: 0px;
}




@font-face 
{
     font-family: MyFont1;
     src: url("../fonts/ABeeZee-Regular.ttf");
}

table
{
	border-collapse: collapse;
}

div.myheader
{
	width: 80%;		
	margin: auto;
}

/*
span.logo
{
	display: inline-block;
	margin: 10px 0px 0px 0px;			TOP RIGHT BOTTOM LEFT 
	width: 50%;
}

span.cart
{
	display: inline-block;
	float: right;
	width: 50%
}

span.cart img
{
	float: right;
	margin: 30px 0px 0px 0px;			TOP RIGHT BOTTOM LEFT
	border: 0px;
}

span.mycart
{
	display: inline-block;
	margin: 30px 0px 0px 0px;			TOP RIGHT BOTTOM LEFT
	
	float: right;

	font-family: MyFont1;
	font-size: 14px;
}
*/

/* ====================================================================================================================================================== */

A:link 
{ 
	text-decoration: none; 

	color:#000000;
	font-family: MyFont1;
	font-size: 16px;
}

A:visited 
{ 
	text-decoration: none; 
	
	color:#000000;
	font-family: MyFont1;
	font-size: 16px;
}

A:hover
{ 
	text-decoration: none; 
	
	color:#000000;	
	font-family: MyFont1;
	font-size: 16px;	
}

A:link.none
{ 
	text-decoration: none; 
	color:#000000;
	font-family: MyFont1;
	font-size: 16px;
}

A:visited.none
{ 
	text-decoration: none; 
	color:#000000;
	font-family: MyFont1;
	font-size: 16px;
}

A:hover.none
{ 
	text-decoration: none; 
	color:#000000;
	font-family: MyFont1;
	font-size: 16px;
}

/* ====================================================================================================================================================== */

td.wait
{
	font-size: 52px;
	font-family: MyFont1;
}

/* ====================================================================================================================================================== */

td
{
	font-size: 12pt;
	font-family: MyFont1;
}

/* ====================================================================================================================================================== */

#btn
{
	height: 30px;
	/* width: 130px;*/
	cursor: pointer;
	
	font-family: MyFont1;
	font-size: 16px;
	font-weight: bold;
	color: #0F88DD;
		
	background-repeat: no-repeat;
	background-color: #FFFFFF;
				
	border: 1px solid #0F88DD;	
  	/*-moz-border-radius: 10px;*/
  	/*-webkit-border-radius: 10px;*/
}

#btn:hover
{
	color: #FFFFFF;
	background-color: #0F88DD
}

#btn-reverse
{
	height: 36px;
	cursor: pointer;
	
	font-family: MyFont1;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
		
	background-repeat: no-repeat;
	background-color: #D42931;	
				
	border: 1px solid #D42931;		
  	/*-moz-border-radius: 10px;*/
  	/*-webkit-border-radius: 10px;*/
}

#btn-reverse:hover
{	
	border: 1px solid #0F88DD;
	background-color: #0F88DD;
}

span.btn-style
{
	display: inline-block;
	width: 100%;
	
	border: 1px solid #0F88DD;
	font-family: MyFont1;

	color: #0F88DD;
	text-align: center
}

span.btn-style:hover
{
	color: #FFFFFF;
	background-color: #0F88DD
}

/* ====================================================================================================================================================== */

#inputtext
{
	/* border:1px solid #7f9db9;*/
	border: 1px solid #DDDDDD;
	padding: 4px 0px 4px 0px;
	
	margin: auto;
	font-size: 10pt;	
	font-family: MyFont1;
}

/* ====================================================================================================================================================== */

h1.title
{
	padding: 0px;
	font-family: MyFont1;
	font-size: 30px;
	font-weight: normal;
}

/* ====================================================================================================================================================== */
div.breadcrumb
{
	clear: left;
	width: 80%;
	margin: auto;
	
	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:link 
{ 
	text-decoration: none; 

	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:visited 
{ 
	text-decoration: none; 
	
	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:hover
{ 
	text-decoration: none; 
	
	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:link.none
{ 
	text-decoration: none; 

	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:visited.none
{ 
	text-decoration: none; 

	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}

div.breadcrumb A:hover.none
{ 
	text-decoration: none; 
	
	font-family: MyFont1;
	font-size: 14px;
	color: #000000;
}