/***********************************************************************************/
/* Constellation Beads CSS - Copyright 2006 - www.constellationbeads.co.uk - v1.0 */
/***********************************************************************************/

/**********************
 OVERALL LAYOUT
***********************/

body {
	font-family:  verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/bodyback.jpg) center top;
}

	* html body {
		font-size: small;
	}

#skiptomain {
	display: none;
}

#wrapper {
	width: 820px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	text-align: center;
	background: #fff;
}

#pagecontainer {
	width: 820px;
	background-color: transparent;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	position: absolute;
	* margin-left:expression(document.body.clientWidth < 820? "-" + parseInt(document.body.clientWidth/2) + "px": "-410px" );
}

#border1 {
	background: transparent url(/images/frame-top.gif) no-repeat left top;
}

#border2 {
	background: transparent url(/images/frame-bottom.gif) no-repeat left bottom;
	padding-bottom: 25px;
	padding-top: 25px;
}

#border3 {
	background: transparent url(/images/frame-middle.gif) repeat-y left top;
	padding: 0px 25px;
}

/**********************
 HEADER
***********************/

#header {
	width: 770px;
	margin: 0;
	padding: 0;
}

	#headerlft {
		width: 300px;
		float: left;
	}

	#headerrgt {
		width: 470px;
		float: right;
		text-align: right;
	}

		#hdrlinks {
			float: right;
			margin-right: 5px;
			text-transform: uppercase;
			color: #333;
			font-weight: bold;
			padding-top: 5px;
		}

		#hdrimg {
			float: left;
			margin-left: 0px;
		}

			* html #hdrlinks {
				margin-left: 20px; /* ie6: oooooh, behave! */
			}

			#hdrlinks a:link, #hdrlinks a:visited {
				color: #333;
				font-weight: bold;
				text-decoration: underline;
			}

			#hdrlinks a:hover {
				color: #5D033F;
				text-decoration: underline;
			}

		#cartouter { clear: both; float: right; margin: 0px; padding: 0px; }

.facebook{display:block;float:right;}
/**********************
 TOP NAV BLOCK ONE
***********************/

#tnone {
	clear: both;
	width: 770px;
	height: 30px;
	background: #fff url(/images/bgtnone.gif) no-repeat left top;
}

	#tnone ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline;
	}

	#tnone ul li {
		float: left;
		text-align: center;
		line-height: 20px;
	}

	#tnone ul li.tnoa { width: 68px; }
	#tnone ul li.tnob { width: 142px; }
	#tnone ul li.tnoc { width: 180px; }
	#tnone ul li.tnod { width: 180px; }
	#tnone ul li.tnoe { width: 63px; }
	#tnone ul li.tnof { width: 63px; }
	#tnone ul li.tnog { width: 63px; }

	#tnone ul li a:link, #tnone ul li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		display: block;
		margin: 6px 0;
		border-right: 1px solid #96507f;
		width: 100%;
	}

	#tnone ul li.tnog a:link, #tnone ul li.tnog a:visited {
		border-right: 0;
	}

	#tnone ul li a:hover {
		color: #FDEB89;
		text-decoration: underline;
	}


/**********************
 TOP NAV BLOCK TWO
***********************/

#tntwo {
	clear: both;
	width: 770px;
	height: 31px;
	background: #fff url(/images/bgtntwo.gif) no-repeat left top;
}

#searchblock {
	float: left;
	width: 200px;
}

	#tslft {
		float: left;
	}

		#txtSrch {
			margin: 8px 0px 0px 25px;
			border: 0;
			/* border: 1px solid #c00; */
			font-size: 0.9em;
			width: 130px;
		}

	#tsrgt {
		float: right;
		padding-top: 6px;
	}

#siteblock {
	float: left;
	width: 330px;
	text-align: center;
	font-size: 1em;
	color: #6e2355;
	line-height: 31px;
	font-weight: bold;
}

