@charset "utf-8";
/* CSS Document */

	/* _________________________ */
	/*           Grid Sections   */
	/* _________________________ */

#container {
	width: 840px;
	margin: 0px auto;
}

.selection_grid {
	background-color: #F0DCCC;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: space-evenly;
	align-items: space-evenly;
	padding-left: 4px;
	padding-right: 3px;
}


.selection_2row_grid {
	background-color: #F0DCCC;
	display: grid;
	grid-template-columns: repeat(3,2fr);
	justify-items: space-evenly;
	align-items: space-evenly;
	padding-left: 4px;
	padding-right: 3px;
}
.selection_1r2c_grid {
	background-color: #F0DCCC;
	display: grid;
	grid-template-columns: repeat(2, 300px);
	grid-gap: 20px;
	justify-items: auto;
	align-items: space-evenly;
	padding-left: 100px;
	padding-right: 3px;
}

	/* _________________________ */
	/*  ---- END Grid Sections   */
	/* _________________________ */

	/* _________________________ */
	/*     Typography Sections   */
	/* _________________________ */
	
.selection_title {
	font-family: Calibri;
	font-size: 32px;
	color: #0D1011;
	text-align: center;
	background-color: #F0DCCC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.selection_pic_text {
	font-family: calibri;
	font-size: 18px;
	color: #0D1011;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.add_to_cart {
	font-family: calibri;
	font-size: 18px;
	color: #0000AE;
	text-decoration: underline;
	text-align: right;
}

	/* _________________________ */
	/*  ---- END Typography      */
	/* _________________________ */


body {
	/* background-color: #F7F4F1;*/
}

img {
	max-width: 100%;
	/*border: 2px solid #CCCC99 */
}
p {
	margin: 0;
}

#banner {
	background-color: #577D91;
}
#top_block1 {
	background-color: #F7F4F1;
}
#top_block2 {
}
#top_block3 {
	background-color: #F0DCCC;
}
#arrangement_pic_block {
	background-color: #F0DCCC;
	text-align: center;
}

.grid_item {
	background-color: #F7F4F1;
	grid-template-columns: 150px 150px;
	padding: 20px;
}

#top_block4 {

}
#footer {
	background-color: #F7F4F1;
}

.footerleft {
	font-family: calibri;
	font-size: 18px;
	color: #4D5B70;
	font-style: normal;
	font-weight: normal;
	margin: 15px;
	float: left;
	text-align: center;
}
.bannerboldnew {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15;
	font-family: Calibri;
	background-color: #F0DCCC;
}
.instagramleft {
	color: #4D5B70;
	margin: 15px;
	float: left;
}
.facebookright {
	color: #4D5B70;
	margin: 15px;
}


.logo_ftr {
	margin: 15px;
}

.footerright {
	font-family: calibri;
	font-size: 18px;
	color: #4D5B70;
	font-style: normal;
	font-weight: normal;
	margin: 15px;
	float: right;
	text-align: center;
}
.index_text_NEW {
	font-family: Calibri;
	font-size: 18px;
	color: #0D1011;
	text-align: left;
	background-color: #F0DCCC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.Arrangement_TitleNEWCopy {
	font-family: calibri;
	font-size: 20px;
	color: #0D1011;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.index_text_NEW_bold {
	font-family: Calibri;
	font-size: 18px;
	color: #0D1011;
	text-align: left;
	background-color: #F0DCCC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #577D91;
}

li {
	float: left;
	font-family: Calibri;
	font-size: 20px;
}
#nav {
}


li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: rgb(69,100,116);
}

