@charset "utf-8";
/* CSS Document */

*.x {
	display: none;
	}
a:focus {
	outline: none;
	}

/* HTML tags & elements */

body {
	background-color: #F6E8FF;
	margin: 10px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D1023;
}


a:link {
	text-decoration: none;
	color: #66009D;
}
a:visited {
	text-decoration: none;
	color: #66009D;
}
a:hover {
	text-decoration: underline;
	color: #66009D;
}
a:active {
	text-decoration: none;
	color: #66009D;
}




.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #1D1023;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5B0088;
	margin: 0px;
	padding: 5px;
}
.h1bar {
	height: 20px;
	background-color: #F9F0FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FEFBFF;
	border-right-color: #FEFBFF;
	border-bottom-color: #F0CEFE;
	border-left-color: #F0CEFE;
	background-image: url(images/Main/CatBarBg.gif);
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B0088;
	margin-top: 16px;
	margin-bottom: 3px;
	margin-left:15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4F0075;
	margin: 2px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F0075;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4F0075;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4F0075;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -10px;
}

hr {
	color: #F0CEFE;
	border: 1px outset #F0CEFE;
	width: 150px;
	text-align: center;
}
hr.sep {
	color: #F0CEFE;
	border: 2px outset #F0CEFE;
	width: 500px;
	text-align: center;
}


.bodytext {
	text-align: left;
	margin: 3px 20px;
	font-size: 12px;
	color: #1D1023;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.bodyinfo {
	text-align: left;
	margin: 3px 20px;
	font-size: 12px;
	color: #1D1023;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}





/* Search */

form#search {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	background-color: #7C4697;
}
#search .text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 90px;
	background-color: #FAF2FF;
	margin: 0px;
	padding: 0px;
	border: 1px inset #BF9BD0;
	height: 14px;
	vertical-align: middle;
}
#search .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #7C4697;
	color: #FEFBFF;
	margin: 0px;
	width: 44px;
	height: 17px;
	border: 1px outset #BF9BD0;
	vertical-align: top;
	padding: 0px;
	font-weight: bold;
}


/* Page footers */

.bottomnav {
	font: normal bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	border: 1px solid #FAE9D1;
	border-bottom-color: #B1B1B1;
	background-color: #fff8ee;
	padding: 3px 8px 4px;
	}
	.bottomnav a {
		text-align: center;
		padding: 2px;
		}
	a.bottomnav:link {
		text-decoration: none;
		color: #F6E8FF;
		}
	a.bottomnav:visited {
		text-decoration: none;
		color: #F6E8FF;
		}
	a.bottomnav:hover {
		text-decoration: underline;
		color: #660033;
		}
	a.bottomnav:active {
		text-decoration: none;
		color: #F6E8FF;
		}
.Copyright {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8849aa;
	vertical-align: top;
	text-align: center;
	margin: 5px auto;
	width: 730px;
	}
.returnpolicy {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8849aa;
	vertical-align: top;
	text-align: center;
	margin: 5px auto;
	}
.spacedinfo {
	padding: 5px;
	}
.bodydesc {
	text-align: left;
	text-indent: 4px;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 9px;
	color: #4F375E;
}

/* Navigation */

.topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.LeftNav {
	background-color: #ffedc5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8F8F8;
	border-right-color: #F8F8F8;
	border-bottom-color: #9F9F9F;
	border-left-color: #9F9F9F;
}
.LeftNavItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330033;
	text-align: left;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.LeftSubNavItem {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #330033;
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

/* General site formatting */

.FeaturedSelection {
	background-color: #FFFFFF;
	border: 0px solid;
}
.SpecialSelection {
	border: 1px solid #B1B1B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330033;
	background-color: #fff8ee;
}
.specialtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F0075;
	}

.Policy {
	border: 1px solid #B1B1B1;
	background-color: #fff;
	padding:0;
	}
	.Policybar {
		background-color: #7C4697;
		background-image: url(images/Main/MainPgPolicyBg.gif);
		height:22px;
		font-weight: bold;
		color: #fff;
		}
		div.polnavleft {
			float:left;
			font: normal bold 8px/120% Verdana, Arial, Helvetica, sans-serif;
			padding: 3px 10px;
			color: #fff;
			}
		div.polnavright {
			float:right;
			font: normal bold 8px/120% Verdana, Arial, Helvetica, sans-serif;
			padding: 3px 10px;
			color: #fff;
			}
			div.polnavright a {
				color: #fff;
				}
	.policynav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4F0075;
		}
		div#policynav-L {
			width: 90px;
			height: 25px;
			background-image:url(http://www.craniyums.com/images/Main/CranLogosm.jpg);
			background-position:right;
			background-repeat:no-repeat;
			float: left;
			}
		div#policynav-R {
			width: 80px;
			height: 25px;
			background-image:url(http://www.craniyums.com/images/Main/madeforme.gif);
			background-position:left;
			background-repeat:no-repeat;
			float: right;
			}
		.policynavtext {
			font: bold 11px/120% Verdana, Arial, Helvetica, sans-serif;
			margin: 0 auto;
			color: #4F0075;
			padding: 5px 0 0 0;
			}

