@import url(https://fast.fonts.com/cssapi/55d2b036-9921-4f47-a103-3d50df87e59c.css);

@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	overflow:hidden;
}
strong {
	font-weight:bold;
}
/*
font-family:'Frutiger Next W01 Bold';
font-family:'FrutigerNextW01-Medium';
font-family:'FrutigerNextW01-Regular';


red: #980707;

DEFAULTS
LAYOUT
INDEX
UNIVERSAL
FORMS
CONTACT
FOR JEWELERS
RESULTS
DETAILS
*/

/* ----- DEFAULTS ----- */
body {
	font: 10px/110% Helvetica, Arial, sans-serif;
	color:#4d4d4d;
	background:#e4e4e4;
	border-top:5px solid #4d4d4d;
}
h1, h2, h3, h4, h5, h6 {
	color:#026784;
	font-family:'Frutiger Next W01 Bold', Helvetica, Arial, sans-serif;
	margin:15px 0 10px 0;
}
h1 {
	font-size:3.2em;
	line-height:90%;
}
h2 {
	font-size:3.2em;
	line-height:110%;
	font-family:'FrutigerNextW01-Regular', Helvetica, Arial, sans-serif;
}
h3 {
	font-size:2.6em;
	line-height:110%;
}
h4 {
	font-size:2em;
	line-height:100%;
}
h5 {
	font-size:1.6em;
	line-height:100%;
}
p {
	font-size:1.4em;
	line-height:120%;
	margin: 10px 0;
}
.social span, .gone {
	display:none;
}
a:link, a:visited {
	color:#075976;
}
a:hover, a:active, a:focus {
	color:#0e93b5;
}
section ul {
	list-style-type:disc;
	padding-left:30px;
}
section ol {
	list-style-type:decimal;
	padding-left:30px;
}
  section li {
	  font-size:1.4em;
	  margin-bottom:5px;
  }
 .clear {
	 clear:both;
 }
/* ----- LAYOUT ----- */
header, #footer {
	box-shadow: 0 0 40px rgba(0,0,0,.3);
}
#printbanner {
	display:none;
}
nav ul, nav li {
	display:inline;
	margin:0;
	padding:0;
}
	nav a {
		text-decoration:none;
	}

#container {
	width:980px;
	margin:0 auto;
	background:#fff;
	border:1px solid #656767;
	border-width: 0 1px;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	overflow:visible;
	position:relative;
	z-index:2;
}
header {
	border-bottom:1px solid #656767;
	position:relative;
}
	#logo {
		float:left;
		margin:10px 0 13px 25px;
		background: url(/images/JewelConnect.png) no-repeat;
		padding-left:390px;
		height:62px;
	}
		#logo h1 {
			display:none;
		}
		#logo h2 {
			font-size:1.6em;
			color:#4d4d4d;
			height:50px;
			line-height:72px;
			padding:0;
		}




	#rjo {
		background:#fff url(/images/rjo-logo.gif) no-repeat center;
		border:1px solid #656767;
		position:absolute;
		top:30px;
		right:16px;
		box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
		#rjo, #rjo a {
			display:block;
			width:100px;
			height:70px;
		}
		#rjo span {
			display:none;
		}

#main {
	overflow:hidden;
}
#main li {
	float: left;
}
nav#main {
	border-top:1px solid #656767;
	background:#e1f2f8;
	background: -moz-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	background: -webkit-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	background: -o-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2f8', endColorstr='#c4dee7'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2f8', endColorstr='#c4dee7')"; /* IE8+ */
	background: linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	clear:both;
}
	#main a {
		display: inline-block;
		clear:both;
		color:#4d4d4d;
		font-size:1.2em;
		padding:0 15px;
		line-height:30px;
		text-transform:uppercase;
	}
		#main a:hover, #main a:active, #main a:focus, #main li:hover > a, #main li.sfhover {
			background:#c7e6f1;
			background: -moz-linear-gradient(to bottom,#c7e6f1 90%,#afd4e2 100%);
			background: -webkit-linear-gradient(to bottom,#c7e6f1 90%,#afd4e2 100%);
			background: -o-linear-gradient(to bottom,#c7e6f1 90%,#afd4e2 100%);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7e6f1', endColorstr='#afd4e2'); /* IE6,IE7 */
   			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7e6f1', endColorstr='#afd4e2')"; /* IE8+ */
			background: linear-gradient(to bottom,#c7e6f1 90%,#afd4e2 100%);
			text-shadow: 1px 1px 3px rgba(0,0,0,.5);
		}
		#main .submit {
			border-radius:0 !important;
		}
#main li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	z-index:20;
	border:1px solid #656767;
	border-width:0 1px 1px 1px;
	clear:both;
	display:block;
	background:#e1f2f8;
}
#main li li {
	padding-right: 1em;
	width: 13em
}
#main li ul a {
	width: 170px;
	border-top:1px solid #656767;
}
#main li ul ul {
	margin: -1.75em 0 0 14em;
}
#main li:hover ul ul, #main li:hover ul ul ul, #main li.sfhover ul ul, #main li.sfhover ul ul ul {
	left: -999em;
}
#main li:hover ul, #main li li:hover ul, #main li li li:hover ul, #main li.sfhover ul, #main li li.sfhover ul, #main li li li.sfhover ul {
	left: auto;
}
.focus-menu {
	left: auto !important;
}


