/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0.5em 0 1.0em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin:0.5em 0 0.2em 0;}

body {
	background: #eee url(images/bodyback.gif) repeat top center;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
 HEADERS
**********/

#maincontent h1 { font-size: 1.4em; color: #f09; font-weight: normal; margin-top: 15px;}
#maincontent h2 { font-size: 1.1em; color: #666; font-weight: bold; }
#maincontent h3 { font-size: 1.0em; color: #000; letter-spacing: -1px;}

/**********
 FORMS
**********/

form { display: inline; }


/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 937px;
	margin: 0 auto;
	font-size: 0.85em;
}

	#pagecontainer {
		width: 937px;
		padding: 15px 0px;
		position: relative;
	}


		#header {
			width: 937px;
			margin-top: 4px;
			}

			#toplogo {
				padding: 2px 0px 2px 0px;
				width: 200px;
				float: left;
				font-size: 0.9em;
				
			}

			#toptext {
				padding: 30px 0px 2px 0px;
				width: 200px;
				float: left;
				font-size: 1.2em;
				color: #666;
				
			}

			#topright {
				padding: 10px 0px 0px 0px;
				width: 400px;
				float: right;
				text-align: right;
				font-size: 0.8em;
			}

			#topright a:link, #topright a:visited { color: #f09; text-decoration: none; }
			#topright a:hover { color: #f09; text-decoration: underline; }


		#topnav {
			width: 937px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #f09 url(images/topnavback.gif) repeat-x top center;
		}


		#topbar {
			width: 935px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #ccc;
			border-left: 1px solid #f09;
			border-right: 1px solid #f09;
		}

			#breadcrumb {
				width: 680px;
				float: left;
				padding: 7px 10px 5px 10px;
				font-size: 0.9em;
			}

			#breadcrumb a:link, #breadcrumb a:visited { color: #fff; text-decoration: none; }
			#breadcrumb a:hover { color: #fff; text-decoration: underline; }


			#topdate {
				width: 200px;
				float: right;
				text-align: right;
				padding: 7px 10px 5px 0;
				font-size: 0.8em;
				color: #fff;
			}




		#maincontent {
			width: 905px;
			margin: 0px;
			padding: 10px 15px;
			background: #fff;
			color: #000;
			line-height: 1.5em;
			font-size: 0.95em;
			border-left: 1px solid #f09;
			border-right: 1px solid #f09;
		}

			#maincontent a:link, #maincontent a:visited { color: #f09; text-decoration: none; }
			#maincontent a:hover { color: #f09; text-decoration: underline; }
			
			

		#footer {
			margin-top: 0px;
			clear: both;
			width: 905px;
			font-size: 0.9em;
			color: #ddd;
			padding: 10px 15px;
			background: #666 url(images/footerback.gif) repeat-x top center;
			border-left: 1px solid #f09;
			border-right: 1px solid #f09;
			border-bottom: 1px solid #f09;
		}


			#footer1 {
				width: 182px;
				float: left;
				padding: 0 20px 0 10px;
				margin: 0 19px 0 0;
				background: url(images/footerline.gif) no-repeat top right;
			}

			#footer2 {
				width: 172px;
				float: left;
				padding: 0 20px 0 20px;
				margin: 0 19px 0 0;
				background: url(images/footerline.gif) no-repeat top right;
			}
			
				input.tellafriend {
					float: left;
					margin-bottom: 5px;
					width: 150px;
					border: 1px solid #666;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 0.9em;
				}

				input.tellafriendsubmit {
					float: left;
					width: 125px;
					margin-left: 2px;
					background: #f09;
					color: #000;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 0.9em;
				}

			#footer3 {
				width: 172px;
				float: left;
				padding: 0 20px 0 20px;
				margin: 0 19px 0 0;
				background: url(images/footerline.gif) no-repeat top right;
			}

			#footer3 a:link, #footer3 a:visited { color: #f09; text-decoration: none; }
			#footer3 a:hover { color: #f09; text-decoration: underline; }
			

			#footer4 {
				width: 182px;
				float: left;
				padding: 0 10px 0 20px;
				margin: 0;
			}
			
			#footer4 a:link, #footer4 a:visited { color: #f09; text-decoration: none; }
			#footer4 a:hover { color: #f09; text-decoration: underline; }

		#belowfooter {
			margin-top: 5px;
			clear: both;
			width: 937px;
			font-size: 0.9em;
			padding: 10px;
			color: #999;
		}

		#belowfooter a:link, #belowfooter a:visited { color: #f09; text-decoration: none; }
		#belowfooter a:hover { color: #f09; text-decoration: underline; }