.HotItem {
	color: #FF0000;
	font-weight: bold;
	}

.emphasis {
	font-weight: bold;
	color: #4F0075;
	}

.title {
	font-weight: bold;
	color: #5B1D7A;
	}
.qtyid {
	height: 16px;
	width: 18px;
	text-align: center;
	background-color: #F7F7F7;
	border: 1px inset #FFEDC5;
	margin-left: 4px;
	margin-right: 4px;
}

.mainpageitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	text-align: justify;
	margin-top: 0px;
}
.subitem {
	text-align: left;
	padding-left: 10px;
}
.infotable {
	border: 1px solid #F5EAD8;
}
.bartext {
	background-color: #7C4697;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
.desclist {
	margin-left: 10px;
	}
.Contentarea {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBDBF2;
	border-right-color: #EBDBF2;
	border-bottom-color: #B67DD0;
	border-left-color: #B67DD0;
}

.faqtext {
	text-align: left;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 3px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #7C4697;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
	text-indent: 4px;
	border-bottom-color: #7C4697;
}
.articletext {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #1D1023;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 4px;
}
.abouttext {
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #1D1023;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: -4px;
}


.quotetable {
	background-color: #FDF2FF;
	border: 1px solid #E7B3FD;
	padding: 1px;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FDF2FF;
	font-style: italic;
	border: 1px solid #CABEAE;
	padding: 3px;
	text-align: left;
	color: #3F1353;
}

.blurbtable {
	background-color: #FDF2FF;
	border: 1px solid #E7B3FD;
	padding: 1px;
	margin: 10px auto;
	}
	.blurb {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		background-color: #FDF2FF;
		font-style: normal;
		border: 1px solid #CABEAE;
		padding: 6px;
		text-align: center;
		color: #3F1353;
		}





/* Products Pages */

.catdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #F0CEFE;
	color: #3D0079;
}
.catnote {
	font-size: 10px;
	color: #3D0079;
	margin: auto;
}
.catdesctitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F0075;
	padding-bottom: 2px;
}
.cattitle {
	font: normal bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #4F0075;
	padding: 3px 4px 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FBF2FF;
	border-right-color: #FBF2FF;
	border-bottom-color: #EAC6FF;
	border-left-color: #EAC6FF;
	background-color: #F8ECFF;
	background-image: url(images/Main/CatBarBg2.gif);
}

.catpdf {
	text-align:center;
	color: #4F0075;
	padding:5px 6px 7px 4px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FBF2FF;
	border-right-color: #FBF2FF;
	border-bottom-color: #EAC6FF;
	border-left-color: #EAC6FF;
	background-color: #F8ECFF;
	background-image: url(images/Main/CatBarBg2.gif);
	}
	.catpdf a {
		text-align:center;
		font: normal bold 13px Verdana, Arial, Helvetica, sans-serif;
		font-variant:small-caps;
		}

.formradio {
	background-color: #FFFFFF;
	}
#Addtocart {
	width: 83px;
	color: #000000;
	background-color: #FFEDC5;
	margin-bottom: 5px;
	}
#Addtocart2 {
	width: 80px;
	color: #000000;
	background-color: #FFEDC5;
}
.Featuredbar {
	background-color: #7C4697;
	background-image: url(images/Main/MainPgUBarBg.gif);
}
.Specialbar {
	background-color: #fbb156;
	background-image: url(images/Main/MainPgLBarBg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F0075;
}
.OrderNow {
	border: 1px solid #B1B1B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #796342;
	background-color: #fff8ee;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}

.proddesc {
	text-align: center;
	width: 100%;
	margin: 5px auto;
	clear: both;
	}




/* University */

div#univhdrbg {
	background: #5c3896 url(images/University/univ-hdrbg.gif) repeat-x;
	margin: 2px 2px 18px;
	}
	h2#univheader {
		font-size: 15px;
		margin: 0 auto;
		padding: 0;
		width: 158px;
		height: 110px;
		position: relative;
		color: white;
		}
		h2#univheader span {
			background: url(images/University/univ-mainlogo.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}

