@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 19610126
   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;
}
a {
	text-decoration:none;
}
.clear, .itemtile {
	clear:both;
	overflow:hidden;
}
	.itemtile img {
		display:block;
	}
div {
	overflow:hidden;
}

.abouttxt a, .contacttxt a {
	border-bottom:1px dotted #ccc;
}
a:link, a:visited {
	color:#000;
}
a:hover, a:active {
	color:#ccc;
}
hr {
	margin:30px 0;
	clear:both;
}
.content ul {
	list-style-type:disc;
	padding:10px 10px 10px 40px;
}
.content ul li {
	margin-bottom:5px;
}
/* DEFAULTS */
body {
	font:14px Arial, Helvetica, sans-serif;
}

#index {
	overflow:hidden;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:10px 0 5px 0;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.8em;
}
h4, .portallocation span {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}
p {
	margin-bottom:10px;
}
strong, b {
	font-weight:bold;
}
/* LAYOUT */
#back {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
 #wrap {
	width:1006px;
	position:fixed;
	top:0;
	bottom:0;
	left:50%;
	margin-left:-503px;
	z-index:1;
}

.content {
	width:976px;
	margin:10px auto;
	z-index:2000;
	position:relative;
}
#index .content {
	margin: 0 auto;
}
.content2 {
	height:600px;
	margin-top:20px;
	position:relative;
}
.back2 {
	font-size: 12px;
	text-decoration: underline;
}
.back {
	float:right;
}
	.back span {
		width:15px;
		height:16px;
		margin-right:6px;
		display:inline-block;
		vertical-align:middle;
		background: url(images/arrow2.png) no-repeat;
	}

.button, .button:link, .button:visited {
	color:#fff;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border:none;
}
.button:hover {
	text-decoration: none;
	color:#fff;
}
.button:active {
	color:#fff;
	position: relative;
	top: 1px;
}
.button img {
	margin-right:10px;
}
#itemcontact1, #email {
	padding:.1em .5em;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	background: linear-gradient(top,  #7db72f,  #4e7d0e);
}
#itemcontact1 span {
	display:inline-block;
	background:url(/catalogue/mobile/images/phone.png) no-repeat center;
	width:27px;
	height:28px;
	vertical-align:middle;
}
#itemcontact1:active, #email:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	background: linear-gradient(top,  #4e7d0e,  #7db72f);
}
#itemcontact {
	margin:10px 5px;
	clear:both;
}
#itemcontact1 {
	margin:0 !important;
}
#section1 {
	border-radius: 0 0 5px 5px;
	padding:10px;
	background:#d7e8c0;
	color:#000;
}




/* HOMEPAGE */

#index #footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
#footer{
	text-align:center;
	height:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
	clear:both;
}
#index .tile, #index .tile2 {
	position:absolute;
}
.tile, .tile2, .tileFlip {
	padding:0;
}
.tile, .tileData {
	width:188px;
	height:188px;
}
.tile2, .tile2 .tileData {
	width:382px;
	height:188px;
}
.tiledata {
	background:rgba(0,0,0,.8);
}
.tileFlip, .tileNoFlip {
	position:absolute;
	left:0;
	top:0;
	width:186px;
	height:186px;
	cursor:pointer;
}
.tile2 .tileFlip, .tileNoFlip {
	width:380px;
}

.tileFlip:hover{
	-moz-box-shadow:0 0 30px #000 inset;
	-webkit-box-shadow:0 0 30px #000 inset;
	box-shadow:0 0 30px #000 inset;
}

.tileData{
	display:none;
}
	.tileDescription {
		padding:20px 10px 5px 10px;
		background:rgba(0,0,0,.9);
		height:163px;
	}
	.logo2 .tileDescription {
		height:384px !important;
	}
		.tileDescription h1 {
			font-size:2em;
			font-weight:bold;
			border-bottom:1px dotted #666;
		}
		#logo .tileDescription h1 {
			margin-bottom:10px;
		}
		.tileDescription a {
			color:#FFF;
			font-weight:bold;
			text-decoration:none;
			display:block;
			text-align:right;
			background: url(/silverstreet/d/images/arrow.png) no-repeat right center;
			padding:20px;
			margin-top:10px;
		}