#customblock {
	float: right;
	width: 230px;
	padding-right: 5px;
	text-align: right;
	line-height: 31px;
	color: #333;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

	#customblock a:link, #customblock a:visited {
		color: #333;
		text-decoration: underline;
	}

	#customblock a:hover {
		color: #5D033F;
		text-decoration: underline;
	}

		#hdrmcart {
			margin-right: 5px;
			clear: both;
			margin-top: 0px;
			float: right;
			text-align: right;
			width: 225px;
		}

			#hdrmcart ul {
				display: inline;
				margin: 0;
				padding: 0;
				list-style: none;
				float: left;
				text-align: right;
			}

			#hdrmcart ul li {
				float: left;
			}

				#hdrmcart ul li.bask {
					width: 150px;
					background: url(/images/navarrow.gif) no-repeat left 12px;
					padding-left: 15px;
					color: #333;
				}

				#hdrmcart ul li.cont {
					width: 55px;
					color: #333;
				}

					#hdrmcart ul li.cont .purptext {
						font-weight: bold;
					}

			#hdrmcart ul li a:link, #hdrmcart ul li a:visited {
				display: block;
				width: 100%;
				color: #333;
				text-decoration: underline;
				text-transform: uppercase;
				font-weight: bold;
				text-align: left;
			}

			#hdrmcart ul li a:hover {
				text-decoration: underline;
				color: #5D033F;
			}

/**********************
 MAIN CONTENT
***********************/

#maincontent {
	clear: both;
	width: 770px;
	padding: 17px 0px 0px 0px;
	margin: 0;
	text-align: left;
}

	/**********************
	 LEFT HAND NAV
	***********************/

	#mclft {
		float: left;
		width: 161px;
		padding: 0;
		margin: 0px 0px 0px 5px;
	}

		#mclft ul {
			width: 155px;
			border-right: 1px solid #D5D5D4;
			border-bottom: 1px solid #D5D5D4;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#mclft ul li {
			margin-left: 0px;
			padding: 5px 10px 5px 16px;
			color: #333333;
			background: #FFF7CD url(/images/navarrow.gif) no-repeat 3px 8px;
			font-weight: bold;
		}

		#mclft ul li.header {
			background: #fff url(/images/bglhsnavheader.gif) no-repeat right top;
			line-height: 33px;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 12px;
			padding: 0px 0px 0px 15px;
			margin-left: 0px;
		}

		#mclft ul a:link, #mclft ul a:visited {
			color: #6E2355;
			text-decoration: none;
			font-weight: normal;
		}

		#mclft ul a:hover {
			color: #E0860D;
			text-decoration: underline;
		}

		#mclft ul li.active a:link, #mclft ul li.active a:visited {
			font-weight: bold;
		}

		#mclft ul.subcat {
			margin: 0px;
			padding: 0px;
			width: 129px;
			border: 0px;
		}

			#mclft ul.subcat li {
				margin: 0px;
				padding: 3px 0px 3px 0px;
				font-weight: normal;
				background: none;

			}

			#mclft ul.subcat li.active {
				font-weight: bold;

			}

			#mclft ul.subcat li a:link, #mclft ul.subcat li a:visited {
				color: #E0860D;
				font-weight: normal;
			}

			#mclft ul.subcat li.active a:link, #mclft ul.subcat li.active a:visited {
				font-weight: bold;
			}


	/**********************
	 RIGHT HAND SIDE
	***********************/

	#mcrgt {
		float: right;
		width: 590px;
	}

		#mcrgtwide {
			float: right;
			width: 740px;
			margin: 0px 0px 0px 30px;
		}

		#mcrgtcustomer {
			float: right;
			width: 590px;
		}

			#mcrgtcustomer p {
				margin-left: 20px;
				line-height: 16px;
			}


			#mcrgtcustomer ul {
				float: left;
				list-style: none;
				padding: 0;
				margin: 20px 0 0 0;
				line-height: 20px;
			}

				#mcrgtcustomer ul li a {
					padding-left: 13px;
					background: #fff url(/images/helpicon.gif) no-repeat left center;

				}

				#mcrgtcustomer ul.ulleft {
					float: left;
					width: 170px;
					padding: 0;
					margin-top: 20px;
					margin-left: 50px;
				}

				#mcrgtcustomer ul.ulmid {
					float: left;
					width: 190px;
					padding: 0;
					margin-top: 20px;
					margin-left: 0px;
				}

				#mcrgtcustomer ul.ulright {
					float: right;
					width: 180px;
					padding: 0;
					margin-top: 20px;
					margin-left: 0px;
				}

		#mcrgtwholesalel {
			float: left;
			width: 330px;
			line-height: 16px;
			background-color: #fff;
		}

			#mcrgtwholesalel ul {
				float: left;
				list-style: none;
				padding: 0;
				margin: 0px 0 0 0;
				line-height: 20px;
			}

				#mcrgtwholesalel ul li {
					padding-left: 13px;
					background: #fff url(/images/helpicon.gif) no-repeat left 5px;

				}

		#mcrgtwholesaler {
			float: right;
			width: 250px;
		}

