﻿body
{
	text-align: center;
	margin: 0;
	/*background-color: #c1dfea;*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/Layout/BG_ok.jpg);
	background-repeat: repeat;
}
.Error
{
	font-weight: bold;
	color: #ff0000;
	background-color: #ffd2c5;
	border: solid 1px #ff0000;
	padding: 12px;
	margin: 16px;
}
.Message
{
	font-weight: bold;
	color: #00a650;
	background-color: #d2efce;
	border: solid 1px #00a650;
	padding: 12px;
	margin: 16px;
}
.Admin
{
	font-weight: bold;
	color: #00adef;
	background-color: #ace7fd;
	border: solid 1px #00adef;
	padding: 12px;
	margin: 16px;
}
.Left
{
	float: left;
}
.Right
{
	float: right;
}
.NoBorder
{
	border: none;
}
#HomeLink
{
	display: block;
	height: 98px;
}
.ItemLink
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.ItemLink:hover
{
	color: #ff0000;
}

/***************************************************************************/
/* Layout */
/***************************************************************************/
#PageWrapper
{
	margin: 0 auto;
	text-align: left;
	width: 1005px;
	background-image: url("../Images/Layout/contentbg.gif");
}
#BannerWrapper
{
	/*height: 200px;*/
	background-image: url("../Images/Layout/banner.gif");
	background-repeat: no-repeat;
}
#TopMenuWrapper
{
	height: 98px;
	text-align: right;
	font-weight: bold;
	padding: 3px;
	/*background-color: Blue;*/
}
#SearchWrapper
{
	/*margin: 7px;
	margin-right: 30px;
	text-align: right;*/
	float: right;
	padding: 2px;
}
#TabMenuWrapper
{
	/*margin-top: 37px;
	margin-left: 1px;
	margin-right: 1px;*/
	height: 30px;
	background-color: #c1dfea;
	border: solid 1px #ffffff;
}
#TabWrapper
{
	float: left;
}
#NavigationHeaderWrapper
{
	/*background-color: #78a1c4;*/
	background-color: #62c7fc;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	height: 33px;
}
#TopLinksWrapper
{
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-left: 10px;
	color: #ffffff;
}
#TopLinksWrapper a
{
	text-decoration: none;
	color: #ffffff;
}
#TopLinksWrapper a:hover
{
	color: #ff0000;
}
#ShoppingCartWrapper
{
	float: right;
	padding: 2px; 
	line-height: 12px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
}
#CenterWrapper
{
}
#ContentLeftWrapper
{
	float: left;
	width: 218px;
	margin-left: 1px;
	margin-right: 1px;
}
#ContentRightWrapper
{
	float: right;
	width: 777px;
	/*
	margin-right: 1px;
	margin-left: 2px;
	*/
}
#FooterWrapper
{
	width: 1005px;
	clear: both;
	text-align: center;
}
#FooterMenuWrapper
{
	background-color: #62c7fc;
	border: solid 1px #ffffff;
	height: 19px;
	padding: 4px;
	padding-top: 8px;
	color: #ffffff;
}
#FooterMenuWrapper a
{
	text-decoration: none;
	color: #ffffff;
}
#FooterMenuWrapper a:hover
{
	color: #ff0000;
}
#FooterTopBorderWrapper
{
	height: 56px;
	background-image: url("../Images/Layout/footer.gif");
}
#FooterSubFooterWrapper
{
	font-size: 11px;
	line-height: 20px;
	padding: 20px;
	background-image: url("../creditcards.jpg");
	background-repeat: no-repeat;
}

/***************************************************************************/
/* Splash */
/***************************************************************************/
#SplashWrapper
{
	margin:0;padding:0;
}
#SplashContent
{
	float: left;
	width: 557px;
	height: 300px;
	background-image: url("../Images/Layout/Banner_1.jpg");
}
#SplashButtonWrapper
{
	float: right;
}
#SplashLink
{
	width: 557px;
	height: 300px;
	display: block;
}

/***************************************************************************/
/* Item View Page */
/***************************************************************************/
.ViewItemList
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	/*font-size: 11px;*/
}
.ViewItemList li
{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: dotted 1px #c1dfea;
}
.ViewItemSubHeader
{
	font-weight: bold;
	color: #75a3c2;
}
.ViewItemList a:hover
{
	color: #ff0000;
}