form#search {
	float:right;
	margin-right:130px;
	position:relative;
	width:338px;
}
	form#search input {
		border:1px solid #656767;
		border-width: 0 1px !important;
		position:absolute;
		top:0;
		height:30px;
		padding:0;
		margin:0;
	}
	form#search .txt2 {
		width:260px;
		padding:0 0 0 5px;
		left:0;
		background:#fff;
		background: -moz-linear-gradient(to bottom,#fff 90%,#c2d6dd 100%);
		background: -webkit-linear-gradient(to bottom,#fff 90%,#c2d6dd 100%);
		background: -o-linear-gradient(to bottom,#fff 90%,#c2d6dd 100%);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c2d6dd'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c2d6dd')"; /* IE8+ */
		background: linear-gradient(to bottom,#fff 90%,#c2d6dd 100%);
	}
	.placeholder { color: #aaa; }

	form#search .submit {
		border-left:0;
		width:71px;
		right:0;
	}
		.submit:hover, .submit:active, .submit:focus {
			background:#0e93b5;
		}
nav#secondary {
	position:absolute;
	top:5px;
	right:10px;
}
	#secondary a {
		display:inline-block;
		color:#4d4d4d;
		font-size:1.4em;
		padding:5px 13px 5px 23px;
		margin-left:5px;
		border-radius:3px;
	}
	#s1 a {
		background: url(images/s1.gif) no-repeat 3px center;
	}
	#s2 a {
		background: url(images/s2.gif) no-repeat 3px center;
		padding-left:20px;
	}
	#s3 a {
		background: url(images/s3.gif) no-repeat 3px center;
	}
		#secondary a:hover, #secondary a:active , #secondary a:focus {
			background-color:#e1f2f8;
		}
#content {
	padding:18px;
	overflow:visible;
	position:relative;
}
#content ul, #content ol {
	padding-left:30px;
	margin:10px 0;
}
#content ul {
	list-style-type:disc;
}
#content ol {
	list-style-type:decimal;
}
#content li {
	font-size:1.4em;
	margin-bottom:5px;
	line-height:120%;
}
#footer {
	background:#026784;
	padding:10px;
	color:#fff;
}
#footernav div {
	float:left;
	display:inline-block;
}
	#footernav div:first-child a {
		margin-bottom:10px;
	}

	#footernav div:nth-of-type(2) {
		width:200px;
	}
	  #footernav div:nth-of-type(2) li li {
		  width:150px;
	  }

	#footernav div:last-child {
		width:570px;
	}
		#footernav div:last-child li {
			display:block;
		}
		#footernav div:last-child li li {
			width:130px;
			float:left;
		}





	#footernav ul {
		margin-bottom:20px;
		display:block;
		overflow:hidden;
	}
		#footernav li {
			display:block;
		}
		  #footernav a {
			  display:inline-block;
			  color:#fff;
			  text-align:left;
			  border-radius:2px;
			  padding:10px;
			  font-size:2em;
			  text-transform: uppercase;
			  margin-left:5px;
		  }
		  	#footernav a:hover, #footernav a:active, #footernav a:focus {
				background: rgba(255,255,255,.3);
			}
		  #footernav li ul {
			  display:block;
			  clear:both;
			  padding-left:20px;
		  }
		  	#footernav li ul li {
				display:block;
				float:none;
			}
		  	#footernav li ul a {
				font-size:1em;
				display:block;
				clear:both;
			    padding:5px 10px;
			}
#copyright {
	clear:both;
	text-align:center;
}
#jewelrynav {
	z-index:10;
	position:relative;
	border:1px solid #c4c4c4;
	border-width:1px 0 0 1px;
	display:table;
	empty-cells:hide;
	width:944px;
	background:#fff;
	background: -webkit-linear-gradient(top, #ffffff 40%, #c7c7c7 100%);
	background: -moz-linear-gradient(top, #ffffff 40%, #c7c7c7 100%);
	background: -o-linear-gradient(top, #ffffff 40%, #c7c7c7 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7c7c7'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7c7c7')"; /* IE8+ */
	background: linear-gradient(top, #ffffff 40%, #c7c7c7 100%);
}
	#jewelrynav a {
		display:table-cell;
		border:1px solid #c4c4c4;
		border-width: 0 1px 1px 0;
		height:25px;
		width:10%;
		padding-top:65px;
		text-align:center;
		text-decoration:none;
		color:#4d4d4d;
		text-transform:uppercase;
		font: 1.2em/95% 'FrutigerNextW01-Regular', helvetica, arial, sans-serif;
		text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	}
	#rings {
		background: url(images/rings.png) no-repeat center 10px;
	}
    #bracelets {
		background: url(images/bracelets.png) no-repeat center 10px;
	}
    #beads {
		background: url(images/beads.png) no-repeat center 8px;
	}
    #chains {
		background: url(images/chains.png) no-repeat center top;
	}
    #logowear {
		background: url(images/logowear.png) no-repeat center 4px;
	}
    #earrings {
		background: url(images/earrings.png) no-repeat center 13px;
	}
    #pendants {
		background: url(images/pendants.png) no-repeat center -3px;
	}
    #mens {
		background: url(images/mens.png) no-repeat center 13px;
	}
    #watches {
		background: url(images/watches.png) no-repeat center 8px;
	}
    #bridal {
		background: url(images/bridal.png) no-repeat center 12px;
	}
    #diamonds {
		background: url(images/diamonds.png) no-repeat center 2px;
	}
		#jewelrynav a:hover, #jewelrynav a:active, #jewelrynav a:focus {
			background-color:#eaeaeb;
		}
