/* Page layout */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Cinzel|Roboto:300');


body
{
    margin: 0px auto;
    width: 100%;
    min-width: 1024px;
    font-size: 12pt;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    direction: ltr;
    text-align: left;
    line-height: 1.4em;
    /* background-repeat: no-repeat; */
    background: url(/Websites/852/Images/upload/image/wallpaperMLFC2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    background-position-y: 214px;
    background-attachment: fixed;
    background-color: rgb(20 40 69);
}

#form1, #form2 {overflow-x:hidden;}

.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.adminpage .pageBanner { display:none;}  


.peakTimeHeader {
    font-family: 'century gothic', Arial;
    background-color: #ffea00;
    color: black;
    padding: 10px;
    margin: 5px;
    line-height: 1.8ex;
    font-size: 10pt;
    position: relative;
    z-index: 10;
}


.galtitle

{

line-height: 1.1em;
font-weight: normal;
font-size: 14pt;
color: #292929;

text-decoration: none;

}


.galtext
{
text-align: center;
}

.galrow {
  margin: 8px -16px;
}


/* Create three equal columns that floats next to each other */

.galcolumn {
  display: inline-block;
  width: 30%;
}


/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}




.container {
  position: relative;
  overflow: hidden;
}

.container h3{
  position: absolute;
  top:50%;
  left: 25%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  
}
.container img{
  transition: all 0.3s ease-in-out;
  
}

.container img:hover{
  filter: blur(5px);
}
.container img:hover + h3{
  opacity: 1;
}