.univ_smbox {
	text-align: center;
	margin: 10px auto 20px;
	padding: 0;
	}
	.univ_smbox .top {
		background: url(images/University/univ_smboxtop.gif) no-repeat;
		margin: 0 auto;
		padding: 0;
		width: 336px;
		height: 8px;
		position: relative;
		}
	.univ_smbox .fill {
		background: url(images/University/univ_smboxfill.gif) repeat-y;
		margin: 0 auto;
		width: 336px;
		position: relative;
		}
		.univ_smbox .fill p {
			margin: 0 auto;
			padding: 0 10px 8px;
			text-align: center;
			width: 316px;
			position: relative;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #4F0075;
			}
	.univ_smbox .btm {
		background: url(images/University/univ_smboxbtm.gif) no-repeat;
		margin: 0 auto;
		padding: 0;
		width: 336px;
		height: 9px;
		position: relative;
		}

.univ_box {
	text-align: center;
	margin: 10px auto;
	padding: 0;
	}
	.univ_box .top {
		background: url(images/University/univ_boxtop.gif) no-repeat;
		margin: 0 auto;
		padding: 0;
		width: 532px;
		height: 14px;
		position: relative;
		}
	.univ_box .fill {
		background: url(images/University/univ_boxfill.gif) repeat-y;
		margin: 0 auto;
		width: 532px;
		position: relative;
		}
		.univ_box .fill p {
			margin: 0 auto;
			padding: 0 10px 8px;
			text-align: center;
			width: 480px;
			position: relative;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #4F0075;
			}
		.univ_box .intop {
			background: url(images/University/univ_inboxtop.gif) no-repeat;
			margin: 0 auto;
			padding: 0;
			width: 532px;
			height: 10px;
			position: relative;
			}
		.univ_box .infill {
			background: url(images/University/univ_inboxfill.gif) repeat-y;
			margin: 0 auto;
			width: 532px;
			position: relative;
			}
			.univ_box .infill p {
				margin: 0 auto;
				padding: 0 10px 8px;
				text-align: center;
				width: 450px;
				position: relative;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #4F0075;
				}
		.univ_box .inbtm {
			background: url(images/University/univ_inboxbtm.gif) no-repeat;
			margin: 0 auto;
			padding: 0;
			width: 532px;
			height: 14px;
			position: relative;
			}

	.univ_box .btm {
		background: url(images/University/univ_boxbtm.gif) no-repeat;
		margin: 0 auto;
		padding: 0;
		width: 532px;
		height: 14px;
		position: relative;
		}

div#incbalamntsof {
	margin: 20px auto 0;
	padding: 0;
	width: 305px;
	height: 270px;
	position: relative;
	}

div#conditionsassoc {
	margin: 10px auto 0;
	padding: 0;
	width: 304px;
	height: 166px;
	position: relative;
	}

div#prdctsel {
	margin: 10px auto 0;
	padding: 0;
	width: 332px;
	height: 254px;
	position: relative;
	}

.univtext {
	text-align: justify;
	margin: 3px 60px;
	padding: 0 0 0 10px;
	}
	.univtext p.brch {
		text-align: left;
		margin: 20px auto;
		width: 350px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align:justify;
		color: #1D1023;
		}
	.univtext p.prdct {
		text-align: justify;
		margin: 0 auto;
		padding: 0 5px 5px;
		text-indent: 3px;
		width: 450px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #1D1023;
		}
	.univtext ul {
		width: 410px;
		margin: 5px auto;
		padding: 5px 10px 5px;
		}
		.univtext ul li {
			padding: 2px 5px 5px;
			font-family: Georgia, Times New Roman, Times, serif;
			font-size: 12px;
			color: #1D1023;
			list-style: outside;
			}

	.univtext p.desc {
		margin: 8px;
		padding: 0 10px;
		text-indent: -10px;
		}

	.univtext p.info {
		text-align: left;
		margin: 5px 20px;
		font-size: 11px;
		color: #1D1023;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
		}

	.univtext h3#advant {
		margin: 10px auto 0;
		width: 304px;
		height: 56px;
		position: relative;
		font-size: 13px;
		}
		.univtext h3#advant span {
			background: url(images/University/advantofcraniyums.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}


	.univtext h3#whatcauses {
		font-size: 13px;
		margin: 10px auto 0;
		width: 304px;
		height: 50px;
		position: relative;
		}
		.univtext h3#whatcauses span {
			background: url(images/University/whatcauses.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}


	.univtext h3#howtoimprove {
		font-size: 13px;
		margin: 10px auto 0;
		width: 304px;
		height: 50px;
		position: relative;
		}
		.univtext h3#howtoimprove span {
			background: url(images/University/howtoimprove.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}

	.univtext h3#howdocraniyumswork {
		font-size: 13px;
		margin: 10px auto;
		width: 304px;
		height: 38px;
		position: relative;
		padding-bottom: 10px;
		}
		.univtext h3#howdocraniyumswork span {
			background: url(images/University/howdocraniyumswork.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}


	h3#dietsupp {
		margin: 0 auto;
		padding: 10px auto 0;
		width: 310px;
		height: 32px;
		position: relative;
		font-size: 14px;
		}
		h3#dietsupp span {
			background: url(images/University/prodline-dietsupp.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}
	h3#stressrelief {
		margin: 0 auto;
		width: 310px;
		height: 32px;
		position: relative;
		font-size: 14px;
		}
		h3#stressrelief span {
			background: url(images/University/prodline-stress.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}
	h3#moodbal {
		margin: 0 auto;
		width: 310px;
		height: 32px;
		position: relative;
		font-size: 14px;
		}
		h3#moodbal span {
			background: url(images/University/prodline-moodbal.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}
	h3#eneredge {
		margin: 0 auto;
		width: 310px;
		height: 35px;
		position: relative;
		font-size: 14px;
		}
		h3#eneredge span {
			background: url(images/University/prodline-enedge.gif) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			}

	p.prdctdesc {
		text-align: justify;
		margin: 0 0 5px;
		padding: 0 5px 5px;
		text-indent: 3px;
		width: 380px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #1D1023;
		}