/**********************
 HOMEPAGE
***********************/

#home_welcome {
	width: 590px;
	height: 230px;
	margin-bottom: 10px;
}

	#home_welcome h1 {
		margin: 0px;
		padding-top: 5px;
		font-size: 16px;
	}

	#home_welcome p {
		margin: 12px 0px;
		line-height: 18px;
		color: #333;
	}

	img.homepic {
		float: right;
		width: 285px;
		height: 230px;
		border: 0px;
	}

div.home_feats {
	clear: left;
	width: 425px;
	float: left;
	border-top: 1px solid #E0860D;
	padding: 15px 0px;
}

	div.home_feat1 {
		float: left;
		width: 204px;
		padding-right: 6px;
		border-right: 1px solid #D5D5D4;
	}

	div.home_feat2 {
		float: left;
		width: 204px;
		padding-left: 6px;
	}

		img.home_feat {
			float: left;
			width: 85px;
			height: 100px;
			border: 0px;
			margin-right: 4px;
		}

		div.home_feattxt {
			float: left;
			line-height: 18px;
			color: #333;
			width: 115px;
		}

			div.home_feattxt p { margin: 0px; }

			div.home_feattxt strong { color: #E0860D; font-size: 12px; }

			div.home_feattxt a:link, div.home_feattxt a:visited {
				font-weight: bold;
				color: #E0860D;
			}

			div.home_feattxt a:hover {
				color: #333;
			}

#best_sellers {
	float: right;
	width: 155px;
	margin-left: 10px;
	padding-bottom: 30px;
	background: #fff url(/images/best-seller-bot.gif) no-repeat left bottom;
}

	#best_sellers h2 {
		width: 135px;
		height: 19px;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		padding: 5px 10px 0px 10px;
		background: #E0860D url(/images/best-seller-top.gif) no-repeat left top;
	}

	div.miniprod {
		clear: both;
		width: 145px;
		margin-top: 0px;
		padding: 30px 0px 5px 10px;
	}

		img.miniprod {
			width: 40px;
			height: 40px;
			float: left;
			margin-right: 5px;
			border: 0px;
		}

	div.featprod {
		float: left;
		width: 200px;
		margin-top: 0px;
		padding: 5px;
	}

		div.featprod img {
			width: 40px;
			height: 40px;
			float: left;
			margin-right: 5px;
			border: 0px;
		}

		div.featprodtxt {
			float: left;
			width: 145px;
			color: #333;
			word-wrap: break-word;
			padding-right: 5px;
		}

		div.featprod a:link, div.featprod a:visited, div.featprod a:hover {
			background-image: none;
			padding-left: 0;
		}

		div.featprodtxt p { margin: 0px; line-height: 16px;}

		div.featprodtxt a:link, div.featprodtxt a:visited {
			font-weight: bold;
			color: #333;
			text-decoration: underline;
			background-image: none;
			padding-left: 0;
		}

		div.featprodtxt a:hover {
			color: #E0860D;
			text-decoration: underline;
		}

		div.featprodtxt a.bestseller:link, div.featprodtxt a.bestseller:visited {
			font-weight: bold;
			color: #333;
			font-size: 10px;
			padding-left: 17px;
			background: transparent url(/images/arrow.gif) no-repeat left top;
			text-decoration: underline;
		}


	div.miniprodtxt {
		float: left;
		width: 95px;
		color: #333;
		word-wrap: break-word;
		padding-right: 5px;
	}


		div.miniprodtxt p { margin: 0px; line-height: 16px;}

		div.miniprodtxt a:link, div.miniprodtxt a:visited {
			font-weight: bold;
			color: #333;
			text-decoration: underline;
		}

		div.miniprodtxt a:hover {
			color: #E0860D;
			text-decoration: underline;
		}

		div.miniprodtxt a.bestseller:link, div.miniprodtxt a.bestseller:visited {
			font-weight: bold;
			color: #333;
			font-size: 10px;
			padding-left: 17px;
			background: transparent url(/images/arrow.gif) no-repeat left top;
			text-decoration: underline;
		}

		div.miniprodtxt a.bestseller:hover {
			color: #E0860D;
		}