.clear{
	clear:both;
}
#logo .tileFlip {
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff !important;
}
	.logo .tileFlip {
		width:382px;
	}
	.logo2 .tileFlip {
		height:382px;
	}
.logo {
	top:196px;
	left:0;
	width:384px;
}
.logo2 {
	top:0;
	left:196px;
	height:384px;
}
#rings {
	top:3px;
	left:3px;
}
	#rings .tileFlip {
		background-image: url(images/t_rings.jpg);
	}
#mens {
	top:3px;
	left:199px;
}
	#mens .tileFlip {
	background-image: url(images/t_mens.jpg);
	}
#mens2 {
	top:199px;
	left:3px;
}
	#mens2 .tileFlip {
	background-image: url(images/t_mens.jpg);
	}
#necklaces {
	top:3px;
	left:395px;
}
	#necklaces .tileFlip {
	background-image: url(images/t_necklaces.jpg);
	}
#bracelets {
	top:3px;
	left:591px;
}
	#bracelets .tileFlip {
	background-image: url(images/t_bracelets.jpg);
	}
#earrings {
	top:3px;
	left:787px;
}
	#earrings .tileFlip {
	background-image: url(images/t_earrings.jpg);
	}
#pendants {
	top:199px;
	left:395px;
}
	#pendants .tileFlip {
	background-image: url(images/t_pendants.jpg);
	}
#watches {
	top:199px;
	left:591px;
}
	#watches .tileFlip {
	background-image: url(images/t_watches.jpg);
	}

#gemstones {
	top:199px;
	left:591px;
}
	#gemstones .tileFlip {
	background-image: url(images/t_gemstones.jpg);
	}
#beads {
	top:199px;
	left:787px;
}
	#beads .tileFlip {
	background-image: url(images/t_beads.jpg);
	}
#gold {
	top:395px;
	left:3px;
}
	#gold .tileFlip {
	background-image: url(images/t_gold.jpg);
	}
#silver {
	top:395px;
	left:199px;
}
	#silver .tileFlip {
	background-image: url(images/t_silver.jpg);
	}
#diamonds {
	top:395px;
	left:395px;
}
	#diamonds .tileFlip {
	background-image: url(images/t_diamonds.jpg);
	}
#wedding {
	top:395px;
	left:591px;
}
	#wedding .tileFlip {
	background-image: url(images/t_wedding.jpg);
	}
#specials {
	top:395px;
	left:787px;
}
	#specials .tileFlip {
	background-image: url(images/t_specials.jpg);
	}
#tile1 {
	top:0;
	left:0;
}
#tile2 {
	top:0;
	left:196px;
}
#tile22 {
	top:196px;
	left:0;
}
#tile3 {
	top:0;
	left:392px;
}
#tile4 {
	top:0;
	left:588px;
}
#tile5 {
	top:0;
	left:784px;
}
#tile6 {
	top:196px;
	left:0;
}
#tile7 {
	top:196px;
	left:196px;
}
#tile8 {
	top:196px;
	left:392px;
}
#tile9 {
	top:196px;
	left:588px;
}
#tile10 {
	top:196px;
	left:784px;
}
#tile11 {
	top:392px;
	left:0;
}
#tile12 {
	top:392px;
	left:196px;
}
#tile13 {
	top:392px;
	left:392px;
}
#tile14 {
	top:392px;
	left:588px;
}
#tile15 {
	top:392px;
	left:784px;
}
/* ABOUT */
.abouttxt {
	width:650px;
	float:left;
	margin:0 10px 0 10px;
}
	.abouttxt p, .contacttxt p, .hourstable {
		margin:0 16px 10px 16px;
	}
.hourstable td:first-child {
	padding-right:5px;
	text-align:right;
	font-weight:bold;
}
.hourstable td {
	padding-bottom:5px;
}
#about h1, #advanced h1 {
	margin-left:20px;
}
.contacttxt {
	width:286px;
	float:left;
	padding:4px;
}
#map_canvas {
	border:1px solid #000;
	margin:5px 5px 20px 5px;
	width:274px;
	height:450px;
}
#map_canvas, #map_canvas div {
	overflow:visible;
}
	#map_canvas * {
		font-family: arial, helvetica, sans-serif;
		color:#000;
	}
.email {
	background: url(/silverstreet/d/images/email.png) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
}