/***************************************************************************/
/* Side Menu */
/***************************************************************************/
#SideMenuMain
{
}
#SideMenuMain ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 218px;
}
#SideMenuMain li
{
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	list-style-type: none;
}
#SideMenuMain li a
{
	color: #933d01;
	text-decoration: none;
    display: block;
    width: 193px;
    text-indent: 5px;

}
#SideMenuMain li a:hover
{
	/*color: #ff0000;*/
	color: #ff0000;
	background: #dcebfb;
	

}
#SideMenuMain li.MenuImageButton
{
	border: none;
	padding: 0;
	margin: 0;
}
#SideMenuMain li.MenuHeader
{
	font-weight: bold;
	color: #621f05;
	padding-top: 16px;
	padding-left: 8px;
	border-bottom: dotted 1px #ffffff;
}
#SideMenuMain li.MenuHeader a
{
	color: #621f05;
	text-decoration: none;
}
#SideMenuMain li.MenuHeader a:hover
{
	color: #933d01;
	font-size: 16px;
    background: #dcebfb;

}
#CakeFavor
{
	display: block;
	background-image: url("../Images/Layout/weddingcakefavors_large.gif");
	height: 100px;
}
#UniqueFavor
{
	display: block;
	background-image: url("../Images/Layout/uniquefavors_large.gif");
	height: 100px;
}
#FavorBox
{
	display: block;
	background-image: url("../Images/Layout/favorboxes_large.gif");
	height: 100px;
}
/*
#SideMenuMain li a 
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#SideMenuMain li a:hover 
{
	background-color: #2586D7;
	color: #FFFFFF;
}*/

/***************************************************************************/
/* Home Page */
/***************************************************************************/
#SplashMain
{
	height: 250px;
	background-image: url("../Images/Splash/main.gif");
}

/***************************************************************************/
/* Tables */
/***************************************************************************/
.ListTableLeft
{
	width: 730px;
	font-size: 11px;
	padding: 0;
	margin: 10px;
	/*margin-top: 0;*/
	/*border: solid 1px #ffffff;*/
}
.ListTableLeft td
{
	text-align: left;
	padding: 8px;
}
.RowDefault
{
	 padding: 4px; 
	 font-weight: bold; 
	 border-bottom: dotted 1px #c1dfea; 
	 line-height: 20px; 
	 padding-bottom: 12px;
}
.RowOne
{
	background-color: #c1dfea;
	padding: 8px;
}
.RowTwo
{
	padding: 8px;
}
.RowLight
{
	background-color: #fff4e0;
}
.RowLight td
{
	text-align: left;
	padding: 4px;
}