#columns {
	margin:10px 0;
}
.clear {
	clear:both;
}
  .col1 {
	  width:320px;
	  float:left;
	  overflow:visible;
  }
  	.col1:first-child, .col2:first-child {
	  margin-right:14px;
	}
  .col2 {
	  width:610px;
	  float:left;
  }
  	.col1 > img:first-child, .col2 > img:first-child {
		margin-top:20px;
	}
/* ----- INDEX ----- */
.mainbuttons {
	float:left;
	margin-top:5px;
}
	.col1 .mainbuttons, #recent .mainbuttons {
		padding-bottom:30px;
	}
.mainbuttons a {
	position:relative;
	overflow:visible;
	display:inline-block;
	height:50px;
	text-decoration:none;
	padding:5px 10px 5px 5px;
	margin:20px 5px;
	text-align:right;
	color:#fff;
	font-size:2em;
	font-family:'Frutiger Next W01 Bold', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	border-radius:5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	vertical-align:middle;
}
	.mainbuttons a:link, .mainbuttons a:visited {
		background:#026784;
		background: -moz-linear-gradient(to bottom,#7bb0bf,#056985);
		background: -webkit-linear-gradient(top,#7bb0bf,#056985);
		background: -o-linear-gradient(top,#7bb0bf,#056985);
		background: linear-gradient(to bottom,#7bb0bf,#056985);
	}
	.mainbuttons a:hover, .mainbuttons a:active, .mainbuttons a:focus {
		background:#056985;
		background: -moz-linear-gradient(to bottom,#8ec0cd,#077c98);
		background: -webkit-linear-gradient(top,#8ec0cd,#077c98);
		background: -o-linear-gradient(top,#8ec0cd,#077c98);
		background: linear-gradient(to bottom,#8ec0cd,#077c98);
	}
	.mainbuttons #giftfinder {
		padding-left:83px;
		line-height:50px;
	}
		.mainbuttons #giftfinder span {
			position:absolute;
			width:68px;
			height:78px;
			background:url(/images/giftfinder.png) no-repeat center;
			top:-10px;
			left:5px;
			z-index:10;
		}
	.mainbuttons #trending {
		padding-left:83px;
		line-height:50px;
	}
		.mainbuttons #trending span {
			position:absolute;
			width:73px;
			height:72px;
			background:url(/images/trending.png) no-repeat center;
			top:-7px;
			left:5px;
			z-index:10;
		}
	.mainbuttons #pinboard {
		line-height:100%;
		height:45px;
		padding-top:10px;
		padding-left:70px;
	}
		.mainbuttons #pinboard span {
			position:absolute;
			width:65px;
			height:68px;
			background:url(/images/pinboard.png) no-repeat center;
			top:-3px;
			left:5px;
			z-index:10;
		}
#recent {
	position:relative;
	z-index:1;
}
#recent .mainbuttons a {
	line-height:100%;
	padding-right:30px;
	font-size:2.4em;
	display:block;
}
.social {
	float:right;
	margin-top:35px;
}
.social a {
	width:37px;
	height:37px;
	display:block;
	vertical-align:middle;
	float:right;
	margin-right:5px;
}
	#b-facebook {
		background:url(images/b-facebook.png) no-repeat;
	}
	#b-twitter {
		background:url(images/b-twitter.png) no-repeat;
	}
	#b-pinterest {
		background:url(images/b-pinterest.png) no-repeat;
	}
	#b-linkedin {
		background:url(images/b-linkedin.png) no-repeat;
	}
	#gplus1 {
		float:right;
		display:inline-block;
		margin-top:7px;
	}
#indexcontent {
	display:table;
	width:940px;
	margin:10px 0;
}
	.index1 {
		display:table-row;
	}
		.index1 > div {
			width:450px;
			display:table-cell;
			padding:0 0 0 20px;
		}
		.index1 > div:first-child {
			border-right:1px solid #656767;
			padding:0 20px 0 0;
		}