li.dropdown {
  display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgb(69,100,116);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #f1f1f1;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}












.nav_label_section {
	font-family: Arial, Helvetica, sans-serif;
	color: #00009A;
	font-size: 16px;
	font-weight: normal;
}
.Arrangement_Title {
	font-family: Papyrus;
	font-size: 16px;
	color: #804000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
.Arrangement_TitleNEW {
	font-family: calibri;
	font-size: 20px;
	color: #804000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.Arrangement_DescNEW {
	font-family: Calibri;
	font-size: 18px;
	color: #0D1011;
	text-align: left;
	padding-left: 15px;
	background-color: #F0DCCC;
}


.Arrangement_DescNEWRedYellowHighlight {
	font-family: Calibri;
	font-size: 20px;
	color: #FF0000;
	text-align: center;
	padding-left: 15px;
	background-color: #FF0;
	font-weight: normal;
}


.FTD_Etc_Number {
	font-family: Papyrus;
	font-size: 10px;
	color: #804000;
	text-align: left;
	font-style: italic;
	padding-left: 15px;
}
.Small_Pic_Label img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/*  Old Junk?
.Add_To_Basket_Link {
	font-family: papyrus;
	font-size: 14px;
	color: #0000AE;
	text-decoration: underline;
	text-align: right;
}
.Add_To_Basket_LinkNEW {
	font-family: calibri;
	font-size: 18px;
	color: #0000AE;
	text-decoration: underline;
	text-align: right;
}
*/

.ChooseColors_NextPage {
	font-family: Papyrus;
	font-size: 16px;
	color: #804000;
	text-align: right;
	padding-left: 15px;
}
.ChooseColors_NextPageNEW {
	font-family: calibri;
	font-size: 18px;
	color: #804000;
	text-align: right;
	padding-left: 15px;
}

.Arrangement_Pic_As_Shown {
	font-family: Papyrus;
	font-size: 13px;
	color: #804000;
	text-align: center;
	left: 10px;
	font-weight: normal;
}
.Arrangement_Pic_As_ShownNEW {
	font-family: calibri;
	font-size: 18px;
	color: #804000;
	text-align: center;
	left: 10px;
	font-weight: normal;
}

.click_2_return {
	font-family: calibri;
	font-size: 18px;
	color: #0000AE;
	text-decoration: underline;
	text-align: center;
}
/*   OLD JUNK?
Return_2_Selections_LinkNEW {
	font-family: calibri;
	font-size: 28px;
	color: #0000AE;
	text-decoration: underline;
	text-align: center;
}
*/
.Celebrate_Mom {
	font-family: "Freestyle Script", "Arizonia", Cambria;
	font-size: 46px;
	color: #99994D;
	font-style: normal;
	font-weight: normal;
	margin: 25px;
	text-align: center;
}
.Small_Pic_Label {
	font-family: Papyrus;
	font-size: 16px;
	color: #804000;
	text-align: center;
	left: 12px;
}
.Small_Pic_LabelNEW {
	font-family: calibri;
	font-size: 18px;
	color: #804000;
	text-align: center;
	left: 12px;
}

.Footer {
	font-family: Papyrus;
	font-size: 16px;
	color: #804000;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin: 15px;
}
.FooterNEW {
	font-family: calibri;
	font-size: 18px;
	color: #4D5B70;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin: 15px;
}




.ForPDXItalic {
	font-family: Papyrus;
	font-size: 14px;
	color: #804000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	padding-left: 15px;
}
.ForPDXItalicCopyNEW {
	font-family: calibri;
	font-size: 18px;
	color: #804000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	padding-left: 15px;
}
.ForPDXItalicNEWSm {
	font-family: calibri, verdana;
	font-size: 18px;
	color: #804000;
	text-align: center;
	font-style: italic;
	padding-left: 15px;
}

.VDayisFull {
	font-size: 24px;
	color: #F00;
	background-color: #FFFF33;
}
.red {
	color: #F00;
	font-weight: bold;
	font-size: 18px;
	background: yellow;
}
.redNOTbold {
	color: #F00;
	font-weight: normal;
	font: papyrus;
	font-size: 14px;
}
.redNOTboldNEW {
	color: #F00;
	font-weight: normal;
	font: Calibri;
	font-size: 18px;
}
.redNOTboldNEW2 {
	font-family: Calibri;
	font-size: 18px;
	color: #F00;
	text-align: left;
	padding-left: 15px;
}
.redNOTboldNEWYellowHighlight {
	color: #F00;
	font-weight: normal;
	font: calibri;
	font-size: 18px;
	background-color: #FF0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.redNOTboldNEWNOTYellowHighligh {
	color: #F00;
	font-weight: normal;
	font: calibri;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.blueNOTboldNEW {
	color: #00F;
	font-weight: normal;
	font: calibri, verdana;
	font-size: 18px;
	padding-left: 10px;
}
.logo1 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