/***************************************************************************/
/* Content */
/***************************************************************************/
.ContentWrapper
{
	margin: 4px;
	clear: both;
}
.ContentWrapper p
{
	padding: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.Content
{
	line-height: 22px;
}
.ContentHeader
{
	font-weight: bold;
	font-size: 20px;
	color: #752d0f;
	padding: 6px;
	padding-top: 6px;
	height: 22px;
	background-image: url("../Images/Layout/bg_full_width.jpg");
	background-repeat: no-repeat;
}
.ContentSubWrapper
{
/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;
}
.SubHeader
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ContentBorderBottom
{
	height: 26px;
	background-image: url("../Images/Layout/contentborderbottom.gif");
	background-repeat: no-repeat;
	border-bottom: solid 5px #ffffff;
}

/**************************************
  Front Page
**************************************/
.FrontPageCellThree
{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}
.FrontPageCellFour
{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
#MostPopularWrapper
{
	float: left;
	clear: both;
	width: 546px;
	margin: 1px;
	margin-right: 0;
	height: 305px;
}
.MostPopularContentHeader
{
	font-weight: bold;
	font-size: 20px;
	color: #752d0f;
	padding: 6px;
	padding-top: 6px;
	height: 22px;
	background-image: url("../Images/Layout/bg_most_popular.jpg");
	background-repeat: no-repeat;
}
.MostPopularContentWrapper
{
/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;
	height: 250px;
}
.MostPopularContentWrapper a
{
	color: #000000;
	text-decoration: none;
}
.MostPopularContentWrapper a:hover
{
	color: #ff0000;
}

#NewArrivalsWrapper
{
	float: right;
	width: 212px;
	margin: 4px;
	/*height: 300px;*/
}
.NewArrivalsContentHeader
{
	font-weight: bold;
	font-size: 20px;
	color: #752d0f;
	padding: 6px;
	padding-top: 6px;
	height: 22px;
	background-image: url("../Images/Layout/bg_new_arrivals.jpg");
	background-repeat: no-repeat;
}
.NewArrivalsContentWrapper
{
/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;
	height: 234px;
	padding: 8px;
	text-align: center;
	line-height: 20px;
}
.NewArrivalsContentWrapper a
{
}
.NewArrivalsContentWrapper a:hover
{
	color: #ff0000;
}
.NewArrivalsViewItemList
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 10px;
}
.NewArrivalsViewItemList li
{
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: dotted 1px #ffffff;
}
.SeasonalIdeasContentSubWrapper
{
/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;
}
.SeasonalIdeasContentSubWrapper a
{
	color: #000000;
	text-decoration: none;
}
.SeasonalIdeasContentSubWrapper a:hover
{
	color: #ff0000;
}

/**************************************
  Cart Table
**************************************/
/* Used for the cart table */
.CartTable
{
	width: 706px;
	font-size: 11px;
	padding: 0;
	margin: 12px;
	margin-top: 0;
	border: solid 1px #ffffff;
}

/* Used for cart table links */
.CartTable a
{
	display: block;
	text-decoration: none;
	color: #111111;
	padding: 8px;
}
.CartTable a:Hover
{
	background-color: #98a64e;
	color: #ffffff;
}

/* Used for the header row of the cart table */
.CartTableHeaderRow
{
	font-weight: bold;
	font-size: 12px;
	background-color: #75a3c2;
	color: #ffffff;
}

/* Used for cells in the header row of the cart table */
.CartTableHeaderCell
{
	padding: 8px;
}

/* Used for rows in the cart table */
.CartTableRow
{
	text-align: left;
	padding: 8px;
}

/* Used for cells in the cart table */
.CartTableCell
{
	/*padding: 8px;*/
}

/* Used for rows in the cart table */
.CartTableFooterRow
{
	font-weight: bold;
	font-size: 10px;
	background-color: #c1dfea;
	color: #111111;
}

/* Used for cells in the cart table */
.CartTableFooterCell
{
	padding: 8px;
}

/* Size of the thumbnail in the cart */
.CartThumbnail
{
	height: 80px;
	width: 60px;
	border: solid 3px #ffffff;
}

.Thumbnail
{
	height: 192px;
	width: 144px;
	border: solid 1px #ffffff;
}
.CategorySplash
{
	border-bottom: solid 1px #000000;
}

/**************************************
  Item Images
**************************************/
/* Used for the current image being displayed in the mini-gallery on item pages */
.ItemImageGalleryPicture
{
	border: solid 1px #000000;
	width: 400px;
	height: 533px;
}

/* Used for the thumbnail images in the mini-gallery on item pages */
.ItemImageGalleryThumbnail
{
	height: 59px;
	width: 44px;
	border: solid 3px #FFFFFF;
}

/* Used for the link that wraps the thumbnail images in the mini-gallery on item pages */
a.ItemImageGalleryLink
{
	border: solid 1px #000000;
}
a.ItemImageGalleryLink:Visited
{
    border: solid 1px #000000;
}
a.ItemImageGalleryLink:Hover
{
    border: solid 1px #FF4040;
}

/**************************************
  Payment Table
**************************************/
/* Used for the Payment table */
.PaymentTable
{
	width: 706px;
	font-size: 11px;
	padding: 0;
	margin: 12px;
	margin-top: 0;
	border: solid 1px #ffffff;
}

/* Used for the header row of the Payment table */
.PaymentTableHeaderRow
{
	font-weight: bold;
	font-size: 16px;
	background-color: #ffffff;
}

/* Used for rows in the Payment table */
.PaymentTableFooterRow
{
	font-weight: bold;
	font-size: 10px;
	background-color: #CC9966;
	color: #111111;
}

/* Used for cells in the Payment table */
.PaymentTableFooterCell
{
	padding: 8px;
}

/**************************************
  Videos
**************************************/
.HowToVideo
{
	text-align: center; 
	margin-left: 100px; 
	margin-right: 100px;
}

.HowToVideoItem
{
	text-align: center; 
	margin-left: 100px; 
	margin-right: 100px;
}
.events {
	margin:auto;
	float: left;
	width: 46%;
	text-align:center;
	height: 150px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}


.news {
	margin-bottom: 10px;
	/*	background-color: #DDF2FA; */
	float: left;
	width: 100%;
}

#country {
	float: right;
	height: 98px;
	width: 400px;
}

#letter {
	float: right;
	height: 98px;
	width: 230px;
}

#SplashWrapper ol,ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#SplashWrapper img {
	border:0px;
}
.Retailers
{
	float: left;
	width: 380px;
	padding-right: 6px;
}
.RetailersContentWrapper
{
/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;

}


.RetailersContentHeader {
	font-weight: bold;
	font-size: 20px;
	color: #752d0f;
	padding: 6px;
	padding-top: 6px;
	height: 22px;
	background-image: url("../Images/Layout/bg_380_width.jpg");
	background-repeat: no-repeat;
}
.RetailersCopy .RetailersContentWrapper .retailerslogo {
	text-align:center;
	float: left;
	width: 188px;
	padding-top: 15px;
}
.RetailersCopy .RetailersContentWrapper .retailerslogo img {
	height: 60px;
	width: 157px;
	border: solid 1px #66ccff;
}
.Personalize {/*	background-color: #ddf2fa; */
	border: solid 1px #ffffff;
	font-size: 12px;
	height: 234px;
	text-align: center;
	line-height: 20px;
}
.item {
	float: left;
	height: 250px;
	width: 188px;
	text-align: center;
}
.itemtext {
	width: 150px;
	padding-right: 18px;
	padding-left: 18px;
	text-align: center;
}
.tcenter {
	text-align: center;
}

#third {
	float: left;
	width: 380px;
}

.redfont {
	font-weight: bold;
	color: #F00;
}
.itemCopy {
	float: left;
	width: 186px;
	text-align: center;
}
.coffeetext {
	color: #621f05;
}
.RetailersCopy {
	float: left;
	width: 380px;
	padding-right: 6px;

}
.retailersright {
	height: 15px;
	float: right;
	background-color: #cbe3ec;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