#indextiles {
	margin:0 0 20px 0;
}
#indextiles, #results  {
	position:relative;
	height:435px;
	clear:both;
	overflow:visible;
	/*background: url(/images/loading.gif) no-repeat center;*/
}
	#indextiles a, #results .tooltip, #relatedItems a {
		display:block;
		position:absolute;
		width:156px;
		height:143px;
		border:1px solid #656767;
		text-align:center;
	}
		.tooltip div {
			width:156px;
			height:143px;
			overflow:hidden;
			position:relative;
		}
			.tooltip div img {
				position: absolute;
				top: 50%;
				left: 50%;
			}
			.tooltip:active div img, .tooltip:hover div img, .tooltip:focus div img {
				opacity: .5;
			}
		.imgSquare {
			height:156px;
			width:156px;
		}
		#results .imgTall, #indextiles .imgTall, #relatedItems .imgTall {
			width:156px;
		}
		#results .imgWide, #indextiles .imgWide, #relatedItems .imgWide, #relatedItems .imgSquare {
			height:156px;
		}
	.indexslide {
		position:absolute;
		width:627px;
		height:287px;
		left:314px;
		top:0;
		border:1px solid #656767;
		background-repeat:no-repeat;
	}
		.indexslide div, .indexslide a {
		width:627px !important;
		display:block !important;
		height:287px !important;
		border:none !important;
		}
		.indexslide .button {
			font-size:2.8em !important;
			padding: 8px 15px;
			text-shadow: 1px 1px 2px rgba(0,0,0,.5);
			box-shadow: 1px 1px 2px #000;
			line-height:100%;
			height:auto !important;
			width:auto !important;;
			text-align:center;
		}
	#itiles2 {
		left:157px;
		top:0;
	}
	#itiles3 {
		left:0;
		top:144px;
	}
	#itiles4 {
		left:157px;
		top:144px;
	}
	#itiles5 {
		top:288px;
		left:0;
	}
	#itiles6 {
		left:157px;
		top:288px;
	}
	#itiles7 {
		left:314px;
		top:288px;
	}
	#itiles8 {
		left:471px;
		top:288px;
	}
	#itiles9 {
		left:628px;
		top:288px;
	}
	#itiles10 {
		left:785px;
		top:288px;
	}

	#itiles11 {
		left:314px;
		top:0;
	}
	#itiles12 {
		left:471px;
		top:0;
	}

/* ----- UNIVERSAL ----- */
.warn {
	background:#4fb3d6;
	border:1px solid #656767;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	margin:5px;
	padding:10px;
	text-align:center;
}
	.warn * {
		color:#fff;
		margin:0;
	}
.fine {
	font-size:1em;
}
.txt {
	border:1px solid #888;
	vertical-align:middle;
	border-radius:3px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.5);
}
input.txt, textarea.txt {
	padding:7px 10px;
	font-size:1.2em;
}
.selectdropdown {
	display:inline-block;
	padding:6px 10px;
	overflow:hidden;
	background: #fff url(images/down-arrow.png) no-repeat right center;
	border:1px solid #888;
	vertical-align:middle;
	border-radius:3px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.5);
}
	.selectdropdown select {
		background:transparent;
		width:160px;
		border:none;
		margin:0;
		padding:0;
	}

#select1 {
	width:180px;
}
	#select1 select {
		width:210px;
	}
#select2 {
	width:210px;
}
	#select2 select {
		width:240px;
	}
#select3 {
	width:70px;
}
	#select3 select {
		width:100px;
	}
.button, .brightbutton, form .submit, #b_expand {
	vertical-align:middle;
	display:inline-block;
	border:1px solid #0c3d4e;
	color:#fff;
	font-size:1.2em;
	font-family:'Frutiger Next W01 Bold', Helvetica, Arial, sans-serif;
	cursor:pointer;
	padding:7px 10px;
	text-decoration:none;
	border-radius:3px;
}
form .submit, .button, .button:link, .button:visited, #b_expand, #b_expand:link, #b_expand:visited {
		color:#fff;
		background:#075976;
		background: -moz-linear-gradient(to bottom,#075976 90%,#054b66 100%);
		background: -webkit-linear-gradient(to bottom,#075976 90%,#054b66 100%);
		background: -o-linear-gradient(to bottom,#075976 90%,#054b66 100%);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#075976', endColorstr='#054b66'); /* IE6,IE7 */
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#075976', endColorstr='#054b66')"; /* IE8+ */
		background: linear-gradient(to bottom,#075976 90%,#054b66 100%);
}
form .submit:hover, form .submit:focus, .button:hover, .button:active, #b_expand:hover, #b_expand:active, .button:focus {
		background:#0e93b5;
		color:#fff;
		background: -moz-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -webkit-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -o-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d'); /* IE6,IE7 */
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d')"; /* IE8+ */
		background: linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
}
.brightbutton:link, .brightbutton:visited {
	background:#0e93b5;
		color:#fff;
		background: -moz-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -webkit-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -o-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d'); /* IE6,IE7 */
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d')"; /* IE8+ */
		background: linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
}
.brightbutton:hover, .brightbutton:active, .brightbutton:focus {
		background:#0e93b5;
		color:#fff;
		background: -moz-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -webkit-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		background: -o-linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d'); /* IE6,IE7 */
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e93b5', endColorstr='#0b7b9d')"; /* IE8+ */
		background: linear-gradient(to bottom,#0e93b5 90%,#0b7b9d 100%);
}
	form span {
		color:#980707;
	}

/* ----- FORMS ----- */

.formstyle, #map, .directoryitem img, #dirresults {
	border:1px solid #656767;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin:20px 5px 5px 5px;
	padding:10px;
	overflow:hidden;
}
	label {
		font-size:1.4em;
	}
	#emailform textarea {
		width:3290px;
		height:200px;
		margin-top:5px;
	}
	.emailform1 {
		float:left;
	}
	.emailform2 {
		text-align:right;
		float:right;
		margin-top:10px;
	}
	form input {
		margin-bottom:5px;
	}
#loginform {
	text-align:right;
	margin-top:5px;
}
#login .txt {
	width:120px;
}
.formleft {
	float:left;
	text-align:right;
	margin-right:5px;
}
	#login .formleft {
		width:220px;
	}
	#register .formleft {
		width:300px;
	}
		#register .txt {
			width:200px;
		}
	#jewelercontact .formleft {
		width:270px;
	}