/**********************
 BROKERAGE
***********************/

div.subcatbox-top {
	width: 575px;
	height: 10px;
	background: url(/images/subcatbox-top.gif) no-repeat left top;
	font-size: 1px;
}

div.subcatbox {
	width: 514px;
	padding: 0px 31px 0px 30px;
	margin-bottom: 10px;
	background: url(/images/subcatbox.gif) no-repeat left bottom;
}

	div.subcatbox ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		div.subcatbox ul li {
			list-style: none;
			float: left;
			width: 207px;
			height: 50px;
			padding-left: 50px;
			line-height: 18px;
		}

			div.subcatbox a:link, div.subcatbox a:visited {
				background: none;
				padding: 0px;
				margin: 0px;
				color: #000;
				font-weight: bold;
			}

			div.subcatbox a:hover { color: #5D033F; }

			div.subcatbox h2 {
				color: #5D033F;
				margin: 0px 0px 5px 0px;
				padding: 0px;
			}

span.specialoffer {
	position: absolute;
	background: url(/images/specialoffer.png) no-repeat left top;
	width: 50px; height: 50px;
	left: -15px; top: -15px;

	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/specialoffer.png', sizingMethod='scale');

}

div.brokitem {
	float: left;
	width: 125px;
	margin-right: 10px;
	padding: 0px 0px 0px 10px;;
	color: #333;
	line-height: 18px;
	position: relative;
	word-wrap: break-word;
}

div.brokitemend { margin-right: 0px; }

	img.brokimg {
		width: 100px;
		height: 100px;
		border: 0px;
		margin-bottom: 0px;
	}

	div.brokitem p {
		margin: 4px 0px 4px 0px;
	}

	div.brokitem a:link, div.brokitem a:visited {
		font-weight: normal;
		color: #333;
		text-decoration: underline;
		line-height: 14px;
	}

	div.brokitem a:hover {
		color: #5D033F;
		text-decoration: underline;
	}

/**********************
 PROD PAGE
***********************/

#prodleft {
	float: left;
	width: 210px;
	padding: 35px 30px 40px 20px;
	text-align: center;
}

#prodright {
	float: right;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 40px;
	color: #333;
}

	#prodright h1 {
		padding-left: 10px;
		margin-bottom: 0px;
	}

	#prodright p {
		margin: 6px 0px 6px 0px;
		line-height: 18px;
		padding-left: 10px;
	}

	input.qty {
		width: 21px;
		height: 18px;
		background: url(/images/qty.gif) no-repeat left top;
		border: 0px;
		vertical-align: middle;
		color: #333;
		font-family:  arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		font-size: 11px;
		padding: 3px 10px;
		overflow: hidden;
	}

	#buynow {
		margin-top: 10px;
		width: 300px;
		padding-top: 20px;
		padding-left: 10px;
		background: url(/images/buy-top.gif) no-repeat left top;
	}

	#buynowend {
		width: 310px;
		height: 9px;
		background: url(/images/buy-bot.gif) no-repeat left top;
	}