/* RESULTS */
#search *, #skipto * {
	vertical-align:middle;
}
#search {
	font-size:1.6em;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#search input, #skipto input {
	padding: 6px 2em 6px;
}

	#search select {
		font-size:1em;
		margin-right: 3px;
	}
	#skipto select {
		font-size:1.8em;
	}
	#skipto input {
		font-size:1.2em;
	}

#skipto {
	float:right;
	display:inline-block;
}

#rback, #rforward {
	width:30px;
	height:540px;
}
	#rback a, #rforward a {
	width:28px;
	margin-top:15px;
	height:510px;
	display:block;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-align:center;
	}
	#rback span, #rforward span {
		display:inline-block;
		width:25px;
		height:28px;
		margin-top:256px;
	}
		#rback span {
			background: url(/catalogue/desktop/images/rback.png) no-repeat;
		}
		#rforward span {
			background: url(/catalogue/desktop/images/rforward.png) no-repeat;
		}
#rback {
	float:left;
	margin-left:5px;
}
#rforward {
	float:right;
	margin-right:5px;
}
#results h3 {
	font-weight:normal;
}
#results h3 span {
	font-size:.6em;
	font-weight:bold;
}


#resultspage {
	width:885px;
	margin:5px auto 0 auto;
}


#resultspage .tile {
	width:165px;
	height:165px;
	float:left;
	margin:5px;
	overflow:hidden;
	text-align:center;
}
#resultspage .tile a {
	display:block;
	width:165px;
	height:165px;
}
.th a, .tw a, .sth a, .stw a {
	background-repeat:no-repeat;
	background-position:center;
}
.th a {
	background-size: auto 165px;
}
.tw a {
	background-size:165px auto;
}
.rbottom {
	clear:both;
	margin-top:20px;
}
	.rbottom h3 {
		margin-top:0;
	}



/* ITEM */
.itemtile {
	max-width:505px;
	overflow:hidden;
	border:1px solid #252525;
	float:left;
}
	.itemtile img {
		max-width:505px;
	}
.itemdesc {
	width:430px;
	float:left;
	padding:50px 0 0 10px;
}
.sharebuttons, .portalbuttons, .portalimg {
	color:#fff;
	border-bottom:1px solid #000;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	margin:10px 5px 10px 5px;
	text-align:right;
	padding:10px;
	overflow:hidden;
	clear:both;
}
.sharebuttons {
	line-height:64px;
}
	.sharebuttons img {
		vertical-align:middle;
		margin-left:5px;
	}
	.sharebuttons a:hover, .sharebuttons a:active {
		opacity:0.7;
		filter:alpha(opacity=70);
		cursor:pointer;
	}
#itemcontact1, #email {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	line-height:31px;
	height:33px;
	font-weight:bold;
	margin: 0 2px 5px 2px;
	float:none !important;
}
	#email img, #itemcontact1 img {
		vertical-align:middle;
		margin-right:7px;
	}
.price, .priceSpecial {
	color:#fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:5px 20px;
	float:right;
	margin:0 10px 60px 10px;
	text-align:center;
	font-size:1.4em;
}
	.priceSpecial span {
		font-size:1.2em;
		font-weight:bold;
	}
/* ----- PORTAL ----- */
#portal h1{
	margin:10px 50px 0 50px;
	padding:0;
	line-height:80%;
}
.portal {
	display:table;
	border-spacing:20px;
	margin:10px auto 0 auto;
	width:1005px;
}

.appbuttons img {
	margin:0 10px 10px 0;
}
.templatebuttons {
	overflow:hidden;
}
  .templatebuttons a {
	  margin-top:10px !important;
  }

	.portalbuttons, .portalimg {
		display:table-cell;
		padding:10px 40px;
		text-align:right;
		vertical-align: top;
	}
	.portalbuttons {
		width:400px;
	}
		.portalbuttons > div {
			width:50%;
			float:left;
			margin-top:20px;
		}
			.abi {
				margin:0 10px 0 0 !important;
				vertical-align:middle !important;
				float:left !important;
			}
			.appleqr {
				background:#fff;
				padding:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				-o-border-radius:5px;
				border-radius:5px;
				display:inline-block;
				float:right;
				vertical-align:middle;
			}
				.appleqr img {
					margin:0;
				}
	.portalimg {
		width:271px;
		height:350px;
	}
	.portalbuttons .button {
		margin-bottom:5px;
		width:160px;
		padding:.3em .5em;
		line-height:30px;
		text-align:left;
		color:#fff;
	}
	.portalimg {
		width:500px;
		background:#fff url(/catalogue/images/portal-images.jpg) no-repeat center;
	}