#jewelercontact textarea {
	vertical-align:top;
	width:400px;
	height:150px;
}
#jewelercontact .submit {
	float:right;
	margin:10px 20px 0 0 ;
}
/* ----- CONTACT ----- */

#contactinfo {
	margin-top:30px;
}
  #contactinfo p {
	  margin-left:20px;
  }
#map, #map div {
	overflow:visible;
}
.marker{
	height:26px;
	width:33px;
	position:absolute;
	z-index:0;
	border:0;
}

#contactinfo td {
	width:250px;
	padding:10px 0 0 30px;
}
#contactinfo th {
	color:#026784;
	font: 1.4em 'FrutigerNextW01-Regular', helvetica, arial, sans-serif;
	text-align:left;
	border-bottom:1px dotted #656767;
	padding: 20px 0 0 0 ;
}
/* ----- FOR JEWELERS ------ */
#screens {
	float:right;
	margin-left:30px;
	width:423px;
}
	#screens .button, #screens .brightbutton {
		width:180px;
		margin:0;
		float:left;
		font-size:1.6em;
		text-align:center;
		line-height:15px;
	}
	#screens .brightbutton img {
		vertical-align:middle;
		display:inline-block;
		width:11px;
		height:15px;
		margin:-2px 5px 0 0;
	}
	#screens .button {
		float:right;
	}
	#screens img {
		margin-top:30px;
	}
#memberlogin {
	background: url(images/rjo-small.png) no-repeat;
	padding-left:45px;
}
#question {
	background: url(images/question.png) no-repeat;
	height:85px;
	padding-left:60px;
}

/* ----- RESULTS ----- */

#inventory-special {
	float: right;
	margin-top: 5px;
}

	#searchhead span {
		font: .6em Helvetica, Arial, sans-serif;
	}
	.b_back {
		vertical-align:middle;
		margin:7px 0 0 5px;
	}
	#searchhead .button {
		font-size: 14px;
		line-height: 50%;
	}
#b_expand {
	float:right;
	display:inline-block;
	border-bottom:0;
	margin:28px 5px 0 0;
	padding:5px 10px 10px;
	border-radius:3px 3px 0 0;
}
#expandsearch, #keywords {
	clear:both;
	padding:5px 15px;
	background:#fbfbfb;
	border:1px solid #656767;
	border-bottom:0;
	margin-right:1px;
}
#keywords {
	font-size:1.6em;
	padding:5px;
}
#expandsearch * {
	vertical-align:middle;
}
	#expandsearch label {
		margin-left:10px;
	}
	#expandsearch a {
		float:right;
	}
	#expandsearch h4 {
		display:inline;
	}
	#expandsearch .short {
		width:70px;
	}
	#expandsearch .button {
		margin-left:5px;
	}
.pages {
	margin:10px 50px 0 90px;
}
	.pages a, .pages span {
		display:inline-block;
		font-size:.8em;
		width:25px;
		padding:2px 0;
		text-align:center;
		text-decoration:none;
		margin: 0 3px 3px 0;
	}
	.pages a:link, .pages a:visited {
		background:#026784;
		color:#fff;
	}
	.pages a:hover, .pages a:active, .pages a:focus,.pages span {
		background:#35859d;
		color:#fff;
	}
	.pages p {
		text-align:center;
	}