/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	width: 937px;
}

	#topnav ul li {
		letter-spacing : -1px;
		margin: 0px 0px 0px 0px;
		padding: 3px 20px 3px 20px;
		display: inline;
		line-height: 1.9em;
		font-size: 1.3em;
		background: url(images/topnavline.gif) no-repeat top right;
	}

	#topnav ul li a {
		color: #fff;
		text-decoration: none;
	}

	#topnav ul li a:hover {
		color: #000;
		text-decoration: none;
	}

	#topnav ul li.onstate {
		font-weight: bold;
	}

	/* APPLY HOME OVERRIDE */
	#topnav ul li.homelink {
		padding: 3px 15px 3px 32px;
		background: url(images/homeicon.gif) no-repeat top left;
	}
	
	/* APPLY BRACELETS OVERRIDE */
	#topnav ul li.cat1link {
		padding: 3px 15px 3px 32px;
		background: url(images/braceletsicon.gif) no-repeat top left;
	}
	
	/* APPLY NECKLACES OVERRIDE */
	#topnav ul li.cat2link {
		padding: 3px 15px 3px 32px;
		background: url(images/necklaceicon.gif) no-repeat top left;
	}
	
	/* APPLY EARRINGS OVERRIDE */
	#topnav ul li.cat6link {
		padding: 3px 15px 3px 32px;
		background: url(images/earringsicon.gif) no-repeat top left;
	}

	/* APPLY END OVERRIDE */
	#topnav ul li.contactlink {
		padding: 3px 0px 3px 20px;
		background: transparent;
	}



/*****************
 UL FOOTER NAV
*****************/


ul.footerlist{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing : 0px;
	width: 180px;
}


ul.footerlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 15px;
	line-height:1.3em;
	background: url(images/footerlisticon.gif) no-repeat 0px 9px;
}

ul.footerlist a:link, ul.footerlist a:visited{
	color: #f09;
	text-decoration: none;
}

ul.footerlist a:hover, ul.footerlist a:active {
	color: #fff;
	text-decoration: none;
}


/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
 UL
*****************/

 ul.normal {padding: 5px 0 5px 25px;}


/*****************
 OL
*****************/

 ol {padding: 5px 0 5px 15px;}


 
/*****************
 PRODUCTS
*****************/

  
  .product {
   	float: left;
   	width: 100px;
   	padding: 0px;
   	margin: 5px 15px 5px 0px;
  	color: #000;
  	font-size: 0.95em;
 }
 
  .product p {
    	margin: 0;
  }
 
  .product strong {
    	font-size: 0.95em;
  }
 
  .product p.price {
    	text-align: right;
    	font-size: 1.1em;
 }
 
   .productend {
   	margin: 5px 0px 5px 0px;
 }
 
/*****************
 BORDERED
*****************/

  .bordered {
	border: 1px solid #edd;
  	padding: 5px 10px;
  	margin: 5px 0;
 }

  
/*****************
 PINK BACK
*****************/

  .pinkback {
	background: #fee;
 }


/**********************
 PARAGRAPHS
***********************/

p.smalltext {font-size: 0.9em;}


/**********************
 HOME PAGE
***********************/

#hometext {
	float: left;
	width: 275px;
	padding: 0px;
	margin: 0px 20px 0 0;
}