/* Content */
.content {
  ;
  padding: 2px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .galcolumn .galcolumn2 {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .galcolumn .galcolumn2 {
    width: 100%;
  }
}


.socialLinks 
{
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 30px;
    right: unset;
    /* margin-left: -80px; */
}


.socialLinks.footer { margin:0 0 0 0; position:relative; top:0px; left:-13px;}
.socialLinks .fa, .socialLinks .fa-brands {  color:#9d7d61; margin:0 0 0 0;}
.socialLinks .social {
    color: #000;
    display: inline-block;
    padding: 4px 0 3px 7px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    background: #16335b;
}
.socialLinks .social2 { color: #000;
    display: inline-block;
    padding: 4px 0 3px 7px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    margin: 0 322px 10px 0;
    border-radius: 6px;}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover {
    background: unset;
}
.socialLinks .social:hover .fa, .socialLinks .social:hover .fa-brands {
    color: #c76e35;
    background-color: unset;
}

.socialLinks .social.fb { background:#4b6ea8;}
.socialLinks .social.gm { background:#e6604e;}
.socialLinks .social.pi { background:#cb1f26;}
.socialLinks .social.tw { background:#FFE061;}
.socialLinks .social.in { background:#5D9731;}

.socialLinks .social2 .fa { margin:0 auto;}
.socialLinks .social2:hover { background:#4c4c4c;}
.socialLinks .social2:hover .fa { color:#000;}

.socialLinks .social2.fb { background:#4b6ea8;}
.socialLinks .social2.gm { background:#e6604e;}
.socialLinks .social2.pi { background:#cb1f26;}
.socialLinks .social2.tw { background:#FFE061;}
.socialLinks .social2.in { background:#5D9731;}

#telephone 
{  
    position: absolute;
    top: 45px;
    right: 40px;
    color: #fff;
    font-size: 14pt;
}
#location 
{     
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 14pt;
}
#telephone .fa { margin-left:3px; font-size:14pt; position: relative; top:2px;color: #9c7c61;}
#location .fa { margin-left:3px;color: #9c7c61;}

#motifLeft
{
    position: absolute;
    left: 38px;
    top: 71px;
}
#motifRight
{
    position: absolute;
    right: 38px;
    top: 71px;
}


#homeBoxes {
    width: 90%;
    margin: 0px auto;
    height: 70vh;
    position: relative;
}

#homeSlides {
    width: 49.5%;
    height: 70vh;
    float: left;
margin: 0px 0 20px 0;
}

.animationItem {
    visibility: hidden;
    position: absolute;
    width: 49.5%;
    /* width: auto; */
}

.slide1 {
    background-image: url(/Websites/359/Images/upload/image/slide1FUb.jpg);
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide2 {
    background-image: url(/Websites/359/Images/upload/image/slide2FU.jpg);
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerText {
    position: relative;
    font-size: 25pt;
    z-index: 100;
    width: 85%;
    top: 39vh;
    left: -3%;
    margin: 0px auto;
    text-align: left;
    color: white;
    line-height: 50px;
}

.bannerText p {
    text-shadow: 2px 2px 2px rgb(0 0 0);
    margin-bottom: 15px;
    text-align: left !important;
}

.bannerText h2 {
    font-size: 3vw;
    color: white;
    text-shadow: 2px 2px 2px rgb(0 0 0);
    line-height: 110%;
    margin-bottom: 2vh;
}

#homeJumps {
    width: 47%;
    height: 70vh;
    float: left;
    margin-left: 3.1%;
}

.grid 
{
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
height: 100%;
}

.gridSpacer
{

float: left;
height: 1px;
width: 1%;
display: none;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 41px;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 100%;
    height: 29.4%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
width: 100%;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption h2
{
    color: #fff;
    font-size: 28pt;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {

}

.grid figure h2 span {

}

.grid figure h2,
.grid figure p {
	margin: 0;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/***** Selena *****/
/*-----------------*/

figure.effect-selena {
	background:unset;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,93px,0);
	transform: translate3d(0,93px,0);
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    margin-top: 101px;
    font-size: 16pt;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,77px,0);
	transform: translate3d(0,77px,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}


.strapline {display: none; margin-left:-100%; margin-right: -100%; background: #4d4d45; color: #fff; text-transform:uppercase; padding:25px 0; margin-bottom: 20px; height: 22px;}
.strapline.bottom { margin-bottom: 0;}
.strapline .inner { width:1024px; margin:0 auto; text-align:center; font-size:12pt; font-family: 'Cinzel', serif; }

.innerP 
{
float: left;
    margin: 0px 65px;
}

.innerPBorder 
{
float: left;
padding-top: 1px;
    margin: 0px 65px;
border-top: 1px solid #4d4d45;
border-bottom: 1px solid #4d4d45;
}

.innerPBorder:hover
{
float: left;
    margin: 0px 65px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.innerPBorder a
{
color: #fff;
text-decoration: none;
}

/*#btnLinkedProducts
{
clear:both;
}*/

/* HOME SLIDES */
#homeSlides {height:750px; margin-bottom: 30px;}
#slides {width:100%; height:750px; overflow:hidden; position:absolute; left:0; }
#slides .animationItem {width:100%; height:750px; overflow-y: hidden; overflow-x: hidden;}
.animationItem img { width:2000px; height:750px; position:relative; top:0; left:50%; margin-left:-1000px;}
.animationPanelAnimationType3 { margin-top:0;}
a .text 
{ 
width: 300px;
    position: absolute;
    top: 220px;
    left: 52%;
    margin-left: -200px;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    padding: 24px;
    text-align: center;
    /* font-weight: 700; */
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 17pt;
    line-height: 21pt;
}


.pageTop
{
display:none;
}
.pageSides
{
width: 100%;
margin: 0px auto;

margin-top: 0px;
}
.header
{
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    background-color: #16335b;
    border: none;
    height: 250px;

}

.headerTel
{float: right; position: absolute; top: 78px;
    right: 58px; }



.headerTel a
{
text-decoration: none; 
font-size: 17pt;
}

.page
{
    margin: 0px auto;
    background-image: none;
    width: 100%;
    border: none;
    padding: 0px !important;

}
.pageBanner
{
    margin-left: 0px;
    height: 238px;
    margin-bottom: 20px;
    width: 100%;
    margin: 0px auto;

}
.pageBanner .socialLinksLarge
{
left:auto;
right:0px;
top:90px;
width:auto;
}
.shopColumn1of2
{
	margin-top:0px;
	padding-top:20px;
	float:left;
	width:155px;
	padding-left:0px;
	padding-right:0px;
background-image: url(../Images/productMenuBack.png);
background-repeat:no-repeat;

}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:25px;
	 margin-left:185px;
	 padding-right:0px;
}
.column1of1
{
	padding:40px 0;
width: 1024px;
}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary
{
    float: left;
    width: 235px;
    color: Black;
    margin-left: 11px;
    margin-right: 10px;
    height: 370px !important;
    margin-bottom: 20px;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 235px;
    color: Black;
    margin-left: 11px;
    margin-right: 10px;
    height: 370px !important;
    margin-bottom: 20px;
}
.productSummaryImage
{
	height: 235px; /* thumnail height */
	text-align:center;

}

.productSummaryImage img
{
	height: 235px; 

}

.productSummaryName
{
	color:#292929;
	font-size:12pt;
	line-height:1.1em;
	height:40px;
padding:0 10px;
margin-top:15px;
text-align:center;
font-family: 'Cinzel', serif;
}
.productSummaryPrice
{
	color:#000;
padding:0 10px;
margin-top:10px;
font-size:10pt;
text-align:center;
text-transform: uppercase;
}
.productSummaryButtons
{
padding:0 10px;
margin-top:10px;
text-align:center;
}
.productSummary3
{

}


/* General Style */

a
{
    color: #9c7c61;
    text-decoration: none !important;
}
a:hover
{
    color: #656565;
    text-decoration: none !important;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:24pt;
	color:#fff !important;
font-weight:normal;
text-align: center;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:18pt;
	color:#fff;
font-weight:normal;

}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerContainer { width:960px; margin: 0 auto;}
.footerText
{
    background: #16335b;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 12pt;
    margin-left: -100%;
    margin-right: -100%;
    border-top: 1px solid #fff;
    text-transform: unset;
}
.footerText a img
{
position: relative;
    top: -38px;
    left: 795px;

}
.footerText a
{
    text-decoration: none;
    color: #fff;
    font-size: 11pt;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
}
.footerText a:hover
{
	text-decoration:none;
color:#9d7c61;
}
.footerText p {color:#fff; font-size:9pt; font-family: 'Open Sans', sans-serif; margin-bottom: 5px;}

.footerCol1of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 200px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    height: 80px;
}

.footerCol2of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:193px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:0px;
}
.footerCol3of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:160px;
	padding-left:0px;
	padding-right:20px;
margin-bottom:0px;
}
.footerCol4of4
{
text-align:center;
  	margin-top:0px;
	padding-top:0px;
	float:left;
	width:180px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:0px;
}

.footerCol5of4
{
text-align:center;
  	 margin:30px auto 0 auto;
width:800px;
float:none;
clear:both;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

.storyContent img
{
padding: 0px;
margin-right: 20px !important;
}

.clearBoth1
{
clear: left;
}

/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */
.adminpage .menu ul li a 
{
 	color:#000;
}
.menu
{

    /* margin-top: -65px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    padding-top: 0px;
    font-family: 'Quicksand', sans-serif;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 26%);
    text-align: right;
    height: 40px;
    float: none;
    position: relative;
    bottom: 27px;
   
}

.menuDividers
{
    display:none;
}

.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	padding-left: 0px;
margin-left:0px;
margin-right:0px;
	height: 31px;
	z-index:10;
text-align:center;
}

.menu ul li
{
    display:inline;
margin: 0 7px;
}
.menu ul li a 
{
    padding-right: 5px;
    padding-left: 5px;
    text-decoration:none;
 	color:#fff;
    transition:none;
}
.menu ul li a:hover
{
    text-decoration: none;
    color: #9c7c61;
    background-color: unset;
    border: none;
    transition:none;
}
.menu ul li a:visited
{

    }
.menuSelected
{
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: center 50%;
	color:#9c7c61;
	line-height: 1em;
font-weight:bold;
text-decoration:none;
}

.smallMenu {
    position: absolute;
    top: 1px;
    right: -2%;
    /* float: right; */
    margin-right: 20px;
}


.topMenuDepth2, .topMenuShopDepth2 {
    text-align: left;
    background: rgba(255,255,255, 0.95);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 6px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 21%);
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
    border-radius: 3px;
}
.topMenuShopDepth2 {
    max-width: 100%;
    width: calc(100%-20px);
    columns: 120px 5;
    height: auto;
    margin-left: 0px;
}

.topMenuDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuDropDownTitle, .topMenuShopDepth2 .topMenuShopHomeLink {
    font-weight: bolder;
    opacity: 1;
    border-bottom: 1px solid !important;
    margin-left: 0px;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

.topMenuHoverWrapper .topMenuDepth2 a:visited, .topMenuShopHoverWrapper .topMenuShopDepth2 a:visited {
    color: #000;
}

.topMenuHoverWrapper .topMenuDepth2 a:hover, .topMenuShopHoverWrapper .topMenuShopDepth2 a:hover {
    text-decoration: underline;
    color: #9c7c61 !important;
}
/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:black;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:black;
}

.basketSummaryText a
{
	text-decoration:none;
	color:back;
}



/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
	
	width: 160px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	width: 155px;
	height: auto;
text-transform:uppercase;
font-size:9pt;
color:#000;
border-bottom: #c9cece 1px solid;
font-family: 'Cinzel', serif;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	border:1px solid #000;
background-color:#fff;
color:#000;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	border:1px solid #000;
background-color:#fff;
color:#000;
}
.productMenu ul
{
	list-style-type: none;
	width:160px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
margin-top:10px;
	padding-top: 3px;
	padding-left: 0px;
	color:#000;
	width: 155px;
	height: 22px;
text-transform:uppercase;
border-bottom: #c9cece 1px solid;
font-size:10pt;
margin-bottom:6px;
font-family: 'Cinzel', serif;
}

.productMenuCategory a
{
font-size: 10pt;
}


.productMenuSubCategory
{
	margin-left: 0px;
	height:20px;
	color:white;
	
}
.productMenuSubCategory a
{
	color:#1f1b20;
	text-decoration:none;
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */
font-size:10pt;
}
.productMenuSubCategory a:hover
{
	color:#000;
	text-decoration:none;
	
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18pt;
    text-align: left;


}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures ul
{
    list-style-position: outside !important;
text-indent: 0em;
}
.productDetailsPrices
{
	color:black;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:white;
}
.productDetailsLinkedProducts
{
    clear: right;
    display: table;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: #c3c3c3 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 15pt;
}

/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:12px;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
	border:1px solid #000;
background-color:#fff;
color:#000;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:white;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
#btnApplyVoucher {color:#fff;}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:black;
}
.basketOrderItems a
{
		color:black;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:black;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#474747;
	color:white;
}
.basketHeaderGrayText
{
	background-color:#474747;
	color:white;
}
.basketHeaderArrow
{
	background-color: #474747;
	color: white;
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
font-size:9pt;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#474747;
	color:white;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
border:1px solid #000;
background-color:#fff;
color:#000;
margin-bottom:8px;
}
.checkoutPaymentDropDown
{
		width:171px;
border:1px solid #fff;
background-color:#fff;
color:#fff;
margin-bottom:8px;
}
.checkoutPaymentTextBox
{
	width:167px;
border:1px solid #fff;
background-color:#fff;
color:#fff;
margin-bottom:8px;
}
.checkoutPaymentShortTextBox
{
	width:77px;
border:1px solid #fff;
background-color:#fff;
color:#fff;
margin-bottom:8px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
border:1px solid #000;
background-color:#fff;
color:#000;
margin-bottom:8px;
}
.contactFormMessageBox
{
	width:400px;
border:1px solid #000;
background-color:#fff;
color:#000;
margin-bottom:8px;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:black;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:black;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:black;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSubCatSummary
{
    width: 100%;
    height: 450px;
}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.productSubCatSummaryMore h1:hover
{color: #9c7c61 !important;
}


.animationPanelhomepage
{

width:790px;
height:470px;
margin-bottom:30px;
}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:30px;
left:30px;
background-color:#818778;
background:rgba(29,25,26,0.6);
margin-bottom:0px;
padding-bottom:0px;
width:400px;
height:70px;
padding-top:10px;
padding-left:20px;
color:white;

}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	padding-top:10px;
	font-size:24pt;
	color:white;
	margin-bottom:10px;
	padding-bottom:0px;
font-weight:normal;

}
.animationPanelhomepageBox h2 a
{
color:white;
}

.animationPanelhomepage a
{
text-decoration:none;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
}



.animationPanelaboutUs
{

width:960px;
height:819px;
margin-bottom:30px;
}

.animationPanelaquaPacked
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}

.animationPanelTraditionalBouquet
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}

.animationPanelHandtiedBouquets
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}

.animationPanelbasketArrangements
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}

.animationPanelcontainerArrangement
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}

.animationPanelposyArrangements
{
height: 400px;
width: 400px;
padding-top: 2px;
padding-left: 8px;
}



#pnlContent .animationPanelAnimationType2
{
height: 400px;
width: 400px;
}
#pnlProducts h1, #pnlProducts p
{
text-align: center;
}


.basketBorderBottom td
{
	border-color:#64675F;
}
.checkoutBasket table 
{ 
border-color:#64675F;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#64675F;
}

.productMenuPayPal .productMenuSearchBox
{

	background-color:inherit;
}


/* Page Sub Menu */
.contentSubMenu
{
border-top: white 1px solid;

background-color:#6D7068;
}
.contentSubMenuHeader
{
}
.contentSubMenu a
{
}
.contentSubMenu a:visted
{
}
.contentSubMenu a:hover
{
text-decoration: underline;

}
.subMenuSelected
{
}

.subMenuLevel0
{
	background-color: white ;
border-bottom: white 1px solid;
}
.subMenuLevelAlt0
{
	background-color: white ;
border-bottom: white 1px solid;
}


.subMenuLevel1
{
 background-color:white;
border-bottom: white 1px solid;
}

.subMenuLevelAlt1
{
 background-color:white;
border-bottom: white 1px solid;
}


.subMenuLevel2
{
 background-color:white;
border-bottom: white 1px solid;
}
.subMenuLevelAlt2
{
 background-color:white;
border-bottom: white 1px solid;
}


.subMenuLevel3
{
 background-color:white;
border-bottom: white 1px solid;
}
.subMenuLevelAlt3
{
 background-color:white;
border-bottom: white 1px solid;
}

.subMenuLevel4
{
 background-color:white;
border-bottom: white 1px solid;
}
.subMenuLevelAlt4
{
 background-color:white;
border-bottom: white 1px solid;
}

.flowerWizardWrapper
{
width: 960px;
height: 460px;
}


.flowerWizardWrapper img
{
-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.45);
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.45);
}

.flowerWizardWrapper img
{
border: 2px solid #63695B;
}

.flowerWizardWrapper img:hover
{
border: 2px solid #FB05FF;
}

.flowerWizardWrapper .wizardLinkText
{
border: none;
}

.flowerWizardWrapper .wizardLinkText:hover
{
border: none;
}


.colourChoiceWrapper img
{
border: 2px solid #FB05FF;
}

.swatches img
{
border: 2px solid #87907D;
opacity: 0.9;
}

.swatches img:hover
{
border: 2px solid #FB05FF;
opacity: 1;
}

.subCategorySummaries h1
{
    margin-bottom: 26px;
    margin-top: 30px;
}



/* button definitions  */

.productSummaryButtons img, .productDetailsBuy img, .productDetailsBack a img, .checkoutBillingRetrieve img, .checkoutBack img, .checkoutNext img, .checkoutConfirmPay img, .checkoutPay img, .checkoutButton img, .contactSend img, #lnkContinueShopping img
{
    display:none;
}

.productSummaryMore::before {content: "More >";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy >";}

.productDetailsBack a::before, .checkoutBack::before {content:"< Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next >";}

.checkoutConfirmPay::before {content: "Confirm & Pay >";}

.checkoutPay::before {content: "Pay >";}

.checkoutButton::before {content: "Checkout >";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "< Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy, .productDetailsBack a, .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, #lnkContinueShopping
{
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s,  border-color .5s;
    color: #ffffff;
    background-color: #9c7c61;
    font-size: 110%;
    padding-top: 3px;
    height: 25px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:100%;
    padding-top:1px;
}


.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:130px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:auto;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}

.productDetailsBack a
{
    background-color: #fff;
    color: #000;
}


.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color: white;
    background-color: #656565;
    border-color: #656565;
    text-decoration: none;
}
.productDetailsBack a:hover
{
    background-color: #9c7c61;
    color: #fff;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color:#9c7c61;
    color:white;
    border-color:#9c7c61;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color: #656565;
    color: #fff;
    border-color: #656565;
    text-decoration: none;
 }

.galleryLinks
{
float: left;
width: 125px;
height: 180px;
padding: 5px;
}

.galleryLinks img
{
width: 125px;
height: 125px;
}