.b_next {
	float:right;
	margin-top:10px;
}
.b_prev {
	float:left;
	margin-top:10px;
}

	#rtiles1 {
		left:0;
		top:0;
	}
	#rtiles2 {
		left:157px;
		top:0;
	}
	#rtiles3 {
		left:314px;
		top:0;
	}
	#rtiles4 {
		left:471px;
		top:0;
	}
	#rtiles5 {
		left:628px;
		top:0;
	}
	#rtiles6 {
		left:785px;
		top:0;
	}




	#rtiles7 {
		left:0;
		top:144px;
	}
	#rtiles8 {
		left:157px;
		top:144px;
	}
	#rtiles9 {
		left:314px;
		top:144px;
	}
	#rtiles10 {
		left:471px;
		top:144px;
	}
	#rtiles11 {
		left:628px;
		top:144px;
	}
	#rtiles12 {
		left:785px;
		top:144px;
	}


	#rtiles13 {
		top:288px;
		left:0;
	}
	#rtiles14 {
		left:157px;
		top:288px;
	}
	#rtiles15 {
		left:314px;
		top:288px;
	}
	#rtiles16 {
		left:471px;
		top:288px;
	}
	#rtiles17 {
		left:628px;
		top:288px;
	}
	#rtiles18 {
		left:785px;
		top:288px;
	}

#results {
	background:#F5FAFD;
}
/*
#results div {
	background:#fbfbfb;
}
	#results div div {
		border:none;
	}
*/
#noresults {
	border:1px solid #000;
	padding:10px 20px;
	background:#fff;
}
/* ----- DETAILS ----- */

.sharebuttons {
	background:#e4e4e4;
	padding:10px;
	margin:20px 5px !important;
}
	.sharebuttons img {
		margin-right:5px;
		vertical-align:middle;
	}
	.sharebuttons h3 {
		display:inline;
		vertical-align:middle;
		font-size:2.4em;
	}
	.sharebuttons div {
		width: 170px;
		margin:0 !important;
		vertical-align:middle;
		float:right;
	}
		.sharebuttons .button {
		display:block;
		text-align:center;
		margin:0 0 7px 0;
		font-size:1.2em;
		}
#storeinfo {
	padding:5px 10px;
	color:#fff;
	border:1px solid #156ea6;
	background:#26a1cd;
	margin:20px 5px 10px 5px;
}

		#storeinfo * {
			color:#fff;
		}
			#storeinfo h3 {
				margin-top:5px;
			}
			#storeinfo p {
				margin-bottom:20px;
			}
			#storeinfo .button {
				display:block !important;
				font-size:2em;
				text-align:center;
				padding:10px;
			}
#itemPinned {
	background:#114E61;
	margin:0 5px 10px 5px;
	border:1px solid #114E61;
}
	#itemPinned h4 {
		color:#fff;
		margin:0;
		padding:5px;
	}
	#itemPinned a:last-child {
		color:#fff;
		text-align:right;
		font-weight:bold;
		font-size:1.4em;
		padding:5px;
		display:block;
		text-decoration:none;
	}
		#itemPinned a:last-child:hover, #itemPinned a:last-child:focus {
			color:#e7edef;
		}
.storePinned {
	background:#fff;
	color:#4fb3d6;
	border-bottom:1px solid #114E61;
	padding:5px;
	margin:0;
	text-decoration:none;
	display:block;
}
	.storePinned:link, .storePinned:visited {
	color:#4fb3d6;
	}
	.storePinned:hover, .storePinned:active, .storePinned:focus {
		-webkit-box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		-moz-box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		box-shadow: inset 0 0 13px rgba(79,179,214,.8);
		color:#4fb3d6;
	}
	.storePinned:last-child {
		border:none;
	}
	.storePinned * {
		margin:0;
		padding:0 5px;
	}
#itemimg {
	margin:20px 5px 10px 5px;
	text-align:center;
	border:1px solid #666;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	-webkit-print-color-adjust: exact;
	position:relative;
	max-height:400px;
}
	.imgBig img {
		max-width:600px;
		max-height:400px;
		display:block;
		margin:0 auto;
	}
	.imgZoom {
		position:absolute;
		top:0;
		left:0;
		border-radius:0 0 5px 0;
		line-height:16px;
		font-size:1.4em;
		padding:5px 6px 5px 23px;
		background:#fff url(/images/zoom.png) no-repeat 3px center;
		box-shadow: 0 0 5px rgba(0,0,0,.5);
		border:1px solid #666;
		border-width:0 1px 1px 0;
	}
#itemdetails {
	margin:15px 0 20px 5px;
}
	.item1 div {
		font-size:1.4em;
		margin:0 0 2px 20px;
		line-height:110%;
		padding:3px;
	}
	.item1 h4 {
		margin-top:0;
	}
		.item1 h4 span {
			font-size:.5em;
			font-weight:normal;
			display:block;
			color:#4d4d4d;
		}
.price{
	background:#e1f2f8;
	font-size:1.6em;
	float:right;
	border-radius:5px;
	padding:10px;
	display:inline-block;
	line-height:150%;
}
	.price strong {
		color:#114e61;
	}
	.oldprice {
		text-decoration:line-through;
	}
	.newprice {
		font-size:1.8em;
	}
	#dirprice {
		display:block;
		margin:0 13px 10px 6px;
		float:none;
		width:280px;
	}

