/* Page layout */

@import url('https://fonts.googleapis.com/css?family=Cabin');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body
{
	margin: 0;
	font-size: 12.5pt;
	color:#000;
	font-family: 'Cabin', sans-serif;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
	background-image: none;
background:#fff url(../Images/wallpaper.png) no-repeat bottom right fixed; 
}

.basketOrderItemsConsignmentName, .basketOrderItemsQuantity {color:#000;border-color:#000;background:#fff;}
.checkoutBasket table, .checkoutBasket th:first-child, .checkoutBasket td:first-child { border-color: #af944b;}

.floristbutton {

    text-align: center;
    position: relative;
    background: #af944b;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
    width: 264px;
    margin-left: 72.25%;
    margin-top: -30px;
    margin-bottom: 18px;
    border: 1px solid #af944b;


}

.floristbutton a{

color: #fff;
text-decoration: none;

}

.floristbutton:hover {

background-color: #fff;

}

.floristbutton:hover a {

color: #000;

}

#mobile {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #000;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
}
#telephone {
    position: absolute;
    top: 110px;
    right: 0px;
    color: #000;
    font-size: 13pt;
    height: 0px;
    z-index: 20;
}
#location 
{ 
    position: absolute;
    top: 135px;
    right: 0px;
    color: #000;
    font-size: 13pt;
    height: 0px;
    text-align: right;
    z-index: 20;
}
#telephone .fa,#location .fa { margin-left:4px;}