/**********************
 PROJECTS
***********************/

div.projbrok {
	padding-bottom: 15px;
	width: 590px;
	float: right;
}

	div.projbrok img.projimg {
		float: left;
		border: 1px solid #ccc;
		margin-right: 10px;
	}

	div.projbrok p {
		margin: 3px 0px;
	}

	div.projbrok a:link, div.projbrok a:visited {
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	div.projbrok a:hover {
		color: #5D033F;
		text-decoration: underline;
	}

	div.projpage h1 { margin: 10px 0px 5px 0px; }
	div.projpage h2 { margin: 10px 0px 5px 0px; color: #6E2355; }
	div.projpage p { margin: 6px 0px; line-height: 16px; }

/**********************
 WORKSHOPS AND CLASSES
***********************/

table.classtable {
	border-collapse: collapse;
}

table.classtable th {
	background: #6E2355;
	color: #fff;
	padding: 2px 3px;
}

table.classtable td {
	border-bottom: 1px solid #eee;
	padding: 3px 3px;
}



/**********************
 MINI ENQUIRIES
***********************/

#contactform {
	margin-bottom: 10px;
}




/**********************
 FOOTER ONE
***********************/

#footerone {
	background: #fff url(/images/bgfooterone.gif) no-repeat left top;
	width: 770px;
	height: 79px;
	padding: 0;
	margin: 20px 0px 0px 0px;
	color: #333;
}

#footerone h3 {
	color: #E0860D;
	font-size: 1.1em;
	display: inline;
	margin: 20px 0px 0px 30px;
}

#footerone p {
	margin: 4px 0px 0px 0px;
	padding: 0;
}

#footerone a:link, #footerone a:visited {
	color: #333;
	text-decoration: underline;
}

#footerone a:hover {
	color: #E0860D;
}

	#folft {
		float: left;
		width: 215px;
		margin: 8px 0px 0px 15px;
	}

		* html #folft {
			margin-left: 8px;
		}

		#nlsform {
			position: absolute;
			margin: 0px;
			padding: 0px;
		}

			#nlsform input.NlSgUp {
				border: 0;
				width: 135px;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
				background: transparent;
				vertical-align: top;
				cursor: text;
				margin-top: 3px;
				margin-left: 2px;
			}

			#nlsform input.goSrc2 {
				margin-left: 5px;
				margin-top: 2px;
			}

	#fomid {
		float: left;
		width: 180px;
		margin: 8px 0px 0px 33px;
	}

		* html #fomid {
			margin-left: 33px;
		}

	#forgt {
		float: right;
		width: 150px;
		margin: 8px 145px 0px 0px;
	}

		* html #forgt {
			margin-right: 73px;
		}


/**********************
 FOOTER TWO
***********************/

#footertwo {
	margin-top: 10px;
	width: 770px;
	text-align: center;
	color: #333;
	margin-bottom: 0px;
}

#footertwo a:link, #footertwo a:visited {
	color: #333;
	text-decoration: underline;
}

#footertwo a:hover {
	color: #E0860D;
}


/**********************
 GENERIC CLASSES
***********************/