.col1detail {
  width:320px;
  float:right;
}
#realtedHeadline {
	margin:0 0 10px 0;
}
#relatedItems {
	position:relative;
	clear:both;
	overflow:visible;
}
	#relatedItems a {
		margin:0;
		padding:0;
		z-index:2;
	}
	#relatedItems a:hover, #relatedItems a:focus {
		z-index:3;
	}
	#dtiles1,#dtiles3,#dtiles5,#dtiles7{
		left:0;
	}
	#dtiles2,#dtiles4,#dtiles6,#dtiles8{
		left:157px;
	}
	#dtiles1,#dtiles2{
		top:0;
	}
	#dtiles3,#dtiles4 {
		top:144px;
	}
	#dtiles5,#dtiles6{
		top:288px;
	}
	#dtiles7,#dtiles8{
		top:432px;
	}

/* ----- DIRECTORY ----- */
#map {
	height:400px;
}
#directorysearch {
	background:#e4e4e4;
	padding:10px;
	margin:20px 5px;
}
#zipform {
	padding:5px 10px;
	color:#fff;
	border:1px solid #156ea6;
	background:#26a1cd;
	margin:20px 5px 10px 5px;
}
#directorysearch, #zipform {
	display: flex;
	flex-flow: row wrap;
	justify-content:  space-between;
}
#directorysearch h5, #zipform h5 {
	flex: 0 0 100%;
}
#zipform h5 {
	margin-top:0;
	font-size:2.5em;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

#directorysearch select, #zipform select {
	flex:  0 0 55%;
	padding: 0;
	line-height: 25px;
	border:  1px solid #026784;
	border-radius:  2px;
}
#directorysearch .submit, #zipform .submit {
	flex:  0 0 42%;
	padding: 0;
	line-height: 30px;
	text-align:  center;
	margin-bottom:  0;
}



	#directorysearch label {
		display: none;
	}
	#directorysearch .txt {
		width:180px;
	}


.directoryitem img {
	width:300px;
	padding:0;
	margin-top:5px;
}
.store-pagination {
	float:right;
	margin:30px 20px 0 0 ;
}
#dirresults {
	padding:0;
	margin-top:5px;
}
#dirresults .storeheader2 {
	border-top:1px solid #656767;
	background: -moz-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	background: -webkit-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	background: -o-linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2f8', endColorstr='#c4dee7'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2f8', endColorstr='#c4dee7')"; /* IE8+ */
	background: linear-gradient(to bottom,#e1f2f8 90%,#c4dee7 100%);
	color:#4d4d4d;
	padding:3px 5px;
	margin:0;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#dirresults .storeheader2 {
	background:#e1f2f8;
}
	#dirresults > div:first-child .storeheader2 {
		border-top:none;
	}
	.storeheader2 h4 {
		margin:0;
		padding:0;
	}
	.storeheader2 span {
		float:right;
		font-size:1.4em;
		font-family:'Frutiger Next W01 Bold', Helvetica, Arial, sans-serif;
		background:url(images/star.png) no-repeat left center;
		padding-left:26px;
		line-height:23px;
		margin-right:5px;
	}
.storeprofile {
	overflow:hidden;
	margin-bottom:10px;
}
.storeaddress, .storecontact {
	float:left;
}
	.storeaddress {
		width:200px;
		margin:0 20px;
	}
/* ------ RANDOMIZER ----- */
#randomheadline {
	overflow:visible;
}
.randomcontent h1 {
	margin-top:0;
	display:inline;
	color:#4fb3d6;
	font-size:5.2em;
	float:left;
}
.randomcontent h4 {
	float:left;
	font-weight:normal;
	display:inline;
	font-size:1.4em;
	width:660px;
	margin:10px 0 0 10px;
}
.randomize {
	float:right;
	font-size:2em;
	margin:10px 0 0 10px;
	padding: 10px 20px;
}
	#ratiles1, #gift-finder {
		text-align:center;
		border: 1px solid #656767;
		position:absolute;
		left:0;
		top:0;
		height: 287px !important;
   		width: 313px !important;
		background-position: center -50px !important;
		background-size:cover !important;
	}
		#ratiles1 div, #gift-finder div {
		height: 287px;
   		width: 313px;
		}
		#ratiles1 img, #gift-finder img{
		max-height: 287px;
   		max-width: 313px;
		}
	#ratiles1 {
		overflow:visible;
	}
	#gift-finder {
		background: #4fb3d6 url(/images/gift-finder.gif) no-repeat !important;
	}
		#gift-finder p {
			display:none;
		}
		#gift-finder a {
			display:block;
			margin:200px 0 0 30px;
			width:230px !important;
			font-size:3em;
			line-height:120%;
			text-align:center;
			height:auto !important;
			box-shadow:0 0 5px rgba(0,0,0,.7);
			border:1px solid #000;
			border-radius:5px!important;
			text-shadow:2px 2px 3px rgba(0,0,0,.7);
		}
		.randomInfo {
			text-align:left;
			display:block;
			position:absolute;
			left:0;
			right:0;
			bottom:0;
			background:#fff;
			padding:5px;
			font-size:1.2em;
			border-top:1px solid #656767;
			line-height:130%;
		}
			#ratiles1 strong {
				color:#075976;
			}
			#ratiles1 .nonbutton {
				display:inline !important;
				border:none !important;
				float:none !important;
				position:relative !important;
			}
			#ratiles1 .button {
				display:block;
				width:40px;
				height:auto !important;
				position:relative;
				float:right;
				font-size:1em;
				padding:4px;
				margin:0 0 0 5px;
				text-align:center;
				line-height:100%;
			}

	#ratiles2 {
		left:314px;
		top:0;
	}
	#ratiles3 {
		left:471px;
		top:0;
	}
	#ratiles4 {
		left:628px;
		top:0;
	}
	#ratiles5 {
		left:785px;
		top:0;
	}





	#ratiles6 {
		left:314px;
		top:144px;
	}
	#ratiles7 {
		left:471px;
		top:144px;
	}
	#ratiles8 {
		left:628px;
		top:144px;
	}
	#ratiles9 {
		left:785px;
		top:144px;
	}


	#ratiles10 {
		top:288px;
		left:0;
	}
	#ratiles11 {
		left:157px;
		top:288px;
	}
	#ratiles12 {
		left:314px;
		top:288px;
	}
	#ratiles13 {
		left:471px;
		top:288px;
	}
	#ratiles14 {
		left:628px;
		top:288px;
	}
	#ratiles15 {
		left:785px;
		top:288px;
	}