/* Restore Score */

.restore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
.restoretable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79677E;
	border-right-color: #79677E;
	border-bottom-color: #79677E;
	border-left-color: #79677E;
}
.restorecel {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A596A9;
	border-right-color: #A596A9;
	border-bottom-color: #A596A9;
	border-left-color: #A596A9;
}
.restorerescel {
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79677E;
	border-right-color: #79677E;
	border-bottom-color: #79677E;
	border-left-color: #79677E;
}
.restore1 {
	border: 1px solid #B1B1B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56462E;
	background-color: #fff8ee;
	margin: 0px;
	padding: 4px;
}
.restore2 {
	border: 1px solid #B1B1B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F0075;
	background-color: #F8ECFF;
	margin: 0px;
	padding: 4px;
}
.restorelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: -6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}





/***  More stuff ***/


.flavortable {
	color: #FFEDC5;
}

.strikeout {
	text-decoration: line-through;
}
.saleprice {
	color: #FF0000;
}

.hormoneblog {
	font-size: 12px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5F4429;
	border: 1px solid #B1B1B1;
	background-color: #FFFDFB;
	margin: 8px 40px;
}

.shipping {
	border: 1px solid #B1B1B1;
	background-color: #FFFDFB;
	margin: 8px 40px;
	}
	.shippingicon-sun {
		width: 42px;
		height: 44px;
		background-image:url(/images/Index/ShippingIcon-Sun.gif);
		background-position:left;
		background-repeat:no-repeat;
		float: left;
		}
	.shippingicon-box {
		width: 42px;
		height: 44px;
		background-image:url(/images/Index/ShippingIcon-Box.gif);
		background-position:left;
		background-repeat:no-repeat;
		float: right;
		}
	.shippingtext {
		text-align: justify;
		width: auto;
		font-size: 12px;
		padding: 8px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #5F4429;
		}

.announce {
	border: 1px solid #B1B1B1;
	background-color: #FFFDFB;
	margin: 8px 50px;
	padding: 20px 5px 15px;
	height: 54px;
	}
	div#announceimg-L {
		display:block;
		width: 62px;
		height: 44px;
		background-color: #FFFDFB;
		background-image:url(http://www.craniyums.com/images/Index/AnnounceIcon-Natural.gif);
		background-position:right;
		background-repeat:no-repeat;
		float: left;
		}
	div#announceimg-R {
		width: 62px;
		height: 44px;
		background-image:url(http://www.craniyums.com/images/Index/AnnounceIcon-Kosher.gif);
		background-position:left;
		background-repeat:no-repeat;
		float: right;
		}
		.announcetext {
			text-align: center;
			width: auto;
			font-size: 13px;
			padding: 0px 0px 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			line-height:120%;
			color: #5F4429;
			}
.announcetbl {
	border: 1px solid #B1B1B1;
	background-color: #FFFDFB;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.univpdf {
	border: 1px solid #B1B1B1;
	margin: 15px 50px;
	padding: 15px 30px 15px 127px;
	background: #FFFDFB url(http://www.craniyums.com/images/Main/UnivBottle.gif) no-repeat 0 5px;
	}
	.univpdftext {
		text-align: justify;
		text-indent:5px;
		width: auto;
		font-size: 13px;
		padding: 8px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height:150%;
		color: #5F4429;
		}


#printlink { float: right; margin: 5px 5px 0 0; height: 15px; padding:5px; border: 1px dotted; }
#printlink a { height: 20px; padding: 2px; padding-left: 20px; background: url(images/printer_icon.gif) 0 0 no-repeat; font-size: 10px; }



*.x {
	display: none;
	}


/* special thanks to http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




