<style>

/*
Colors used:
#F5EBF0 - very light pink/gray
#ffc3ff - pink
#cb84be dark pink
#5A3159 - dark purple
#EEFFEE - very light blue (used only for subcategory box)
*/

body {
	margin: 0; /* to make page centered */
	text-align: center; /* to make page centered */
	background-color: #ffc3ff;
	border:0; padding:0;
	}


/************************************/
/*	 Level 1 Container & Contents 	*/
/************************************/
#level1container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 816px;
	top: 0px;
	background-image: url(images/leftrightborder.jpg);
	background-repeat: repeat-y;
	background-color: #cb84be;
	}

#leftborder { /*placeholder to save 8px on the left side for the background image to show as the left border*/
	float: left;
	width: 8px;
	}
	
#level2container {
	float: left;
	width: 800px;
	}

#rightborder { /*placeholder to save 8px on the right side for the background image to show as the right border*/
	float: left;
	width: 8px;
	}
	

/********************************/
/*	 Level 2 Container Contents	*/
/********************************/
/*Title*/
#titlecontainer {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
	}
/*Top Border*/
#topbordercontainer {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	}

/*Top Menu*/
#topmenucontainer {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #5A3159; /* dark purple */
	}

/* Date */
#date {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 7pt;
	font-weight: bold;
	color: white;
	}

/* Search Box */
#searchbox {
    width: 140px;
    height: 25px;
    margin: 5px 0 5px 8px;
	background: url(images/searchbox_bg.gif) no-repeat left top;
	padding: 0px;
	}

#searchbox #sbtext {
    float: left;
    padding: 0;
    margin: 6px 0 0 8px;
	border: none; 
    width: 100px;
	height: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: transparent;
	}

#searchbox #sbsubmit {
	float: right;
	border-style: none;
	width: 15px;
	height: 15px;
	margin: 5px 0 5px 0;
	}

/*Left Menu*/
#leftmenucontainer {
	float: left;
	width: 156px;
	height: 100%;
	/*min-height: 1000px;
	height: auto !important;  /* To make min-height work in IE */
	margin: 0px;
	padding: 0px;
	background-color: #cb84be; /* dark pink */
	}

#leftmenu { /* position, size, and font of  menu */
	width: 146px; /* width of menu item (i.e., box), when combined with border and padding it must equal table width*/
	height: 100%;
	text-align: left;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	}

#leftmenu a { /* all menus at rest */
	width: 100%;
	display: block;						
	padding: 0.1em 0 0.1em 10px; /* expands menu box vertically and indents text */
	white-space: nowrap;
	color: white;
	background-color: #cb84be;
	text-decoration:none; /* removes underlines from links */
	}

#leftmenu a.parent { /* attaches parent-arrow on all parents */
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#leftmenu a:hover { /* all menus on mouse-over */
	color: black;
	background-color: #ffb6ef;
	}
	
#leftmenu li {
	list-style-type: none; /* removes bullets */
	width: 100%;
	}

#leftmenu ul li {
	position: relative;
	}

#leftmenu li ul {
	position: absolute;
	top: 0;
	left: 156px; /* submenu distance from left menu (this should equal the width value of #leftmenu, border, and padding combined) */
	display: none;
	}

#leftmenu ul, #leftmenu ul ul, div#leftmenu ul ul ul {
	margin: 0; /* keeps the menu parts together */
	padding: 0;
	width: 146px; /* width of sub menus  (this should be the same as width value in #leftmenu above) */
	font-size: 1px; /* IE hack: IE puts vertical space after ul tags to accomodate a larger font size unless the font size is reduced */
	}

#leftmenu ul li, #leftmenu ul li ul li, #leftmenu ul li ul li ul li {
	font-size: 8pt;
	}

#leftmenu ul ul, div#leftmenu ul ul ul, div#leftmenu ul li:hover ul ul, div#leftmenu ul li:hover ul ul ul {
	display: none;
	}

#leftmenu ul li:hover ul, div#leftmenu ul ul li:hover ul, div#leftmenu ul ul ul li:hover ul {
	display: block;
	}

/*Left Menu Ads Container*/
#leftmenuadscontainer {
	width: 146px;
	margin: 0;
	padding: 12px;
	}

/*Top Ads Container*/
#topadscontainer {
	float: left;
	width: 644px;
	height: auto !important;  /* To make min-height work in IE */
	margin: 0px;
	padding: 0px;
	background-color: #F5EBF0; /* very light pink/gray */
	}

/*Content Product Container*/
#contentproductcontainer {
	float: left;
	width: 644px;
	min-height: 50px;
	height: auto !important;  /* To make min-height work in IE */
	margin: 0px;
	padding: 10px 0 0 0;
	background-color: #F5EBF0; /* very light pink/gray */
	}





/********************************************/
/*	  Content & Product Container Contents	*/
/********************************************/

/*Content Container*/
#contentcontainer {
	float: left;
	width: 624px;
	min-height: 50px;
	height: auto !important;  /* To make min-height work in IE */
	margin: 0px;
	padding: 10px;
	}

/*Product Container*/
#productcontainer {
	float: left;
	width: 624px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	}
	

/***** Content Container Formatting *****/
/* Title */
h1 {
	font-family: "Comic Sans MS";
	font-size: 13pt;
	font-weight: bold;
	color: #5a3159;
	text-align: left;
	padding-left: 10;
	padding-right: 10;
	}
