/******************
Name        : main.css*
Description : main style sheet for entire site*
Author      : Declan Chellar *
Date        : 16/05/2004*
Copyright   : Timepiece Antique Clocks Ireland*
Modifications* --------------*
Version  2.0  Date  10/01/2013  WhoChange
**************************************/
.my-website-blog-area
{
background-color:red;
}

body{
     background-color:#FFFFFF;
     z-index:0;
}

p {
  text-align: justify;
}

div.outer{
	top: 0%;
	left: 0%;
	width:auto;
	height:auto;
	align-left:auto;
	align-right:auto;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	text-align:center;
	z-index:1;
	border:none;
	border-width:1px;
}
div.heading{
	height:20%;
    top: 0%;
	left: 0%;
    width: 100%;
    right: auto;
	position:fixed;
	font-size:12pt;
	font-weight:bold;
	font-family:"times new roman",ariel,sans-serif;
	text-align:center;
	z-index:3;
    background-color: white;
}
div.headingMobile{
	top: auto;
	left: auto;
	position:fixed;
	font-size:40pt;
	font-weight:bold;
	font-family:"times new roman",ariel,sans-serif;
	text-align:center;
	z-index:2;
}
div.headingViewProduct{
	top: 0%;
	left: 20%;
	position:absolute;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	text-align:center;
	z-index:5;
	border: none;
}
div.mainNoScroll{
	top: 5%;
	left: 20%;
	position:absolute;
	color:black;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
	width:800;
	border:none;
	border-width:1px;
}
div.mainNoScrollB{
	top: 5%;
	left: 20%;
	position:absolute;
	color:black;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
    width:80%;
    height:90%;
	overflow:auto;
	border:none;
	border-width:1px;
}
div.mainSmall{
	top: 5%;
	left: 5%;
	width: 90%;
	position:absolute;
	color:black;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
}
div.main{
    display:block;
    height: 75%;
    top: 25%;
	left: 20%;
    right: auto;
    width:80%;
	position:absolute;
	z-index:2;
    overflow-y: auto;
    background-color:white;
}
div.mobile{
  background-color:white;
  position:absolute;
  width:90%;
  height:auto;
  margin-left:5%;
  margin-right:auto;
  top: 20%;
	color:black;
	font-size:12pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
    overflow:auto;
}
div.mainNoMenu{
  background-color:white;
  position:absolute;
  width:100%;
  height:100%;
  left: 0%;
  top: 0%;
	color:black;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
    overflow:auto;
}
div.landing{
  background-color:white;
  position:fixed;
  width:100%;
  left: 0%;
  top: 5%;
	color:black;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	z-index:1;
    overflow:auto;
}
h1{
	color:#000000;
	font-size:42pt;
	font-weight:600;
	font-family:"times new roman",ariel,verdana;
}
h2{
	color: color: #000000;
	font-size:32pt;
	font-weight:400;
	font-family:"times new roman",ariel,verdana;
}
h3{
	color:#000000;
	font-size:24pt;
	font-weight:300;
	font-family:"times new roman",ariel,verdana;
}
h4{
	color:#000000;
	font-size:18pt;
	font-weight:300;
	font-family:"times new roman",ariel,verdana;
}
table.Articles{
    text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	background-color: #FFFFFF;
	border:none;
	border-width:1px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.BrowseProducts{
    padding: 10px;
	margin-left:20px;
	margin-right:auto;
	width: 95%;
	background-color: #FFFFFF;
	border:solid;
    border-style:groove;
    border-color:black;    
	border-width: 2px;    
	border-collapse: collapse;
    vertical-align:middle;
}
table.BrowseProductsMobile{
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border:none;  
    vertical-align:middle;
}
table.BrowseProductsNarrow{
    padding: 10px;
	text-align: left;
	margin-left:15%;
	margin-right:auto;
	width: 70%;
	background-color: #FFFFFF;
	border:solid;
    border-style:groove;
    border-color:black;    
	border-width: 2px;    
	border-collapse: collapse;
    vertical-align:middle;
}
table.BrowseProductsNarrowNB{
    padding: 10px;
	text-align: left;
	margin-left:15%;
	margin-right:auto;
	width: 70%;
	background-color: #FFFFFF;
	border:None;  
    vertical-align:middle;
}
table.Buttons{
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	background-color: #FFFFFF;
	border: none;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.PageHead{
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	background-color: #FFFFFF;
	border: none;
	border-width:1px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.PageBodyMax{
    border:solid;
	border-width:0px;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
table.PageBody{
    align:center;
    border:none;
	border-width:2px;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
table.PageBodyNarrow{
    border:none;
	border-width:0
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
table.PageBodyVeryNarrow{
    align:center;
    border:none;
	border-width:0
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	width: 40%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
table.PageBodyDamnThatsNarrow{
    border:none;
	border-width:0
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	width: 20%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}
table.PageFoot{
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	background-color: #FFFFFF;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.ViewProduct{
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	background-color: #FFFFFF;
	border-style: none;    
	border-width: 1px;   
	border-collapse: collapse;
}
table.ViewProductDetails{
    padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	background-color: #FFFFFF;
	border-style: none;    
	border-width: 1px;    
	border-collapse: collapse;
}
table.FillForm{
    padding: 10px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	background-color: #FFFFFF;
	border: none;    
	border-width: 1px;    
	border-collapse: collapse;
}
table.FillFormMobile{
    padding: 10px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	background-color: #FFFFFF;
	border: none;    
	border-width: 1px;    
	border-collapse: collapse;
}
td.Label{
   width: 25%;   
   text-align: left;
   padding-left:5px; 
   color:#000000;   
   font-size:12pt;   
   font-weight:bold;    
   font-family:"times new roman",ariel,verdana;
}
td.LabelMobile{
   width: 30%;   
   text-align: left;
   padding-left:5px; 
   color:#000000;   
   font-size:25pt;   
   font-weight:bold;    
   font-family:"times new roman",ariel,verdana;
}
td.LabelNarrow{
   width: 20%;   
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:bold;    
   font-family:"times new roman",ariel,verdana;
}
td.NewLabel{
   width: 25%;   
   text-align: left;   
   color:#000000;   
   font-style: italic;   
   font-size:12pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;
}
td.Currency{
   width: 5%;   
   text-align: right;   
   color:#000000;   
   font-size:12pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;
}
td.Field{
   padding:10px;
   border: 1px solid #000000;
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.Field33{
   width: 33%;
   padding:10px;
   border: 0px solid #000000;
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldMobile{
   width: 60%;
   padding:10px;
   border: none;
   text-align: left;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldMobileCenter{
   width: 60%;
   padding:10px;
   border: none;
   text-align: center;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldMobile100{
   width: 100%;
   padding:10px;
   border: none;
   text-align: justify;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldMobile50{
   width: 50%;
   padding:10px;
   border: none;
   text-align: left;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldMobile33{
   width: 33%;
   padding:10px;
   border: none;
   text-align: justify;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldNoBorder{
   padding:5px;
   border: none;
   border: 1px;
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldNoBorderMobile{
   width: 70%;
   padding:20px;
   border: none;
   text-align: left;   
   color:#000000;   
   font-size:25pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.Field60{
   width: 60%;   
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.SmallField{
   width: 10%;
   text-align: left;   
   color:#000000;   
   font-size:8pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.SmallFieldBold{
   width: 10%;
   text-align: center;
   color:#000000;   
   font-size:8pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;
}
td.FieldTop{
   width: 70%;   
   text-align: left;   
   vertical-align: top;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.Padded{
   text-align: justify;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.PaddedCenter{
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Padded75{
   width: 75%;
   text-align: justify;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
   border: none;
}
td.Padded75Center{
   width: 75%;
   text-align: center;
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
   border: none;
}
td.Padded60{
   width: 60%;
   text-align: justify;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Padded50{
   width: 50%;
   text-align: justify;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Padded50Center{
   width: 50%;
   text-align: center;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Padded40{
   width: 40%;
   text-align: justify;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Padded25{
   width: 25%;
   text-align: center;  
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
   border: none;
}
td.PaddedMobile{
   text-align: justify;   
   color:#000000;   
   font-size:40pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:20px;   
   padding-left:20px;
}

td.PaddedLeft30Mobile{
   text-align: left;   
   color:#000000;   
   font-size:35pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:20px;   
   padding-left:20px;
}
td.PaddedBoldMobile{
   text-align: justify;   
   color:#000000;   
   font-size:40pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:20px;   
   padding-left:20px;
}
td.PaddedCenterMobile{
   text-align: center;   
   color:#000000;   
   font-size:40pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:20px;   
   padding-left:20px;
}

td.PaddedBoldCenterMobile{
   text-align: center;   
   color:#000000;   
   font-size:40pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:20px;   
   padding-left:20px;
}
td.Centered{
   border: none;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredMobile{
   border: none;
   text-align: center;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredBorder{
   border: solid;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredBorderMobile{
   padding:20px;
   border: solid;
   text-align: center;   
   color:#000000;   
   font-size:20pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredNoBorder{
   width:50%;
   border: none;
   border-width:0px;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredNoBorderImage{
   width:40%;
   border: none;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredNoBorderMobile{
   border: none;
   text-align: center;   
   color:#000000;   
   font-size:20pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredNarrow{
   border: 1px solid #000000;
   width: 30%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered30Mobile{
   border: none;
   width: 30%;
   text-align: center;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
   padding-top:20px;
   padding-bottom:20px;
}
td.Centered40Mobile{
   border: 1px solid #000000;
   width: 40%;
   text-align: center;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered30{
   border: 1px solid #000000;
   width: 30%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered30NoBorder{
   border: none;
   border-width:medium;
   width: 30%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered35NoBorder{
   border: none;
   border-width:medium;
   width: 35%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered40NoBorder{
   border: none;
   border-width:medium;
   width: 40%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered20{
   border: 1px solid #000000;
   width: 20%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered20NoBorder{
   border: none;
   width: 20%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered10{
   border: 1px solid #000000;
   width: 10%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered10Mobile{
   border: 1px solid #000000;
   width: 10%;
   text-align: center;   
   color:#000000;   
   font-size:30pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered5{
   border: 1px solid #000000;
   width: 5%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredWide{
   width: 35%;
   text-align: center;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredBNoBorder{
   font-weight:bold;
   border:None;
   text-align: center;    
   font-size:12pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered35B{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;      
   font-size:12pt;       
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered30B{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;      
   font-size:12pt;    
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered20B{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;        
   font-size:12pt;       
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered10B{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;        
   font-size:12pt;       
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.Centered5B{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;       
   font-size:12pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredB{
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;    
   font-size:12pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenteredBWhite{
   color:#FFFFFF;
   font-weight:bold;
   border: 1px solid #000000;
   text-align: center;    
   font-size:12pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-right:10px;   
   padding-left:10px;
}
td.CenterBHMobile{
   text-align:center;
   color: black;
   font-weight:bold;
   border:none;  
   font-size:30pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-left:10px;
   padding-right:10px;
   padding-top:30px; 
   padding-bottom:30px;
}
td.CenterBHWhiteMobile{
   text-align:center;
   color: #FFFFFF;
   font-weight:bold;
   border:none;  
   font-size:30pt;      
   font-family:"times new roman",ariel,verdana;   
   padding-left:10px;
   padding-right:10px;
   padding-top:30px; 
   padding-bottom:30px;
}
td.Left{
   text-align: left;   
   color:#000000;   
   font-size:12pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
td.Warning{
   text-align: center;   
   color:#FF0000;   
   font-size:14pt;   
   font-weight:600;    
   font-family:"times new roman",ariel,verdana;
}
td.Heading{
   text-align: center;   
   color:black;   
   font-size:18pt;   
   font-weight:bold;    
   font-family:"times new roman",ariel,verdana;
}
td.HeadingMobile{
   text-align: center;   
   color:black;   
   font-size:40pt;   
   font-weight:bold;    
   font-family:"times new roman",ariel,verdana;
   padding:20px;
}
tr.DarkBlue{
   Background-Color : #2300fb;
}
tr.MediumBlue{
   Background-Color : #0066FF;
}
tr.LightBlue{
   Background-Color : #00CCFF;
}
tr.LighterBlue{
   Background-Color : #00FFFF;
}
p.center{
    text-align:  center;
}
input.Mandatory{
	background-color:#ECECEC;
}
input.MobileText{
    font-size:25pt;
}
input.MobileButton{
      height: 100px;
      width: 200px;
      font-size:25pt; 
}
input.MobileMandatoryText{
    font-size:25pt;
   	background-color:#ECECEC;
}
select.Mandatory{
	background-color:#ECECEC;}
textarea.Mandatory{
	background-color:#ECECEC;
}
textarea.MobileMandatory{
	background-color:#ECECEC;
    font-size:25pt;
}
font.Medium{
   font-size:14pt;   
   font-weight:400;    
   font-family:"times new roman",ariel,verdana;
}
font.MediumBold{
   font-size:14pt;   
   font-weight:bolder;    
   font-family:"times new roman",ariel,verdana;
}
img.Header {
   display: block;
   max-height: 100%;
   height: auto;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}
img.ViewProduct {
   max-height:500px;
   height:auto;
   width:auto;
   object-fit:cover;
}
img.ViewProductMobile {
   height:auto;
   width:900;
}
img.ViewThumb {
   width:auto;
   height:100;
   border:solid black;
}
img.ViewThumbMedium {
   width:auto;
   height:150;
   border:none;
}
img.ViewThumbLarge {
   float: left;
   width:auto;
   height:100;
   border:solid;
   margin: 5px;
}
img.ViewThumbLargeBorder {
   width:auto;
   height:auto;
   border:solid;
   display: block;
   max-height: 200;
   margin-left: auto;
   margin-right: auto;
}
img.ViewThumbVeryLarge {
   width:auto;
   height:400;
   border:none;
}
img.ViewPopup {
    position:absolute;
    width:800px;
    top: 50%;
    left: auto;
    right: auto;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
   border: solid #000000;
   max-height:400;
   width:auto;
   height: expression(this.width > 400 ? "400px" : true);
}
img.ViewPopupMobile {
    position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    margin-top: 600px;
    margin-left: 200px;
   border: solid #000000;
   max-height:600;
   height: expression(this.width > 800 ? "800px" : true);
}
img.ViewPopupVeryLarge {
   border: 1px solid #000000;
   position:fixed;
   max-height:900;
   width:auto;
   height: expression(this.width > 450 ? "450px" : true);
}
img.ViewPopupNoMenu {
   border: 1px solid #000000;
   position:fixed;
   max-height:600;
   width:auto;
   height: expression(this.width > 600 ? "600px" : true);
}

input, textarea {
  max-width:100%
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 99;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
border:none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
background-color: grey;
border: 2px solid black;
padding: 2px;
   position:fixed;
   top:10%;
   left:30%;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
}

/*************************
For the menu.
*************************/
/* Original */
div.menu{
	width:100%;
    border:none;
    top: 0%;
	left: 0%;
	position:absolute;
	z-index:1;
    height:100%;
}

/*************************
For the slideshow.
*************************/
* {box-sizing:border-box}

/* Slideshow container */
div.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
div.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #34495e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Position the "previous button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #abb2b9;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Code for modal images */
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