/** font sizes **/
h1 { font-size: 1.3em; }
h1 { color: #E0860D; font-size: 13px; margin-top: 10px;	}

h2 { color: #E0860D; font-size: 12px; margin-top: 10px;	}

h3 { color: #000; font-size: 11px; margin: 0px; padding: 0px; display: inline; }
/** font colours **/

.purptext { color: #5D033F; }
.lightpurp { color: #6C2253; }

/** paragraph / line breaks **/

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
div.breaker { clear: left; font-size: 0.1em; height: 1px; }
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/** other, oh brother! **/

a:link, a:visited { color: #5D033F; text-decoration: underline; }
a:hover { color: #E0860D; text-decoration: underline; }

form.inline { display: inline; padding: 0; margin: 0; }
img { border: 0; }

.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 */


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 0px;
}

#ex-stats {
	float: right;
}

/*********************
 CATEGORY BEST SELL
*********************/

div.cat-best {
	clear: left;
	width: 575px;
	border-top: 1px solid #E0860D;
	padding: 15px 0px;
}

	div.cat-besttxt {
		float: left;
		line-height: 18px;
		color: #333;
	}
		div.cat-besttxt p { margin: 0px; }

		div.cat-besttxt strong { color: #E0860D; font-size: 12px; }

		div.cat-besttxt a:link, div.cat-besttxt a:visited {
			font-weight: bold;
			color: #333;
			font-size: 10px;
			padding-left: 17px;
			background: transparent url(/images/arrow.gif) no-repeat left top;
		}

		div.cat-besttxt a:hover {
			color: #E0860D;
		}

	div.cat-featprod {
		float: left;
		width: 180px;
		margin: 20px 0px 0px 0px;
		padding: 5px;
	}

		div.cat-featprod img {
			width: 40px;
			height: 40px;
			float: left;
			margin-right: 5px;
			border: 0px;
		}

		div.cat-featprodtxt {
			float: left;
			width: 145px;
			color: #333;
			word-wrap: break-word;
			padding-right: 5px;
		}

		div.cat-featprod a:link, div.cat-featprod a:visited, div.cat-featprod a:hover {
			background-image: none;
			padding-left: 0;
		}

		div.cat-featprodtxt p { margin: 0px; line-height: 16px;}

		div.cat-featprodtxt a:link, div.cat-featprodtxt a:visited {
			font-weight: bold;
			color: #333;
			text-decoration: none;
			background-image: none;
			padding-left: 0;
		}

		div.cat-featprodtxt a:hover {
			color: #E0860D;
			text-decoration: underline;
		}

		div.cat-featprodtxt a.bestseller:link, div.cat-featprodtxt a.bestseller:visited {
			font-weight: bold;
			color: #333;
			font-size: 10px;
			padding-left: 17px;
			background: transparent url(/images/arrow.gif) no-repeat left top;
			text-decoration: underline;
		}

/*********************
 W/R PSEUDO BUTTONS
*********************/

#goto-wholesale {
	background: #ffffff url(/images/gotowholesale.gif) no-repeat left top;
	width: 165px;
	height: 23px;
	text-align: right;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 10px;
}

	#goto-wholesale a:link, #goto-wholesale a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 5px 0 0 0;
	}

	#goto-wholesale a:hover {
		text-decoration: underline;
	}

#wholesale-beads {
	background: #ffffff url(/images/but-wholesale.gif) no-repeat left top;
	width: 215px;
	height: 28px;
	text-align: right;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 11px;
}

	#wholesale-beads a:link, #wholesale-beads a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 7px 0 0 0;
	}

	#wholesale-beads a:hover {
		text-decoration: underline;
	}

#goto-retail {
	background: #ffffff url(/images/gotoretail.gif) no-repeat left top;
	width: 145px;
	height: 23px;
	text-align: right;
	margin: 0 12px 0 0;
	padding: 0 15px 0 0;
	font-size: 10px;
}

	#goto-retail a:link, #goto-retail a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 5px 0 0 0;
	}

	#goto-retail a:hover {
		text-decoration: underline;
	}


#retail-beads {
	background: #ffffff url(/images/but-retail.gif) no-repeat left top;
	width: 186px;
	height: 28px;
	text-align: right;
	margin: 0;
	padding: 0 44px 0 0;
	font-size: 11px;
}

	#retail-beads a:link, #retail-beads a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 7px 0 0 0;
	}

	#retail-beads a:hover {
		text-decoration: underline;
	}
.reviewall{
	float: left;
	width: 580px;
	clear: left;
}
.reviewall h2{

	height: 17px;
}
.review{
	float: left;
	width: 580px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff url(/images/rhstxtbg.gif) repeat-x left bottom;
}

#eXTReMe {
	display: none;
}