@charset "UTF-8";
/* CSS Document */

/* General page elements ---*/
img {
	border: none;
}

h1 {
	margin: 0px;
}


/* ---------- Header Elements ---------- */

#header p {
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 3px;
	padding-top: 7px;	
}

#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 9px;
}

#header a:hover {
	color: #66FFFF;
}

#header .arrowlink {
	background-image: url(../images/arrow_sm_blueBlue.gif);
	background-position: right;
	background-repeat: no-repeat;
}


/* ---------- Sub Header Elements ---------- */

.searchField {
	height: 12px;
	margin-left: 5px;
	margin-top: 10px; margin-right: 5px;
	font-size: 10px; padding: 0px; float: left;
	}
	
.searchSubmit {
	height: auto;
	background-color: #006699;
	color: #FFFFFF; border: 1px #FFFFFF solid;
	padding: 0px; font-size: 8px;
	margin-left: 3px;
	margin-top: 10px;
	float: left;}

#subheader ul {
	list-style: none;
	margin-top: 5px;
	margin-right: 12px;
	padding: 0px;
}

	#subheader li {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000066;
		font-size: 13px;
		font-weight: bold;
		display: inline;
		background-color: #c2cbd9;
		border: 1px #FFFFFF solid;
		padding: 3px 5px 3px 5px;
		float: right;
		margin-left: 10px;
		cursor: pointer;
	}
	
	#subheader li:hover {
		font-size: 13px;
		display: inline;
		background-color: #b1c9df;
		border: 1px #FFFFFF solid;
		color: #000066;
		padding: 3px 5px 3px 5px;
		float: right;
		margin-left: 10px;
		cursor: pointer;
	}
	
	#subheader a:link, #subheader a:visited {
		text-decoration: none;
		color: #000066;
		cursor: pointer;
	}

	
/* ---------- Navigation Elements ---------- */

.navtitle {
	background-image: url(../images/gradient_title.gif);
	background-repeat: repeat-x;
	width: 190px;
	color: #FFFFFF;
	margin-left: 2px;
	margin-top: 5px;
	font-weight: bold;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	line-height: 18px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #333333;
}

#navigation a:hover {
	color: #FFFFFF;
}

.navImage {
	margin-top: 20px;
	margin-left: 30px;
}

.valuebox {
	width: 170px;
	background-image: url(../images/Value_Logo.gif);
	background-repeat: no-repeat;
	background-color: #2c4472;
	margin-left: 8px;
	color: #FFFFFF;
}

	.valuebox p {
		padding-top: 0;
		font-size: 14px;
	}
	
	.valuebox h1 {
		font-size: 14px;
		margin: 0px 0px 0px 10px;
		background-image: url(../images/arrow_lg_blueBG.gif);
		background-position: right;
		background-repeat: no-repeat;
		width: 75px;
		font-weight: normal;
		padding-left: 5px;
		padding-bottom: 5px;
		color: #999999;
	}
	
	.valueimage {
		padding-top: 50px;
		padding-left: 10px;
	}
	
#navigation p {
	font-size: 8px;
	padding: 3px;
	margin: 0px;
}

/*---------- Content Elements ----------*/

#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#content img {
	margin: 5px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #283f6d;
	font-size: 26px;
	margin-top: 5px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #283f6d;
	font-size: 26px;
}
	
/* ---------- Footer Elements ---------- */
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #66FFFF;
}

.footerimages {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

	.footerimages img {
		margin-right: 20px;
	}
	
/* ---------- Checkout Funnel Styles ---------- */
#checkout_content h1 {
	color: #2c4472;
	padding-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px #2c4472 double;
}

.checkouttableblue {
	background: #2c4472;
	color: #FFFFFF;
}

.checkouttable {
	border: 1px #2c4472 solid;
	margin-bottom: 5px;
	background-color: #b1c9df;
	border-collapse: collapse;
}

.alternatecheckoutbox {
	width: 230px;
	background-color: #FFFFFF;
	/*border: 1px #000000 solid;*/
	padding-top: 5px;
}

#checkout_content a:link, #checkout_content a:visited {
	text-decoration: none;
	color: #283f6d;
	font-weight: bold;
}

.orderformtable {
	border-collapse: collapse;
}

	.orderformtable th {
		background-color: #283f6d;
		color: #FFFFFF;
		padding-left: 3px;
	}
	
	.orderformtable td {
		background-color: #b1c9df;
	}
	
.billingshippingtable {
	border: 1px solid #000000;
	border-collapse: collapse;
}

	.billingshippingtable th {
		background-color: #283f6d;
		color: #FFFFFF;
	}
	
	.billingshippingtable td {
		background-color: #b1c9df;
		padding: 5px;
	}

.creditcardtable {
	border: 1px solid #000000;
	border-collapse: collapse;
}

	.creditcardtable th {
		background-color: #283f6d;
		color: #FFFFFF;
	}
	
	.creditcardtable td {
		background-color: #b1c9df;
		padding: 5px;
	}

/* ---------- Misc Page Elements ---------- */

.searchcell {
	padding: 0px;
	font-size: 10px;
}