/**********************
 CATEGORY PAGE
***********************/

#cattext {
	float: left;
	width: 580px;
	padding: 0px;
	margin: 0px 20px 0 0;
}

/**********************
 BIG PRODUCT FEATURES
***********************/

#prodfeaturebig {
	float: left;
	width: 300px;
	height: 200px;
	padding: 0px;
	margin: 5px 0px 5px 0;
	color: #000;
	font-size: 1.1em;
	position: relative;
}

	#galleryimages {
		width: 300px;
		height: 200px;
		overflow: hidden;
		z-index: 1;
	}

	#gallerycontrols {
		position: absolute;
		width: 260px;
		bottom: 0px;
		left: 0px;
		padding: 10px 20px;
		color: #000;
		font-size: 0.8em;
		z-index: 2;
	 }
	 
	 #previmage {
	 	float: left;
	 }
	 
	 #nextimage {
	 	float: right;
	 }
 

/**********************
 CUSTOMER PAGE
***********************/
#customerleft {
	width: 240px;
	margin: 0px;
	float: left;
}

#customerright {
	width: 640px;
	margin: 0px;
	float: right;
}
		
 ul.customer {
 	margin: 0px 0px 30px 0px;
 }
 
	 ul.customer li {
		background: url(images/customericon.gif) no-repeat 0px 9px;
		list-style: none; 
		margin: 0px 0px 0px 10px;
		padding: 3px 0px 0px 15px;
	 }
	 
	 
/********
 PRODPAGE
********/
	
#prodpageleft {
	float: left;
	width: 410px;
	padding-right: 15px;
}

#prodpageright {
	float: left;
	width: 480px;
}

input.cartsubmit {
	background: #f09;
	color: #fff;
}

/*********
 SHOPCART 
*********/

table.shopcarttable {
	font-size: 1.0em;
}

	table.shopcarttable tr {
	
	}
	
		table.shopcarttable th {
			background: #eee;
			color: #f09;
			text-align: center;
			font-size: 1.0em;
			text-align: left;
			border-top: 1px solid #ddd;
			line-height: 2.0em;
		}
		
		table.shopcarttable td {
		
		}
		
/*********
 CHECKOUT 
*********/

div.checkoutleft {
	float: left;
	width: 440px;
	padding-right: 25px;
}

div.checkoutright {
	float: left;
	width: 440px;
}

	div.checkoutleft p { margin: 0px 0px 10px 0px; }
	div.checkoutright p { margin: 0px 0px 10px 0px; }

#checkoutform p { margin: 3px 0px; }

label.checkout {
	float: left;
	width: 120px;
}

input.textbox {
	border: 1px solid #aaa;
}

input.textboxborderless {
	border: 0px;
}

	.textboxpink {
		background: #ffeefa;
	}
	
/**********************
 SITE MAP
**********************/

	#maincontent #sitemap {
		width: 900px;
		clear: both;
		font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
		font-size: 11px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}

		#maincontent #sitemap-lft {
			width: 280px;
			padding: 10px 10px 0 10px;
			float: left;
		}

		#maincontent #sitemap-mid {
			width: 280px;
			padding: 10px 10px 0 0px;
			float: left;
		}

		#maincontent #sitemap-rgt {
			width: 280px;
			padding: 10px 0 0 10px;
			float: left;
		}

		#maincontent #sitemap a {
			text-decoration: none;
		}

		#maincontent #sitemap ul {
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0;
		}

			#maincontent #sitemap ul li {
				list-style-type: none;
				margin: 0;
				padding: 4px 0 0 15px;
				background: #fff url(/images/iconcust.gif) no-repeat left 4px;
			}

			#maincontent #sitemap ul li a:link, #maincontent #sitemap ul li a:visited {
				color: #000;
				text-decoration: none;
			}

			#maincontent #sitemap ul li a:hover {
				color: #FF0099;
				text-decoration: underline;
			}