.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks {
    margin: 0;
    position: absolute;
    top: 170px;
    left: 20px;
}
.socialLinks.footer { margin:10px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#af944b; margin:0 5px 0 0;}
.socialLinks .social {
    background: #fff;
    color: #af944b;
border: 1px solid #af944b;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 50%;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover { background:#af944b;}
.socialLinks .social:hover .fa { color:#fff;}

/* HOME BOXES */
#homeSlides { width:990px; height:440px; position:relative; margin:10px 0 20px 0px; border:2px solid #af944b;}
#homeSlides .slide { width:990px; height:440px; position:relative; margin:0px 0 0 0px; box-shadow: 0 0 8px #333;
-moz-box-shadow: 0 0 8px #333; -webkit-box-shadow: 0 0 8px #333;}
#homeSlides .text {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: block;
    color: #fff;
    font-size: 20pt;
    line-height: 22pt;
    text-align: right;
    background-color: rgb(0 0 0 / 90%);
    padding: 10px 20px;
    box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    -webkit-box-shadow: 0 0 8px #333;
    border-radius: 26px;
}
#homeSlides .text h2 { color:#fff; font-size:32pt; margin:0;}
#homeSlides .text p { margin:0;}


#homeText { padding:0 0 0 20px;}

.pageTop
{
	display:none;
}
.pageSides
{
width:990px;
margin: 0 auto;
}
.header
{
	margin-left:auto;  /* width of page side */
	margin-right:auto; /* width of page side */
	margin-top: 0px;
	padding-top: 0px;
	background-image:none; /* required by admin html editor */
width:990px;
}

.page
{
	margin: 0px auto; /* left marging width of page sides */
	width: 990px;
	/* display: inline;  supposed to fix IE6 float bug */
	background-image:none; /* required by admin html editor */
}
.pageBanner
{
	margin-left:0px;
	padding-top:0px;
	margin-bottom:0px;
position:relative;
}
.pageBanner .socialLinksLarge
{
	top:127px;
        right:16px;
width:auto;
left:inherit;
}

.bannerInfo
{
    position: absolute;
    right: 0px;
    text-align: right;
    top: 10px;
}

.shopColumn1of2
{
	margin-top:0px;
	padding-top:15px;
	float:left;
	width:165px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:50px;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:25px;
	 margin-left:190px;
	 padding-right:0px;
}
.column1of1
{
	padding:20px 0; 
}
.clearBoth
{
	clear:both;
}
.clearRight
{
clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */
.productSummary:hover h1 { color:#fff;}
.productSummary
{
	float:left;
	width:245px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:white;
	margin-right:15px;
	height:360px;
margin-bottom:15px;
background:#fff;
}

.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 245px;
    color: white;
    margin-right: 15px;
    height: 360px;
    margin-bottom: 15px;
    background: #f1f1f1;
}

.productSummaryFeatured .productSummaryName, .productSummary:hover .productSummaryName { color:#000;}
.productSummaryFeatured .productSummaryPrice, .productSummary:hover .productSummaryPrice { color:#000;}

.productSummaryImage
{
	height: 245px; /* thumnail height */
	text-align:center;
padding-top:5px;
padding-left:5px;
padding-right:5px;
}
.productSummaryName
{
	text-align:center;
	color:#000;
	font-size:10pt;
	height:35px;
	line-height: 1.1em;
margin-top:5px;
margin-left:5px;
margin-right:2px;
text-transform:uppercase;
}
.productSummaryPrice
{
	color:#af944b;
text-align:center;
}
.productSummaryButtons
{
margin-top:5px;
text-align:center;
}

.productSubCatSummary
{
height:420px;
}

.productSummary3
{display:none;}

.productSummaryButtons img, .productSummaryButtons .productSummaryBuy, #ProductDetails1_btnBuy { border-radius:3px;}


/* General Style */

a
{
	color:#af944b;
}

a:hover
{
	color:#000;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	font-size:16pt;
	color:#000;
	font-weight:normal;
font-family: 'Cabin', sans-serif;
margin-bottom:20px; 
text-transform:uppercase;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:14pt;
	color:#000;
	font-weight:normal;
text-transform:uppercase;
margin-bottom:20px;
font-family: 'Cabin', sans-serif;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.footerText
{
padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
	text-align: center;
padding-right:10px;
padding-left:10px;
font-size:12pt;
border-top:1px solid #af944b;
}
.footerText p { font-size:10pt; color:#af944b; font-weight:normal;}

.footerText .colTitle { font-weight:normal; padding:0 0 5px 10px; border-bottom:1px dotted #af944b;text-transform:uppercase;}
.footerText .address { background:#e4c18a; font-size:11pt; text-align:center; padding:10px 20px; color:#000;}
.footerText .copyright {font-size:10pt; padding:15px 0 0 20px; text-align:center; color:white;}
.footerText .cards { float:right; padding:10px 20px 0 0;}

.footerText a.link
{
	text-decoration:none;
	color: #af944b;
font-size:11pt;
line-height:22px;
 font-weight:normal;
 padding:4px 10px;
display:block;
border-bottom:1px dotted #af944b;
margin:0;
}
.footerText a img
{
	position:relative;
top:10px;
}
.footerText a.link:hover
{
	color: #000;
	text-decoration:none;
}
.footerWrapper
{
width:960px;
margin-left:500px;
background-image: url(../Images/footerFlower.png);
background-repeat:no-repeat;
background-position:right bottom;
}
.footerCol1of4
{
text-align:left;
	margin-top:0px;
	padding-top:20px;
	float:left;
	width:230px;
	padding-left:0px;
	padding-right:0px;

}

.footerCol2of4
{
text-align:left;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:230px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:10px;
margin-left:20px;
}
.footerCol3of4
{
text-align:left;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:230px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:10px;
margin-left:20px;
}
.footerCol4of4
{
text-align:left;
  	margin-top:0px;
	padding-top:20px;
	float:left;
	width:220px;
	padding-left:0px;
	padding-right:0px;
margin-bottom:10px;
margin-left:20px;
}

.footerCol5of4
{
text-align:left;
  	 margin-top:0px;
  	padding-top:0px;
	 margin-left:210px;
	 padding-right:0px;
width:340px;
clear:both;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}




/* 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 */
.menu
{
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-size: 11pt;
    padding-top: 0px;
	z-index:1; /* ensures Safari displays background image */
	width:990px; /* required by admin html editor */
text-transform:uppercase;
text-align:center;
background:#fff;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
.menuDividers
{
    color:#000;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 0px;
	height: 32px;
	background-repeat: repeat-x;
	z-index:10;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 5px;
    padding-left: 5px;
    text-decoration:none;
    color:#af944b;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#000;
}
.menu ul li a:visited
{

    }
.menuSelected
{

	color: #000;
text-decoration:none;

}


/* 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: 40px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:10px;
	padding-top:5px;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:10px;
	color:#404040;
}

.basketSummaryText a
{
	text-decoration:none
	color:back
}

.checkoutBasket table { background:#fff;}

/* Product Menu */

.productMenu
{
	width: 160px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}
.productMenuSearchTitle
{
font-size:11pt;
	color:#000;
	height: auto;
	margin-bottom:10px;
width:160px;
padding: 4px 0px;
border-bottom:1px solid #000;
text-transform:uppercase;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:#000;
border-color:#000;
background:#fff;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:#000;
border-color:#000;
background:#fff;
}
.productMenu ul
{
	list-style-type: none;
	width:155px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.productMenuCategory
{
	padding: 4px 0px;
	font-size:11pt;
	color:#000;
	height: 20px;
	margin-bottom:5px;
width:160px;
margin-top:10px;
border-bottom:1px solid #000;
text-transform:uppercase;
}
.productMenuSubCategory
{
	padding-left: 0px;
	line-height:20px;
}
.productMenuSubCategory a
{
	color:#af944b;
	text-decoration:none;
padding-left:0px;
font-size:11pt;
}
.productMenuSubCategory a:hover
{
	color:#000;
	text-decoration:none;
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	font-size: 16pt;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
}
.productDetailsImage
{
	width:350px;
}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#af944b;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:795px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}


/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:10px;
}
.sortDropDown
{
	font-size: 10pt;
	color:#000;
border-color:#000;
background:#fff;
	font-family: Arial;
}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:#fff;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:#fff;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:#fff;
}
.checkoutProgressHighlight a
{
	color:#fff;
}
.checkoutProgressHighlight a:visited
{
	color:#fff;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:#000;
}
.basketOrderItems a
{
		color:#af944b;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:#af944b;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#af944b;
	color:Black;
}
.basketHeaderGrayText
{
	background-color:#af944b;
	color:#fff;
}
.basketHeaderArrow
{
	background-color: #af944b;
	color: Black;
	background-image: url(../Images/basketArrow.png);
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}



.upsell img {

width: 200px!important;

}

.upsell .productSummary {

margin-right: -8px!important;

}

.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:#af944b;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
clear:both;
}
.checkoutTextBox
{
	width:200px;
color:#000;
border-color:#000;
background:#fff;
}
.checkoutPaymentDropDown
{
		width:171px;
color:#000;
border-color:#000;
background:#fff;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
clear:both;
}
.contactFormField
{
	width:200px;
color:#000;
border-color:#000;
background:#fff;
}
.contactFormMessageBox
{
	width:400px;
color:#000;
border-color:#000;
background:#fff;
}
.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:Gray;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:Gray;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:Gray;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}



.animationPanelHomepage
{
margin-top:0px;

height:440px;
margin-bottom:0px;

}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:80px;
left:30px;

margin-bottom:0px;
padding-bottom:0px;
width:960px;
height:300px;
font-size:20pt;
}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	font-size:42pt;
	color:#3A6068;
	
	padding-bottom:10px;
padding-right:10px;
font-weight:normal;
background-color:white;
background:rgba(255,255,255,0.8);
line-height:80px;
display:inline;
padding:10px;
}

.animationPanelhomepageBox p
{
margin-bottom:30px;
margin-top:20px;
background-color:white;
background:rgba(255,255,255,0.8);
line-height:1em;
display:inline;
padding:10px;
line-height:60px;
}

.animationPanelhomepageBox h2 a
{

}

.animationPanelhomepage a
{
text-decoration:none;
color:white;
background-color:#78B5C0;
padding:10px;
font-size:16pt;
line-height:40px;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
color:white;
}



/* Home page Layout  */
.homePageHorizontal
{
width:2960px;
margin-left:-1000px;
background-image: url(../Images/HorizontalLine.png);
background-repeat:repeat-x;
height:27px;
}

.homePageCol
{
	float:left;
	width:300px;
	padding-right:30px;
position:relative;
}

.homePageColRight
{
	 margin-left:660px;
width:300px;
position:relative;
margin-bottom:30px;
}

.homePageImageTopText
{
position:absolute;
top:20px;
left:20px;
background-color:#3B3F30;
background:rgba(59,63,48,0.8);
padding:5px;
font-size:14pt;
}
.homePageImageBottomText
{
position:absolute;
top:165px;
left:5px;
width:280px;
background-color:#A5CBD3;
background:rgba(165,203,211,0.8);
color:white;
font-size:12pt;
padding:5px;
}
.homePageImageBottomText a
{
color:white;
text-decoration:none;
}
.homePageImageBottomText a:hover
{
color:white;
text-decoration:underline;
}
.productSubCatSummary { height:320px;}
.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}

.productSubCatSummary
{
	width:810px;
height:440px;
}
.deliveryLocationsLinks a,.deliveryLocationsLinks a:hover
{
text-decoration:none;
}

.testimonialBackground
{
padding-left: 20px;
padding-right: 20px;
background:#5f2451 url(../Images/testimonialBackground.png);
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}




/* 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:#000;
    
    font-size:110%;
    padding-top:3px;
    height:25px;
    width:150px;


}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width: 40%;
    height: auto;
    font-size: 100%;
    padding-top: 1px;
    color: #fff;
    background-color: #af944b;
    border-color: #af944b;
}


.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;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .productDetailsBack a:hover, .checkoutBillingRetrieve:hover, .checkoutBack:hover, #lnkContinueShopping:hover
{
    cursor: pointer;
    color:white;
    background-color:#000;   /* hover colours*/
    border-color:#000;
    text-decoration:none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color: #af944b;
    color: white;
    border-color: #af944b;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color:inherit;
    color:inherit;
    border-color:#000;
     text-decoration:none;
 }

/*Wedding Sub Menus*/

.subMenuSelected {
    font-weight: normal;
}

.subMenuLevel0 {
    padding: 3px;
    font-size: 110%;
    background-color: unset;
    border-bottom: 1px solid #f3eed1;
}

.subMenuLevelAlt0 {
    padding: 3px;
    font-size: 110%;
    background-color: unset;
    border-bottom: 1px solid #f3eed1;
}


.subMenuLevel1 {
    padding-left: 5px;
    line-height: 22px;
    background-color:unset;
    margin-bottom: 1px;
    border-bottom: 1px solid #f3eed1;
}

.subMenuLevelAlt1 {
    padding-left: 5px;
    line-height: 22px;
    background-color: unset;
    margin-bottom: 1px;
    border-bottom: 1px solid #f3eed1;
}


.contentSubMenu
{
}


.contentSubMenuHeader
{
}

.gallery2PicWrapper {
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #f3eed1;
}