/* Content text */
h2 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #5a3159;
	text-align: justify;
	padding-left: 10;
	padding-right: 10;
	}
	
h2.title {
	font-weight: bold;
	padding-top: 20;
	}

h2 a {
	color: #5a3159;
	text-decoration: underline;
	}

h2 a:hover {
	color: #ffb6ef;
	text-decoration: underline;
	}

div.breadcrumbs {
	color: #5a3159;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	}

/* Breadcrumbs */
div.breadcrumbs a {
	color: #5a3159;
	text-decoration: none;
	font-weight: normal;
	}

div.breadcrumbs a:hover {
	color: #ffb6ef;
	text-decoration: underline;
	}

/* Pagination */
ul.pagination {
	color: #5a3159;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	float: right;
	}

ul.pagination li {
	float: left;
	padding: 0px 6px;
	}

ul.pagination li.next a {
	color: #5a3159;
	}

ul.pagination li.previous a {
	color: #5a3159;
	}

ul.pagination li p {
	margin: 0px;
	padding: 0px;
	}

/* Categories */
ul.categories {
	list-style: none;
	margin: 10px 0 15px 0;
	min-height: 1px; /* IE7 Hack */
	line-height: 1.75em;
	background: #EEFFEE;
	padding: 8px;
	}

ul.categories li {
	width: 33%;
	float: left;
	}

ul.categories a {
	color: #5a3159;
	text-decoration: none;
	font-weight: bold;
	}

ul.categories a:hover {
	color: #ffb6ef;
	text-decoration: underline;
	}

ul.categories div.symbol {
	/* formatting for the >> and << before and after each category */
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #5a3159;
	margin: 0;
	padding: 0 0 4px 0;
}


/* Products */
ul.products {
	list-style: none;
	margin: 0 0 1em 0;
	min-height: 1px; /* IE7 Hack */
	margin-left: -14px;
	_margin-left: -28px; /* IE6 Hack */
	_width: 586px; /* IE6 Hack */
	}

ul.products li {
	width: 22%;
	float: left;
	margin-left: 10px;
	margin-bottom: 18px;
	}

ul.products li h4 {
	height: 2.5em;
	overflow: hidden;
	}

ul.products li img {
	border: none;
	width: 129px;
	height: 129px;
	}

ul.products p.price {
	font-size: 10px;	
	}

/* Individual Product */
div.product {
	margin-bottom: 18px;
	min-height: 1px; /* IE7 Hack */
	color: #5a3159;
	}

div.product div {
	width: 273px;
	padding: 15px 30px 0 0;
	float: right;
	}

div.product img {
	float: left;
	padding: 0 10px 0 10px;
	height: 273px;
	width: 273px;
	border: none;
	}
	
p.description {
	text-align: justify;
	font-weight: normal;
	}

#individualproductbutton {
	/* containing div is 273px wide with 30px padding on the right (243px actual space), 57px left margin should center this button */
	float: left;
	width: 129px;
	margin: 0 0 0 57px;
	}

/* 'You Might Also Like' Section */
div.xsell {
	}

div.xsell h3 {
	color: #5a3159;
	}


/* Learn More / Buy Now Buttons */
ul.products li a.button {
	width: 129px;
	background: url(images/button_129.gif) no-repeat;
	}

a.button {
	float: left;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 147px;
	background: url(../images/button_147.gif) no-repeat;
	color: #5a3159;
	text-decoration: none;
	font-weight: bold;
	}

a.button:hover {
	color: #ffb6ef;
	}


/***** Footer *****/
a.footer {
	color: #5a3159;
	}

	

/* For Index.php - List of Shopping Categories */
ul.hero {
	list-style: none;
	margin: 15px 0 15px 0;
	min-height: 1px; /* IE7 Hack */
	}

ul.hero li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	}

ul.hero li h3 {
	margin: 0px;
	font-size: 15px;
	}

ul.hero li p {
	margin: 0px;
	}

ul.hero li a {
	color: #5a3159;
	text-decoration: none;
	font-weight: bold;
	}

ul.hero li a:hover {
	color: #ffb6ef;
	text-decoration: none;
	}


	
	

	
/* Clearfix Class */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	
	
	
	
	
/* Ad formatting (not just google ads) */
h2.googlead {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #5a3159;
	text-align: justify;
	margin-left: 7.5;
	padding-left: 7.5;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
h2.googlead img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Misc Text Formatting */
h2.title {
	font-weight: bold;
	margin: 30px 0 0 0;
	}
img.affiliateimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Signature text */
h6 {
	font-family: Monotype Corsiva;
	font-size: 12pt;
	font-weight: normal;
	color: #5a3159;
	text-align: right;
	}


div.socialmedia  {
	margin: 0;
	padding: 0;
	border: 0px solid #202020;
	}
div.socialmedia ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	}
div.socialmedia ul li{
	position: relative;
	display: inline;
	float: left;
	width: 50px; /*Width of top level menu link items*/
	padding: 5px 5px 5px 5px;
	border: 0px solid #202020;
	}
div.socialmedia ul li a{
	display: block;
	text-decoration: none;
	}
li.addthisshare {
	font-size: 85%;
	}
.addthis_button_compact .at15t_compact {
		float: left;
	}


/*Top level menu link items style*/




body {
	margin: 0; /* to make page centered */
	text-align: center; /* to make page centered */
	background-color: #ffc3ff;
	}

</style>