﻿html
{
	height: 100%;
}

body 
{
	height: 100%;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

/* width */
/*
::-webkit-scrollbar {
  width: 10px;
	height: 10px;
}
*/

/* Track */
/*
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 */

/* Handle */
/*
::-webkit-scrollbar-thumb {
  background: #218092; 
  border-radius: 10px;
}
*/

/* Handle on hover */
/*
::-webkit-scrollbar-thumb:hover {
  background: #156d83; 
}
*/

.formElt1
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border: solid 1px #04617c;
}

.formElt2
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border: none;
}

.formText1
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.text1
{
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
}

.text2
{
 font-family: verdana;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
}

.text3
{
 font-family: arial;
 font-size: 13px;
 color: #000000;
}

.textSmall1
{
 font-family: verdana;
 font-size: 10px;
 color: #000000;
}

.title1
{
 font-family: arial;
 font-size: 18px;
 font-weight: bold;
 color: #000000;
}

.title2
{
 font-family: verdana;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 letter-spacing: 1px;
}

.title3
{
 font-family: arial;
 font-size: 14px;
 font-weight: normal;
 color: #ffffff;
}

.itemtitle
{
 font-family: verdana;
 font-size: 18px;
 color: #000000;
 letter-spacing: 3px;
}

.variantContainer1
{
	display: inline-block; 
	padding: 5px;
}

.variantName1
{
	display: inline-block; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: #5b5954;
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.variantName1Selected
{
	display: inline-block; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: #383531;
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.brandLink
{
	font-family: Verdana;
	font-size: 12px;
	color: #156d83;
	font-weight: bold;
	letter-spacing: 1px;
}

.itemMinus
{
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	color:  #ffffff;
	font-weight: normal;
	width: 35px;
	height: 35px;
	background-color: #686562;
	border-radius: 50%;
}

.itemPlus
{
	text-align: center;
	font-family: Arial;
	font-size: 27px;
	color:  #ffffff;
	font-weight: normal;
	width: 35px;
	height: 35px;
	background-color: #383531;
	border-radius: 50%;
}


.addToCartBox
{
	padding: 5px;
	background-color: #156d83;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.8);
}

.addToCartLink
{
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 3px;
}

.itemBox1
{
	height: 100%;
	padding: 7px;
	background-color: #ffffff;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.itemBox2
{
	width: 50%;
	height: 220px;
	background-color: #ffffff;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.itemBox3
{
	height: 100%;
	padding: 7px;
	background-color: #ffffff;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.menuCell1
{
 border: solid 3px #000000; 
 border-radius: 5px;
}

.menuCell1Small
{
 border: solid 2px #000000; 
 border-radius: 3px;
}

.categoriesMenu
{
 font-family: verdana;
 font-size: 16px;
 font-weight: bold;
 color: #000000;
}
.categoriesMenuOn
{
 background-color: #04617c;
}
.categoryTitle1
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #218092;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.categoryDescription1
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	background-color:  rgba(82, 233, 255, 0.8)
}

.categoriesScroll
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.9); 
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom:  2px;
	padding-right: 4px;
	text-shadow: 0px 0px 10px #ffffff, 2px 2px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.categoriesScrollDisabled
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #a0a0a0;	
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.9); 
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom:  2px;
	padding-right: 4px;
	text-align: center;
}

.notification1
{
	background-color: #ff0000;
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.notification2
{
	text-align: right;
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.button1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to bottom right, #ffffff, #04617c);
	border-radius: 5px;
	border: solid 2px #04617c;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
}

.button1Small
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to bottom right, #ffffff, #04617c);
	border-radius: 5px;
	border: solid 2px #04617c;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.button1Disabled
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-image: linear-gradient(to bottom right, #ffffff, #cbcbcb);
	border-radius: 5px;
	border: solid 2px #cbcbcb;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
}

.button1Big
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to bottom right, #ffffff, #04617c);
	border-radius: 5px;
	border: solid 2px #04617c;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.button2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #d3e2e9;
	border-radius: 5px;
	border: solid 2px #04617c;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
}

.message1
{
 font-family: arial;
 font-size: 14px;
 font-style: italic;
 color: #000000;
}

.error1
{
 font-family: arial;
 font-size: 14px;
 font-weight: bold;
 color: #ff0000;
}

.link1
{
	font-family: arial;
	font-size: 12px;
	color: blue;
}

.link2
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: blue;
}

.menuItem
{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 25px;
	white-space: nowrap;
	background-color: #fafaff;
}

.menuItemAlt
{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 25px;
	white-space: nowrap;
	background-color: #ffffff;
}

.menuLink
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.menuLinkDisabled
{
	font-family: Verdana;
	font-size: 13px;
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.menuCategoryIcon
{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: solid 1px #383531;
}

.menuCategoryIconDisabled
{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: solid 2px #a0a0a0;
}

.menuCategory
{
	font-family: Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #393A3A;
	letter-spacing: 2pt;
	text-shadow: 0px  0px 2px #ffffff, 2px 2px 2px rgba(0, 0, 0, 0.3);
	text-transform1: uppercase;
	text-align: center;
}

.menuCategoryDisabled
{
	font-family: Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: #a0a0a0;
	letter-spacing: 2pt;
	text-transform1: uppercase;
	text-align: center;
}

.menuSubCategory
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2pt;
}

.menuSubCategoryDisabled
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #a0a0a0;
	letter-spacing: 2pt;
}

.Opacity50
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.Opacity30
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.popupMessage1
{
	border: solid 1px #049bca;
	border-radius: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(to bottom right, #ffffff, #34cbfa);
}

.textWelcomeUser
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #218092;
	letter-spacing: 2pt;
}

.itemDiscountLines
{
	border-top: solid 5px #cc0a06;
	border-bottom: solid 5px #cc0a06;
	transform: skewY(-30deg);
	width: 119px;
	height: 27px;
	position: absolute; 
	top: 34px;
	left:0px;
	z-index: 1;
}

.itemDiscount
{
	font-family: verdana;
	font-size: 19px;
	font-weight: bold;
	color: #cc0a06;
	transform: rotate(-30deg);
	position: absolute;
	width: 120px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	top: 41px;
	left: 0px;
	letter-spacing: 1px;
	z-index: 2;
}

.itemDiscountSmall1Lines
{
	border-top: solid 3px #cc0a06;
	border-bottom: solid 3px #cc0a06;
	transform: skewY(-30deg);
	width: 65px;
	height: 16px;
	position: absolute; 
	top: 12px;
	left:-7px;
	z-index: 1;
}

.itemDiscountSmall1
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #cc0a06;
	transform: rotate(-30deg);
	position: absolute;
	width: 65px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	top: 16px;
	left: -7px;
	letter-spacing: 1px;
	z-index: 2;
}

.unselectable 
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

