﻿@font-face
{
    font-family: Arial;
    src: url("/fonts/Arial.ttf");
}

@font-face
{
    font-family: Monotype Corsiva;
    src: url("/fonts/Monotype Corsiva.ttf");
}

@font-face
{
    font-family: Times New Roman;
    src: url("/fonts/Times New Roman.ttf");
}

@font-face
{
    font-family: Verdana;
    src: url("/fonts/Verdana.ttf");
}

.main
{
    width: 1000px;
    text-align: justify;
    background-color: #e1e5e5;
    font-family: Arial;
    font-size: 14px;
}

.redirect
{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
}

.redirectInfo
{
	background-color: White;
	border-radius: 5px;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    position: absolute;
    margin-top: -300px;
    margin-left: -300px;
    padding: 10px 25px;
    box-shadow: 0 0 15px 5px Black;
}

.redirectLink
{
	text-decoration: none;
	color: Orange;
	font-weight: bold;
}

.redirectLink:hover
{
	color: Blue;
}

.redirectClose
{
	position: absolute;
	top:0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
}

.redirectClose:hover
{
	opacity: 1;
}

.search
{
	color: Gray;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-radius: 15px;
	height: 20px;
	box-shadow: inset 1px 2px 5px Gray;
}

#footer
{
    font-size: 12px;
    margin-top: 25px;
    color: White;
    background-color: #222b2b;
    width: 100%;
}

#footer a
{
    text-decoration: none;
    color: White;
}

#footer a:hover
{
    color: #008080;
}

.magnifier
{
    transition-duration: 0.1s;
    height: 15px;
}

.magnifier:hover
{
    transition-duration: 0.1s;
    height: 20px;
}

.menuItem
{
    color: Black;
    text-decoration: none;
    font-family: Arial;
    font-size: 20px;
}

.menuItem:hover
{
    color: Maroon;
}

.category
{
    font-family: Arial;
    font-size: 12px;
    margin-right: 25px;
}

.category ul
{
    padding-left: 25px;
    margin-left: -20px;
}

.category ul ul
{
    margin: 0;
    padding-left: 6px;
}

.category ul li
{
    position: relative;
    list-style: none outside none;
    border-left: 1px solid #999;
    margin: 0;
    padding: 0 0 0 19px;
    line-height: 23px;
}

.category ul li:before
{
    content: '';
    display: block;
    border-bottom: 1px solid #999;
    position:absolute;
    width: 18px;
    height: 11px;
    left: 0;
    top: 0;
}

.category ul li:last-child
{
    border-left: 0 none;
}

.category ul li:last-child:before
{
    border-left: 1px solid #999;
}

