#breadcrumbs *{
	font-family: tahoma;
	font-size: 8pt;
	color: #8e0345;
	text-decoration: none;
}
#breadcrumbs a{
	font-family: tahoma;
	font-size: 8pt;
	color: #8e0345;
	text-decoration: none;
}
#breadcrumbs a:visited {
	font-family: tahoma;
	font-size: 8pt;
	color: #8e0345;
	text-decoration: none;
}
#breadcrumbs a:hover {
	font-family: tahoma;
	font-size: 8pt;
	color: #a90274;
	text-decoration: underline;
}

.head1 {
	font-family: Trebuchet MS;
	font-size: 20pt;
	color: #7b6981;
}
.clicklarger {
	font-family: tahoma;
	font-size: 9pt;
	color: black;
}
.productdescription {
	font-family: arial;
	font-size: 10pt;
	color: black;
}

.footerlinks {
	font-family: tahoma;
	font-size: 10pt;
	color: #410056;
}

.footerlinks a:link, .footerlinks a:visited {
	font-family: tahoma;
	font-size: 10pt;
	color: #410056;
	text-decoration: none;
}

.footerlinks a:hover, .footerlinks a:active {
	font-family: tahoma;
	font-size: 10pt;
	color: #410056;
	text-decoration: underline;
}

.footercopyright {
	font-family: tahoma;
	font-size: 8pt;
	color: #a90274;
}

.footercopyright a:link,a:visited {
	font-family: tahoma;
	font-size: 8pt;
	color: #a90274;
	text-decoration: none;
}

.footercopyright a:hover,a:active {
	font-family: tahoma;
	font-size: 8pt;
	color: #a90274;
	text-decoration: underline;
}

a:link {
	font-family: tahoma;
	font-size: 10pt;
	color: #410056;
	text-decoration: none;
	}
	
a:hover {
	font-family: tahoma;
	color: #a90274;
	text-decoration: underline;
}

#cart {
	font-family: arial;
	font-size: 10pt;
	color: black;
}

#cart h1 {
	font-family: Trebuchet MS;
	font-size: 20pt;
	color: #7b6981;
}

.category_header, .checkout_header {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #7b6981;
	font-weight: bold;
	border-bottom: solid 1px #7b6981;
}

.checkout_odd {
	border-bottom: dotted 1px #7b6981;
}

.checkout_even {
	border-bottom: dotted 1px #7b6981;
	background-color: #F0F0F0;
}


/*
	N E W   H O M E P A G E    S T Y L E S
*/

/* S U B   H E A D */
	#subhead {
		width: 397px;
		float: left;
		margin: 0;
		padding: 0 0 0 95px;
	}
	
	/* P H O N E   O R D E R S */
	#phoneorders {
		float: left;
		clear: right !important;
		margin: 0;
		padding: 0 0 0 48px;
	}
		
	/* T A G   L I N E */
	#tagline {
		width: 397px;
		height: 56px;
		text-indent: -999999px;
		float: left;
		margin: 0;
		padding: 0;
		background: url(../images/tagline.gif) no-repeat;
	}
	
	

/* M A I L I N G   L I S T */
	#mailinglist {
		float: right;
	}
	form {
		margin: 0;
		padding: 0;
	}
	#mailinglist dl {
		margin: 0;
		padding: 0;
	}
		#mailinglist dt {
			float: left;
			padding-right: 10px;
		}



/* T O P   P R O D U C T    L I S T */
#top-list {
	color: #dc679e;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: right;
}
#top-list img, #top-list a img {
	border: none;
}
#top-list p {
	margin: 0;
	padding: 0 10px 0 0;
}
#top-list a {
	color: #dc679e;
	font-size: 15px;
	font-weight: bold;
}
#top-list p.title {
	padding-top: 10%;
}
#top-list p.price {
	font-size: 13px;
}




/* C O N T E N T   I N T R O */
#content-intro {
	padding: 0 20px 0 20px;
	text-align: justify;
}
#content-intro a {
	color: #7b6981;
	text-decoration: none;
	font-size: 12px;
}
#content-intro p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}





		
/* F E A T U R E S */
#features {
	padding: 30px 0 0 0;
	text-align: center;
}
	#feature li a {
		border: none;
	}





/* Navigation --------------------------------------------------- */
/* -------------------------------------------------------------- */
#nav {
	width: 980px;
	height: 30px;
	float: left;
	list-style: none;
	background: #c6aede;
	margin: 0;
	padding: 0;
}
	#nav li {
		height: 30px;
		float: left;
		display: inline;
	}
	#nav li a {
		outline: none;
		height: 30px;
		float: left;
		text-indent: -999999px;
	}
	
	/* Home Tab */
	#nav-home a {
		width: 80px;
		background: url(../images/nav/nav-home.png) 0 0 no-repeat;
	}
		#nav-home a:hover {
			background: url(../images/nav/nav-home.png) 0 -30px no-repeat;
		}
		
	/* about Tab */
	#nav-about a {
		width: 113px;
		background: url(../images/nav/nav-about.png) 0 0 no-repeat;
	}
		#nav-about a:hover {
			background: url(../images/nav/nav-about.png) 0 -30px no-repeat;
		}
		
	/* contact Tab */
	#nav-contact a {
		width: 138px;
		background: url(../images/nav/nav-contact.png) 0 0 no-repeat;
	}
		#nav-contact a:hover {
			background: url(../images/nav/nav-contact.png) 0 -30px no-repeat;
		}
		
	/* shopping Tab */
	#nav-shopping a {
		width: 206px;
		background: url(../images/nav/nav-shopping.png) 0 0 no-repeat;
	}
		#nav-shopping a:hover {
			background: url(../images/nav/nav-shopping.png) 0 -30px no-repeat;
		}
	
	/* parties Tab */
	#nav-parties a {
		width: 192px;
		background: url(../images/nav/nav-parties.png) 0 0 no-repeat;
	}
		#nav-parties a:hover {
			background: url(../images/nav/nav-parties.png) 0 -30px no-repeat;
		}
		
	/* news Tab */
	#nav-news a {
		width: 75px;
		background: url(../images/nav/nav-news.png) 0 0 no-repeat;
	}
		#nav-news a:hover {
			background: url(../images/nav/nav-news.png) 0 -30px no-repeat;
		}
	
	/* cart Tab */
	#nav-cart a {
		width: 176px;
		background: url(../images/nav/nav-cart.png) 0 0 no-repeat;
	}
		#nav-cart a:hover {
			background: url(../images/nav/nav-cart.png) 0 -30px no-repeat;
		}