.portallocation {
	padding:0 40px;
}
	.portallocation div {
		float:right;
	}
	.portallocation span {
		font-weight:bold;
	}
.qr {
	float:right;
	margin:10px 30px 0 0;
	width:300px;
}
	.qr img {
		width:80px;
		height:80px;
		float:right;
		margin-left:10px;
	}
	.qr p {
		font-weight:bold;
		font-size:1.2em;
		text-align:right;
		margin-top:20px;
	}
.qrs {
	float:right;
	margin:10px 15px 0 0;
}
	.qrs div {
		display:inline-block;
		height:99px;
		width:131px;
		background-repeat:no-repeat;
		background-position:right;
		text-align:right;
	}
		.qrsapple {
			background-image:url(/catalogue/images/qrback-apple.png);
		}
		.qrsandriod {
			background-image:url(/catalogue/images/qrback-andriod.png);
			margin-left:20px;
		}
		.qrsmobile {
			background-image:url(/catalogue/images/qrback-mobile.png);
			margin-left:20px;
		}
			.qrs div img {
				margin:10px 12px 0 0;
			}

#overlay {
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
	background:rgba(0,0,0,.7);
}
	#message {
		width:600px;
		margin:50px auto;
		background:#fff;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-o-border-radius:10px;
		border-radius:10px;
		padding:10px;
	}
	#message ul {
		list-style-type:disc;
		padding-left:50px;
	}
	#message * {
	font-family: Arial, Helvetica, sans-serif;
	}
.imgright {
	float:right;
	margin:0 0 10px 20px;
}
.imgleft {
	float:left;
	margin:0 20px 10px 0;
}
.clear {
	clear:both;
}
/* ------ ADVANCED ------- */
#search2 {
	height:500px;
	margin: 30px 0 0 100px;
}
#search2 div {
	margin-bottom:10px;
	width:500px;
}
#search2 label {
	width:150px;
	text-align:right;
	float:left;
	display:block;
	margin-right:10px;
}
#search2 .button {
	margin-left:160px;
}
#b_advanced {
	display:inline-block;
	border:1px solid #000;
	box-shadow:0 0 3px #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	background: linear-gradient(top,  #666,  #000);
	color:#fff;
	padding:5px 15px 5px 10px;
	font-weight:bold;
	border-radius:0 0 5px 5px;
	top:0;
	right:12px;
	z-index:10;
	position:absolute;
}
	#b_advanced:link, #b_advanced:visited {
	background:#000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	background: linear-gradient(top,  #666,  #000);
	color:#fff;
	}
	#b_advanced:hover, #b_advanced:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background: -moz-linear-gradient(top,  #000,  #666);
	background: linear-gradient(top,  #000,  #666);
	color:#ccc;
	}
	#b_advanced img {
		vertical-align:middle;
		margin-right:3px;
	}
#devbox {
	border:1px solid #900;
	padding:5px;
}
	#devbox h3 {
		margin:0 0 10px 0;
		padding:0;
		color:#900;
	}
	#devbox span {
		color:#900;
		font-weight:bold;
	}
	#devbox p {
		margin: 0 0 10px 30px;
	}

#halfbuttons {
	overlow:hidden;
	margin-bottom:20px;
}
#halfbuttons a {
	display:block;
	width:45%;
	float:left;
	padding:10px 0;
	vertical-align:middle;
}
#halfbuttons a:first-child {
	margin-right:5%;
}
#paypalCart {
	float:right;
	border-radius:5px;
}
#paypalCart button {
	margin-right:10px;
}
#paypal button, #paypalCart button {
	padding:.3em .5em;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	background: linear-gradient(top,  #7db72f,  #4e7d0e);
}
#paypal button {
	float:right;
	margin:2px 0;
}
#paypal button span, #paypalCart button span {
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:26px;
	background: url(/catalogue/desktop/images/cart.png) no-repeat;
	margin-right:3px;
	margin-top:-3px;
}
