﻿body, html, form
{
	background-color: #9f316a;
	background-image: url('images/pageBg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

.pagePlaceholder
{
	width: 100%;
	height: 100% !important;
	display: table;
	background-image: url('images/bgStars.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.mainPlaceholder
{
	width: 949px;
	height: 900px;
	margin: auto;
}

.mainHeader
{
	background-image: url('images/greetGifts-header.png');
	background-repeat: no-repeat;
	display: table;
	width: 949px;
	height: 155px;
	overflow: hidden;
}

.mainHeader .logo
{
	float: left;
	width: 260px;
	height: 150px;
	text-indent: -500em;
	cursor: pointer;
}

.mainHeader .menuHolder
{
	float: left;
	width: 653px;
	height: 75px;
	margin-top: 46px;
}

.mainHeader .menuHolder .items
{
	display: table;
	height: 75px;
	margin-left: 40px;
	overflow: hidden;
}

.mainHeader .menuHolder .shadowBarContainer
{
	width: 680px;
	position: relative;
	top: -9px;
	height: 10px;
	overflow: hidden;
	z-index: 100;
}

.mainHeader .menuHolder .shadowBarContainer .shadowBar
{
	background-image: url('images/topShadow.png');
	background-repeat: repeat-x;
	width: 680px;
	height: 10px;
	margin-left: 5px;
}



.mainHeader .breadcrumHolder
{
	float: left;
	width: 683px;
	height: 30px;
}

.mainContentArea
{
	background-image: url('images/bgRepeat.png');
	background-repeat: repeat-y;
	width: 949px;
}

.basketHeader
{
	background-image: url('images/shopping-basket.jpg');
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -500em;
	overflow: hidden;
}

.basketContainer
{
	background-image: url('images/shopping-basket2.jpg');
	background-repeat: no-repeat;
	width: 226px;
	height: 104px;
	overflow: hidden;
}

.basketContainerText
{
	margin-left: 110px;
	margin-top: 10px;
	width: 100px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f3f7e6;
	color: #333333;
}

.basketContainerText span
{
	color: #762550;
}

.mainContentArea .leftMenu
{
	width: 226px !important;
	height: 100% !important; /* 	background-image: url('images/leftMenu.jpg'); 	background-repeat: repeat-y;*/
	margin-left: 15px;
	overflow-x: hidden;
	float: left;
}




.mainContentArea .leftMenu .inner
{
	width: 180px;
	margin: auto;
	margin-bottom: 10px;
	font-size: 11px;
	color: #3d3d3d;
}

.mainContentArea .leftMenu .inner p
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

.mainContentArea .leftMenu .leftBox
{
	background-image: url('images/leftMenu.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
}


/* Sidebar card filter */
.mainContentArea .leftMenu .inner .filter
{
	display: table;
	margin-top: 5px;
}

.mainContentArea .leftMenu .inner span
{
	margin-top: 30px;
	color: #1ea5fc;
	font-weight: bold;
}

.mainContentArea .leftMenu #filterOccasion
{
	width: 160px;
}

.mainContentArea .leftMenu #filterResult
{
	width: 160px;
}

.mainContentArea .leftMenu .findCards
{
	text-indent: left;
	width: 108px;
	height: 19px;
	margin-top: 10px;
	background-image: url('images/find-greetings-cards.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -500em;
}

.mainContentArea .leftMenu .findCards:hover
{
	background-image: url('images/find-greetings-cards-2.gif');
}

.mainContentArea .leftMenu #filterLoading
{
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 2px;
	margin-left: 3px;
}

.litFilterOccasions
{
	font-size: 11px !important;
}

.leftFilter
{
	width: 160px !important;
}

.cardTreeParent
{
	display: table;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 3px;
}

.cardTreeParentSymbol
{
	float: left;
	width: 15px;
	height: 15px;
	text-align: left;
}

.cardTreeParentName
{
	display: table;
}

.cardTreeParent a
{
	color: #3E3F3E;
	text-decoration: none;
}

/* End of sidebar card filtering */

/* Menu */

.menuItemPlaceholder
{
	width: 117px;
	height: 75px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}

.menuItemMovable
{
	position: relative;
	top: 15px;
}

.menuItem
{
	left: 10px;
	width: 117px;
	height: 75px;
	background-image: url('images/menu_0.png');
	background-repeat: no-repeat;
}

.menuItemName
{
	position: relative;
	top: 50px;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.mainContentArea
{
	display: table;
}


/* End of Menu */

.mainContentArea .leftMenu .footer
{
	background-image: url('images/leftMenuFooter.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 15px;
	width: 226px;
	margin-top: -10px;
}

.mainContentArea .content
{
	width: 690px;
	height: 100% !important;
	overflow-x: hidden;
	position: relative;
	left: 0px;
	top: -5px;
	display: table;
}

.preload
{
	display: none;
}


/* Index Content Area */

.indexRoundedTop
{
	width: 699px;
	height: 7px;
	background-image: url('images/indexRoundedTop.jpg');
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
}

.indexRoundedArea
{
	width: 699px;
	background-image: url('images/indexRoundedMiddle.jpg');
	background-repeat: repeat-y;
	display: table;
}

.indexRoundedFooter
{
	width: 699px;
	height: 9px;
	background-image: url('images/indexRoundedFoot.jpg');
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
}


.seasonalBanner
{
	margin: auto;
	display: table;
	text-align: center;
}

.news_background
{
	width: 684px;
	height: 209px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('images/news_background.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

.news_articles
{
	border: solid 0px Red;
	height: 120px;
	width: 610px;
	margin: auto;
	padding: 20px;
	position: relative;
	left: 5px;
}

.news_articles .news_article
{
	height: 110px;
	width: 280px;
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #EDEDED;
	border: solid 1px #DDDDDD;
	overflow: hidden;
	position: relative;
}

.article_content
{
	border: solid 0px Red;
	height: 78px;
	overflow: hidden;
}

.news_articles .news_article .read_more
{
	border-top: solid 1px #DDDDDD;
	background-color: #DDDDDD;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 2px;
	padding-top: 0px;
	text-align: left;
	font-size: 11px;
}

.news_articles .news_article h2
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.indexFeature_0
{
	width: 340px;
	height: 210px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('images/indexFeature_0.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

.indexFeature_1
{
	width: 340px;
	height: 210px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('images/indexFeature_1.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 3px;
	overflow: hidden;
}

.indexFeature_2
{
	width: 340px;
	height: 210px;
	background-color: #FFFFFF;
	float: left;
	background-image: url('images/indexFeature_2.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

.indexFeature_3
{
	width: 340px;
	height: 210px;
	background-color: #FFFFFF;
	float: left;
	background-image: url('images/indexFeature_3.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 3px;
	overflow: hidden;
}

.featureTitle
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	margin-top: 18px;
	margin-left: 35px;
	display: table;
}

.featureDesc
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	position: relative;
	left: 35px;
	top: 30px;
	width: 170px;
	height: 100px;
	overflow: hidden;
}

.featureImage
{
	float: right;
	width: 111px;
	height: 111px;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-right: 10px;
	overflow: hidden;
	font-size: 111px;
	line-height: 111px;
	vertical-align: middle;
	text-align: center;
}

.featureReadMore_Gift
{
	display: table;
	width: 150px;
	margin-top: 40px;
	margin-left: 35px;
	height: 113px;
	height: 23px;
	background-image: url('images/featureBtn_Gifts.jpg');
	background-repeat: no-repeat;
	text-indent: -500em;
	cursor: pointer;
}

.featureReadMore_Card
{
	display: table;
	width: 150px;
	margin-top: 40px;
	margin-left: 35px;
	height: 113px;
	height: 23px;
	background-image: url('images/featureBtn_Cards.jpg');
	background-repeat: no-repeat;
	text-indent: -500em;
	cursor: pointer;
}

/* End of content area for index */




/* Content for browse cat */

.paddedPage
{
	display: table;
	margin-left: 5px;
	width: 670px;
	padding-right: 0px;
	border: solid 0px Red;
}

/* End of content for browse cat */




/* Headers */

.pinHeaderWhite
{
	background-image: url('images/pinHeader_WhiteBg.jpg');
	width: 299px;
	height: 48px;
	overflow: hidden;
}

.pinHeaderWhite h1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-top: 15px;
	color: #FFFFFF;
	width: 1000px;
}

/* End of Headers */

/* BrowseCategory */

.categoryBox
{
	float: left;
	display: table;
	width: 120px;
	height: 100px;
	border: 1px dotted #CCCCCC;
	margin-left: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}

.categoryBox:hover
{
	border: 1px dashed #a43776;
}


.categoryBox p
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.categoryBox p
{ *margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");}

.categoryBox p a
{
	color: #242424;
	text-decoration: none;
}

/* End of BrowseCategory */



/* ProductBrowser */

.productBrowser
{
	width: 679px;
	height: 650px;
	margin-top: 20px;
	border: 1px solid #DADADA;
}

.productBrowser .list
{
	width: 446px;
	height: 650px;
	border-right: 1px solid #DADADA;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
}


.productBrowser .list .item
{
	width: 130px;
	height: 230px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
}

.productBrowser .list .item:hover
{
	border: 1px solid #a53776;
}



.productBrowser .list .itemPic
{
	width: 128px;
	height: 154px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	line-height: 154px;
	overflow: hidden;
}

.productBrowser .list .itemPic img
{
	vertical-align: middle;
	line-height: 154px;
	overflow: hidden;
	text-align: center;
}



.productBrowser .list .desc
{
	width: 130px;
	height: 50px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: #5f5f5f;
	margin-top: 4px;
	overflow: hidden;
}

.productBrowser .list .price
{
	width: 130px;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #6D234B;
}

.previewPane
{
	float: left;
	width: 230px;
	height: 650px;
	overflow: hidden;
	background-color: #F3F3F3;
}

.previewPaneLoading
{
	margin-top: 250px;
	text-align: center;
	background-color: #F3F3F3;
}

.previewPaneLoading p
{
	font-weight: bold;
	font-size: 11px;
	color: #a53776;
}

.previewToggle
{
	display: none;
	height: 650px;
	overflow: hidden;
}

.previewLarge
{
	width: 215px;
	height: 305px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 5px;
	border: 2px dashed #BFBFBF;
	border-bottom: 0px none;
	clear: both;
}

.previewLargeText
{
	width: 215px;
	height: 305px;
	margin: auto;
	margin-top: 5px;
	background-color: #F3F3F3;
}

.previewLargeText p
{
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}


.previewLargeText p span
{
	font-weight: bold;
	color: #A43776;
	font-size: 11px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

.previewLargeText .sizeBox
{
	width: 207px;
	border: 1px solid #BFBFBF;
	margin-top: 15px;
	padding: 4px;
}

.previewLargeText .sizeBox p
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}

.previewLargeText .sizeBox p span
{
	color: #A43776;
	font-weight: bold;
}

.previewLargeText .priceBox
{
	border: 1px solid #BFBFBF;
	width: 95px;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 10px;
	color: #333333;
}

.previewLargeText .priceBox span
{
	font-weight: bold;
	color: #A43776;
	font-size: 11px;
}

.previewLargeText .options
{
	float: right;
	width: 110px;
	height: 50px;
	margin-top: 8px;
}

.addBasket
{
	background-image: url('images/btnAddBasket.jpg');
	background-repeat: no-repeat;
	width: 113px;
	height: 23px;
	display: table;
	cursor: pointer;
	overflow: hidden;
}

.addBasket:hover
{
	background-image: url('images/btnAddBasket2.jpg');
	cursor: pointer;
}

.addFave
{
	background-color: Red;
	width: 113px;
	height: 23px;
	display: table;
	margin-top: 4px;
	overflow: hidden;
}

.showFullHack
{
	width: 215px;
	height: 21px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: auto;
	border: 2px dashed #BFBFBF;
	border-top: 0px none;
	clear: both;
}

.previewShowFullButton
{
	width: 94px;
	height: 23px;
	background-image: url('images/btnFullDesc.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}



.previewShowFullButton:hover
{
	background-image: url('images/btnFullDesc2.jpg');
}

.previewLarge:hover
{
	cursor: pointer;
}

.previewLarge:hover .previewShowFullButton
{
	background-image: url('images/btnFullDesc2.jpg');
}

/* End of productbrowser */

/* ViewProduct */

.viewProductPage
{
	display: table;
	margin-left: 10px;
}

.viewProductLarge
{
	width: 295px;
	height: 413px;
	float: left;
	overflow: hidden;
	text-align: center; /*border: 1px solid #CCCCCC;*/
	margin-top: 10px;
	display: table;
}

.viewProductLarge img
{
	border: 0px none;
}

.viewProductThumbs
{
	display: table;
	height: auto;
	overflow: hidden;
	width: 320px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	overflow-x: auto;
}

.viewProductThumbs a
{
	margin-left: 8px;
}


.viewProductThumbs a img
{
	border: 1px solid #CCCCCC;
	margin-top: 4px;
}

.viewProductThumbs a img:hover
{
	border: 1px solid #a23a75;
	margin-top: 4px;
}

.viewProductInfoPane
{
	float: right;
	width: 375px;
	margin-top: 10px;
}

.viewProductInfoPane .options
{
	display: table;
	margin-top: 15px;
}

.viewProductInfoPane h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	display: table;
}

.viewProductInfoPane h1 span
{
	color: #a53776;
}

.viewProductInfos
{
	display: table;
	font-family: Arial;
	font-size: 12px;
	color: #5f5f5f;
	margin-top: 15px;
	border: solid 0px Red;
	margin-right: 10px;
}

.viewProductInfos p
{
	margin: 0px;
	padding: 0px;
}

.viewProductInfos p span
{
	color: #a53776;
	font-weight: bold;
}

.viewProductsDimensionBox
{
	width: 220px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	color: #5f5f5f;
	margin-top: 10px;
}

.viewProductsStockBox
{
	width: 220px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	color: #5f5f5f;
	margin-top: 10px;
}

.navigateBack
{
	display: table;
	margin-top: 10px;
}

.navigateBack a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #a23a75;
	text-decoration: none;
}
.navigateBack a:hover
{
	color: #8ebcdc;
	text-decoration: underline;
}

/* End of ViewProduct */


/* General CSS */

h1
{
	font-family: Arial;
	font-size: 14px;
}

.centralSmall
{
	width: 600px;
	margin: auto;
}

.blueButton
{
	height: 24px;
	overflow: hidden;
	background-image: url('images/blueButton.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: right;
}

.blueButton div
{
	padding: 0px;
	margin: 0px;
	height: 24px;
	display: table;
	padding-top: 4px;
	text-align: left;
	background-image: url('images/blueButtonRightCap.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.blueButton div a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #4c94da !important;
	text-decoration: none !important;
	padding-right: 10px;
}


.purpleButton
{
	height: 24px;
	overflow: hidden;
	background-image: url('images/purpleButton.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	text-align: right;
}

.purpleButton div
{
	padding: 0px;
	margin: 0px;
	height: 24px;
	display: table;
	padding-top: 4px;
	text-align: left;
	background-image: url('images/purpleButtonRightCap.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.purpleButton div a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
}

.beauty
{
	padding: 0px;
	margin: 0px;
	background-color: #f3f7e6;
	border: 1px solid #d5e4a2;
}

.beauty th
{
	background-image: url('images/beautyTh.gif');
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #a43776;
}

.beauty td
{
	padding: 5px;
}

.beauty td a
{
	color: #a43776;
	font-weight: bold;
	text-decoration: underline;
}


.topError
{
	width: 100%;
	height: 35px;
	background-image: url('images/errorTop.gif');
	background-repeat: repeat-x;
	display: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
}

.infoBox
{
	background-color: #f3f7e6;
	border: 1px solid #d5e4a2;
	width: 300px;
	margin: autp;
	height: 100px;
	background-image: url('images/info.gif');
	background-repeat: no-repeat;
	margin: auto;
	padding: 30px;
}

/* End of General CSS */


.logoffButton
{
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}

.logoffButton a
{
	color: #772955;
	font-weight: bold;
	text-decoration: none;
}

/* Checkout stuff */

h5
{
	color: #a53776;
	font-size: 12px;
	font-family: Verdana;
	display: table;
	margin-top: 10px;
	margin-bottom: 2px;
}

.checkoutGiftwapIntro
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	display: table;
	float: left;
	width: 580px;
	margin-bottom: 10px;
}

.checkoutGiftwapIntro p
{
	padding: 0px;
	margin: 0px;
}

.checkoutGiftwapIntro p span
{
	color: #a53776;
	font-weight: bold;
}

.giftWrapOption
{
	width: 120px;
	height: 110px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	color: #555555;
}

.latestCollectionBox
{
	background-image: url('images/latestCollection.jpg');
	background-repeat: no-repeat;
	width: 692px;
	height: 228px;
	overflow: hidden;
}

.latestCollectionBox .title
{
	height: 50px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 35px;
	color: #FFFFFF;
	display: table;
}

.latestCollectionBox .products
{
	display: table;
	margin-left: 9px;
}

.latestCollectionBox .product
{
	height: 144px;
	width: 128px;
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-left: 5px;
	overflow: hidden;
}

.latestCollectionBox .product img
{
	border: 0px none;
}

.checkoutWarning
{
	height: 65px;
	widows: 100%;
	display: table;
	background-image: url('images/timeWarning.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 5px;
	border: 2px solid red;
	background-color: #fdfda9;
}

.checkoutWarning .message
{
	margin-left: 70px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 4px;
}

.affiliateOk
{
	background-image: url('images/affOk.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 100%;
	padding-left: 120px;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	padding-top: 40px;
}

/* Hack for product browser */
.previewLarge p
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.previewLarge p
{ *margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");}

.previewLarge p a
{
	border: 0px none;
}