#recent {
	display:none;
}
/* ----- TRENDING ----- */
.trendinghead .button {
	margin-top:45px;
}
	.trendinghead div .button {
		margin-top:0;
	}
.trendinghead div {
	width:800px;
	margin:0 auto;
	text-align:center;
}
.trendinghead h4 {
	margin-top:0;
}
/* ----- NEWS ----- */
.inner .mainbuttons a {
	margin-bottom:0 !important;
	display:block;
}
	.inner .col2 {
		width:680px;
	}
	.inner .col1 {
		width:250px;
	}

#storenews {
	margin:10px 0;
	border-top:2px solid #ccc;
	padding-top:10px;
}
	.articlecontent {
		margin:5px 30px;
	}
	.updated {
		margin:0;
	}
	.articleheadline {
		margin-bottom:0;
	}
	#storenews * {
		line-height:130%;
	}
	#storenews p {
		margin-bottom:10px;
		padding:0;
	}
.newscredit {
	background:#ccc;
	font-size:1.2em;
	display:block;
	padding:2px 5px 0 5px;
	text-decoration:none;
	margin:10px 0 20px 0;
}
	.address {
		font-size:.6em;
	}
	.updated {
		font-size:.8em;
	}
/* ----- TOOLS ----- */
#tools {
	margin:0 30px;
}
#tools h2 {
	color:#4fb3d6;
	font-size:5.2em;
}
	#tools h2 a {
		text-decoration:none;
		border-bottom:1px dotted #4FB3D6;
		display:block;
	}
/* ----- FACEBOOK THANKS ----- */
#facebookThanks {
	background:#fff;
	padding:10px;
}
	#facebookThanks h1 {
		text-align:center;
		margin-top:30px;
	}
/* ----- TOOL TIPS ----- */

.tooltip .jewelryTooltip {
  margin-left: -999em;
  position: absolute;
  box-shadow:0 0 5px rgba(0,0,0,.5);
}
.tooltip:hover .jewelryTooltip, .tooltip:focus .jewelryTooltip {
  position: absolute;
  left: 146px;
  top: 10px;
  z-index: 99;
  margin-left: 0;
  width:200px;
	overflow:visible;
}

.tooltip i {
  display:block;
  width:29px;
  height:60px;
  background: url(/store/images/tabGreen.png);
  margin: 0px 0px 0px -39px;
  float: left;
  position: absolute;
}
.jewelryTooltip {
	padding: 10px;
	background:#fff;
	overflow:hidden;
	border-radius:5px;
	min-height:100px;
}
.jewelryTooltip h4 {
	border-bottom:1px solid #026784;
	margin:0 0 10px 0;
	width:200px;
}
#fbgiftfinder {
	background:#fff;
	border:none;
}


/*  RJO RETAILER */
.rjo-notice {
	border: 2px solid red;
	padding: 10px;
	margin-top: 10px;
}
.rjo-notice h3 {
	text-align: center;
	color: red;
	font-size: 2.1em;
}
.rjo-notice h4 {
	text-align: center;
	font-size: 1.8em;
}


.gemstone-page {
	display: flex;
	flex-flow: row wrap;
}
/* .gemstone-page::after {
  content: "";
  flex: auto;
} */
.gemstone-page, .gemstone-page {
	box-sizing: border-box;
}

.gemstone-page a {
	width: 15%;
	padding-bottom: 15%;
	margin: 0 1% 1% 0;
	position: relative;
	text-align: center;
	background: #fff;
	border: 3px solid #e1f2f8;
	border-radius: 5px;
	overflow: hidden;
}
.gemstone-page img {
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
.gemstone-page span {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,.8);
	font-size: 1.5em;
}

/* borrowed from wordpress */
*:focus {
	background-color: #e1f2f8 !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