.category ul div.drop
{
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: -6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAIAAAD0nuopAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpinDlzJgNlgAWI09LScEnPmjWLoAImrHpIAkwMFAMqGMGC6X44GzkIsHoQooAFTTVQKdbAwxOigyMsmIh3MC7ASHnqBAgwAD4CGeOiDhXRAAAAAElFTkSuQmCC');
    background-position: -11px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.categoryItem1
{
    color: Black;
}

.categoryItem2
{
    color: DimGray;
    text-decoration: none;
}

.categoryItem2:hover
{
    color: Black;
}

.discountRow1
{
	background-color: #99FFFF;
}

.discountRow2
{
	background-color: #CCFFFF;
}

.discountRow1:hover, .discountRow2:hover
{
	background-color: #66CCFF;
}

.quantityCat
{
    padding-left: 5px;
    color: Gray;
    font-size: 10px;
    vertical-align: middle;
}

.downloadPrices
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

.downloadPrices:hover
{
	color: Black;
}

.brandListItem
{
    color: White;
    background-image: url(/images/bg1.jpg);
    padding: 5px 5px 5px 10px;
    font-size: 10px;
    cursor: pointer;
}

.brandListItem:hover td, .brandLastListItem:hover td
{
    background-image: url(/images/bg2.jpg);
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.brandListCurItem
{
    color: White;
    background-image: url(/images/bg2.jpg);
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    padding: 5px 10px;
    font-size: 9px;
    cursor: default;
}

#linkBasket, #linkBasketTop
{
    font-size: 12px;
    color: Navy;
    text-decoration: none;
}

#linkBasket:hover
{
    color: Maroon;
}

#MainContent_cbOnlyPromotion
{
	position: absolute;
	margin-top: 4px;
	margin-left: -15px;
}

.pageNumber
{
    padding: 0px 5px 0px 5px;
    margin: 3px 3px;
    font-size: 16px;
    color: Gray;
    font-family: Arial;
    border: 4px solid Gray;
    border-radius: 5px;
    display: inline-table;
}

.pageNumber:hover
{
    color: Maroon;
    border: 4px solid Maroon;
}

.promotions
{
    padding: 15px;
    text-align: justify;
    border: 3px dashed Red;
    margin-bottom: 15px;
    border-radius: 15px;
}

.brands
{
    padding: 15px;
    text-align: center;
}

.brand
{
    border: 0px;
    margin: 0px 25px 50px 25px;
    max-width: 100px;
    max-height: 75px;
    vertical-align: middle;
    opacity: .5;
}

.brand:hover
{
    opacity: 1;
}

.brandInfo
{
    width: 150px;
    height: 113px;
    vertical-align: middle;
    position: relative;
}

.country
{
    text-decoration:  none;
    color: Gray;
}

.country:hover
{
    color: Maroon;
}

.photo div
{
    display: none;
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 6px;
    cursor: pointer;
    background-color: Black;
    opacity: 0.8;
    top: 0px;
}

.photoList div
{
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    background-color: Black;
    opacity: 0.8;
    top: 0px;
}

.certDescList span
{
	display: none
}

.certDescList:hover span
{
    position: absolute;
    z-index: 1000;
    display: block;
    width: 653px;
    color: Black;
    background: #f2e8c9;
    font: normal 14px Verdana;
    border: 1px solid Black;
    border-radius: 7px;
    padding: 10px;
    text-align: justify;
}

.certDescFull
{
	padding: 0px 5px;
}

.certDescFull span
{
	display: none
}

.certDescFull:hover span
{
    position: absolute;
    z-index: 1000;
    display: block;
    width: 680px;
    color: Black;
    background: #f2e8c9;
    font: normal 14px Verdana;
    border: 1px solid Black;
    border-radius: 7px;
    padding: 10px;
    text-align: justify;
}

.tbQtyList1
{
	background: url(/images/Element_Qty.png) no-repeat;
	text-align: center;
	margin: 0px 3px;
	border: 0px;
	width: 25px;
	height: 18px;
	font-weight: bold;
	font-size: 11pt;
}

.tbQtyList2
{
	background: url(/images/Element_Qty.png) no-repeat;
	text-align: center;
	margin: 0px 3px;
	border: 0px;
	width: 32px;
	height: 20px;
	font-weight: bold;
	font-size: 12pt;
}

.tbQtyFull
{
	background: url(/images/Element_Qty.png) no-repeat;
	text-align: center;
	margin: 0px 5px;
	border: 0px;
	width: 40px;
	height: 24px;
	font-weight: bold;
	font-size: 14pt;
}

.photoRandomList div
{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    background-color: Black;
    opacity: 0.8;
    top: 0px;
}

.photo div img
{
    top: 50%;
    left: 50%;
    width: 122px;
    height: 122px;
    position: absolute;
    margin-top: -61px;
    margin-left: -61px;
}

.photoList div img
{
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
}

.photoRandomList div img
{
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}

.photo:hover div, .photoList:hover div, .photoRandomList:hover div
{
    display: block;
}

#bigPhoto, .bigPhoto
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    text-align: center;
    z-index: 60;
}

.closePhoto
{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
}

.closePhoto:hover
{
    opacity: 1;
}

.btnDescBrand
{
	cursor: pointer;
	color: #a1a1a1;
	font-weight: bold;
}

.btnDescBrand:hover
{
	color: DimGray;
}

.button
{
    opacity: 0.75;
}

.button:hover
{
    opacity: 1;
}

.linkRecipes
{
    text-decoration: none;
    color: Maroon;
}

.linkRecipes:hover
{
    color: Black;
    font-weight: bold;
}

.ingredient
{
	color: Blue;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}

.ingredient:hover
{
	color: Maroon;
}

.link
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    width: 117px;
    position: absolute;
    left: 0px;
    text-align: center;
    vertical-align: middle;
}

.linkList
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    width: 96px;
    position: absolute;
    left: 0px;
    text-align: center;
    vertical-align: middle; 
}

.linkDetails
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.linkDetails:hover
{
    color: Blue;
}

.linkDetailsList
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
    font-size: 11px;
    color: Gray;
}

.linkDetailsList:hover
{
    color: Black;
}

a img
{
    border: 0;
}

.panelProductGrid
{
    height: 295px;
    width: 200px;
    display: inline-table;
    border-radius: 5px;
    border: 1px solid Gray;
}

.panelProductGrid:hover
{
    box-shadow: 0 0 5px 2px Gray, inset 0 0 5px;
}

.panelProductList
{
    margin: 25px 0px;
}

.panelRandomGood
{
    height: 240px;
    width: 150px;
    display: inline-table;
    border-radius: 5px;
    border: 1px solid Black;
    margin: 15px 11px;
}

.panelRandomGood:hover
{
    box-shadow: 0 0 5px 2px Gray, inset 0 0 5px;
}

.inputQty
{
	background: url(/images/Element_Qty.png) no-repeat;
	margin: 0 3px;
	border: 0;
	width: 40px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.modeProducts
{
	opacity: 0.5;
}

.modeProducts:hover, .modeProductsCurrent
{
	opacity: 1;
}

#arrow
{
    margin-top: -20px;
}

#searchBottom
{
    padding-bottom: 5px;
}

.btnAdmin
{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 4px;
    right: 5px;
}

.cert
{
	opacity: 0.2;
}

.cert:hover
{
	opacity: 1;
}

.certSelected
{
	opacity: 1;
}

.certSpan span
{
	display: none
}

.certSpan:hover span
{
    position: absolute;
    display: block;
    left: 0px;
    margin-top: 0px;
    padding: 10px;
    background: #f2e8c9;
    border: 1px solid Black;
    border-radius: 7px;
    text-align: justify;
    font: normal 14px Verdana;
    z-index: 5000;
}

.btnSearch
{
	opacity: 0.5;
}

.btnSearch:hover
{
	opacity: 1;
}

.giftPromotion
{
    height: 190px;
    width: 140px;
    display: inline-table;
    border-radius: 5px;
    border: 1px solid Gray;
    text-align: center;
    color: Black;
    background-color: White;
    position: relative;
    
}

.giftPromotion:hover
{
    box-shadow: 0 0 5px 2px Gray, inset 0 0 5px Gray;
}

.linkCodes
{
	text-decoration: none;
	color: #189EFF;
	font-size: 16px;
	font-weight: bold;
}

.linkCodes:hover
{
	color: Orange;
}