.searchlink {
	text-decoration: none;
	font-size: 14px;
	background-image: url(../images/arrow_red_white_sm.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
	
.sitemaplink {
	text-decoration: none;
	font-size: 10px;
}

.errorMessage {
	color: #990000;
}

.red {
	color: #FF0000;
}

input.formButton {
	background: #1e5b93;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

.left {
	float: left;
}
.seotext {
	float: left;
	width: 500px;
	font-size: 10px;
	padding: 10px;
	line-height: 18px;
	margin-top: 30px;
}

	.seotitle {
	float: left;
	width: 520px;
	position: relative;
	color: #2c4472;
	font-size: 14px;
	top: 30px;
	}
	
.indexpromo {
	margin-left: 17px;
	width: 570px;
	height: 284px;
	padding-left: 20px;
	background-image: url(../images/index/promo_image.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
}

.indexholidaypromo {
	margin-left: 17px;
	width: 570px;
	height: 284px;
	padding-left: 20px;
	background-image: url(../popups/images/Holiday_Promo_Codes.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}

	.indexpromo a:link, .indexpromo a:visited {
		color: #283f6d;
		text-decoration: none;
		position: relative;
		top: 200px;
		left: 280px;
		padding-left: 10px;
		background-image: url(../images/arrow_red_white_sm.gif);
		background-repeat: no-repeat;
		background-position: left;
		line-height: 22px;
	}
	
	.indexpromo a:hover {
		color: #283f6d;
		font-weight: bold;
		text-decoration: none;
		position: relative;
		top: 200px;
		left: 280px;
		padding-left: 10px;
		background-image: url(../images/arrow_red_white_sm.gif);
		background-repeat: no-repeat;
		background-position: left;
		line-height: 22px;
	}

.categoryNav {
	width: 192px;
	float: left;
	padding-top: 40px;
}

	.categoryNav h3 {
		font-size: 12px;
		text-align: center;
		/*background-image: url(images/arrow_red_white_sm.gif);
		background-repeat: no-repeat;
		background-position: right; */
	}
	
	.categoryNav a:link, .categoryNav a:visited {
		width: 50px;
		text-decoration: none;
		color: #2c4472;
		margin-left: 20px;
		padding-left: 10px;
		background-image: url(../images/arrow_red_white_sm.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	
	.categoryNav a:hover {
		color: #990000;
	}
	
	.categoryNav img{
		margin-bottom: 5px;
		padding-left: 0px;
	}

.blue {
	color: #2c4472;
}

.clearer {
	clear: both;
}

/* -----------------  Build Your Own  ---------------------*/

.shapebox {
	width: 150px;
	height: 115px;
	float: left;
}

.shapeboxright {
	width: 100px;
	height: 115px;
	float: left;
}

.shapeboxright2 {
	width: 290px;
	height: 115px;
	float: left;
}

.buildbanner {
	width: 300px;
	height: 115px;
	float: left;
	position: relative;
	top: -20px;
	left: 10px;
}

.mountingbox {
	width: 185px;
	float: left;
	text-align: center;
	border-right: 1px #2c4472 solid;
}


.mountingbox2 {
	width: 185px;
	float: left;
	text-align: center;
}


.mountingboxright {
	width: 185px;
	height: 300px;
	float: left;
	text-align: center;
}

.mountingboxrightsol {
	width: 190px;
	height: 320px;
	float: left;
	text-align: center;
}

.mountingboxrightpend {
	width: 185px;
	height: 260px;
	float: left;
	text-align: center;
}

.mountingboxrightds {
	width: 185px;
	height: 170px;
	float: left;
	text-align: center;
}

	.mountingboxrightds img {
		position: relative;
		top: -10px;
		right: -15px;
	}

.mountingboxright2 {
	width: 380px;
	height: 300px;
	float: left;
	text-align: center;
}

.mountingboxrightds2 {
	width: 400px;
	height: 200px;
	float: left;
	text-align: center;
}

	.mountingboxrightds2 img {
		position: relative;
		top: -10px;
		right: -15px;
	}

.goldsel {
	margin-right: 30px;
	text-align: right;
}

.steps {
	font-size: 22px;
	color: #2c4472;
}

/* ---------- Table Formatting ----------*/

.ThreeStoneTable {
	margin-bottom: 20px;
	margin-left: 12px;
	border-collapse: collapse;
}

		.ThreeStoneTable th {
		height: 30px;
		text-align: center;
		}
		
		.ThreeStoneTable td {
		height: 30px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		}
		
		.ThreeStoneTable a:link, .ThreeStoneTable a:visited {
		text-decoration: none;
		color: #283f6d;
		font-size: 16px;
		}
		
		.ThreeStoneTable a:hover {
		text-decoration: none;
		color: #0080ff;
		}
		
		.ThreeStoneTable img {
		position: relative;
		top: 4px;
		}
		
.ltblue {
	background-color: #b1c9df;
	color: #000000;
	height: 50px;
	border-bottom: 2px solid #FFFFFF;
}

.dkblue {
	background-color: #97bbdb;
	color: #000000;
	height: 50px;
	border-bottom: 2px solid #FFFFFF;
}

/* Details Page Elements */

#detailsright h1 {
	color: #2c4472;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#detailsright h2 {
	background-image: url(../images/gradient_title.gif);
	background-repeat: repeat-x;
	width: 280px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 2px;
}

#detailsright a:link, #detailsright a:visited, #detailsleft a:link, #detailsleft a:visited {
	text-decoration: none;
	color: #283f6d;
	font-weight: bold;

}

#detailsright a:hover, #detailsleft a:hover {
	text-decoration: none;
	color: #0080ff;
	font-weight: bold;
}

.detailarrow {
		position: relative;
		top: 5px;
		}


.detailstable {
	margin-left: 4px;
	border-collapse: collapse;
}

	.detailstable tr {
		height: 16px;
		border-bottom: 1px solid #FFFFFF;
	}

	.detailstable th {
		background-color: #2c4472;
		color: #FFFFFF;
		text-align: right;
		padding-right: 5px;
	}
	
	.detailstable td {
		background-color: #b1c9df;
		color: #000000;
		text-align: center;
		padding: 0px 5px 0px 0px;
	}
	

.upsellitem {
	float: left;
	border: 1px solid #283f6d;
	background-color: #b1c9df;
	width: 150px;
	padding: 2px;
	margin: 0px 20px 10px 0px;;
}

	.upsellitem img {
	width: 75px;
	margin: 0px;
	}
	
	#upsell a:link, #upsell a:visited {
		text-decoration: none;
		color: #283f6d;
		font-weight: bold;
	}
	
	#upsell h4 {
		background-image: url(../images/gradient_title.gif);
		background-repeat: repeat-x;
		width: 570px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
		padding-left: 5px;
		padding-bottom: 2px;
		margin: 0px;
	}
	
/* Free Shipping Page */

.freeshippingtable {
	text-align: center;
	border-collapse: collapse;
}

.fedpurple {
	color: #64019a;
}

.fedorange {
	color: #ff6401;
}

.ltbluesm {
	background-color: #b1c9df;
	color: #000000;
	height: 25px;
	border-bottom: 2px solid #FFFFFF;
}

.dkbluesm {
	background-color: #97bbdb;
	color: #000000;
	height: 25px;
	border-bottom: 2px solid #FFFFFF;
}

/*black Diamonds */

.bdbanner {
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;

}

	.bdbanner p {
		position: relative;
		top: -40px;
		left: 15px;
		margin: 0px;
	}

.blackDiamondTable {
	margin: 0px 0px 40px 15px;
	border-collapse: collapse;
	position: relative;
	top: -20px;
}

.bdgoldselector {
	font-size: 14px;
	margin: 0px 0px 5px 15px;
	border-top: 1px solid #cecece;
	position: relative;
	top: -20px;
}


.bdltblue {
	background-color: #97bbdb;
	color: #000000;
	height: 50px;
}

.bddkblue {
	background-color: #97bbdb;
	color: #000000;
	height: 50px;
}

	
.blackDiamondCopy {
	float: left;
	width: 290px;
	height: 230px;
	position: relative;
	top: -30px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.smallArrow {
	position: relative;
	top: 5px;
}



/* Bracelets */

.braceletselector p {margin-top: 0px; float: left; width: 60px; text-align: center; margin-left: 8px; margin-right: 7px;}

.braceletselector p.greytext {
	margin-top: 0px;
	float: left;
	width: 60px;
	text-align: center;
	color: #cecece;
	margin-left: 8px;
	margin-right: 7px;
}

.braceletbox {
	width: 98%;
}

.braceletimage {
	width: 220px;
	height: 100px;
	float: right;
	padding: 0px 0px 0px 0px;
}

	.braceletimage p {
		color: #666666;
		text-align: center;
		cursor: pointer;
	}

.braceletoptions {
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

	.braceletoptions h4 {
		color: #283f6d;
		margin: 0px 0px 10px 0px;
		font-size: 18px;
	}
	
.braceletoptions h3 {
	color: #FFFFFF;
	background-color: #283f6d;
	margin: 0px;
	width: 350px;
	padding-left: 3px;
	
	}
	
.braceletoptions input {
	margin: 0px;
	cursor: pointer;
	}

.braceletdescription {
	margin-bottom: 60px;
	width: 400px;
	float: left;
	}
.braceletdescription h4 {
	color: #283f6d;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	}

.braceletprice {
	float: left;
	width: 170px;
	text-align: center;
	padding-top: 60px;
	}
.braceletprice p {
	font-size: 18px;
	margin: 0px;
	}

.braceletthumb {
	border: 1px solid #283f6d;
	cursor: pointer;
}

.braceletimageopaque {
	border: 1px solid #cecece;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(Opacity=70);
	}
	
.braceletimageopaque:hover {
	border: 1px solid #cecece;
	cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
	}
	
.braceletcopy {
	float: left;
	width: 290px;
	height: 230px;
	position: relative;
	top: -30px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
	
.ts_box {
 width: 280px;
 float: left;
}

.ts_title {
	color: #2c4472;
	font-size: 14px;
	font-weight: bold;
}

