/*  silver Template Stylesheet
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-77BdCn 692722';
 */

/* DEFAULTS */
body {
	background: #646464 url(images/background.gif);
	color:#fff;
}
h1, h2, h3, .sharebuttons {
	font-family:'HelveticaNeueW01-77BdCn 692722', arial, helvetica, sans-serif;
}
/* LAYOUT */
#back {
	-moz-box-shadow:0 0 300px #000 inset;
	-webkit-box-shadow:0 0 300px #000 inset;
	box-shadow:0 0 300px #000 inset;
}
#wrap {
	z-index:2;
	background:#000;
	background-image: url(images/wrap1.jpg), url(images/wrap2.jpg);
	background-position: left, right;
	background-repeat: repeat-y;
	-moz-box-shadow:0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
	-o-box-shadow:0 0 10px rgba(0,0,0,.5);
	box-shadow:0 0 10px rgba(0,0,0,.5);
}
.button {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	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);
}
.button:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	background: linear-gradient(top,  #444,  #000);
}
.button:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	background: linear-gradient(top,  #000,  #444);
}
/* HOMEPAGE */
.tileFlip {
	border:1px solid #252525;
}
		.tileDescription a:link, .tileDescription a:visited {
			color:#FFF;
		}
		.tileDescription a:hover, .tileDescription a:active {
			color:#ccc;
			background-color:rgba(255,255,255,.3);
		}

/* ABOUT */
.abouttxt img, .contacttxt, .itemtile, .imgright, .imgleft {
		border:1px solid #999;
		-moz-box-shadow: 0 0 5px rgba(255,255,255,.5);
		-webkit-box-shadow: 0 0 5px rgba(255,255,255,.5);
		-o-box-shadow: 0 0 5px rgba(255,255,255,.5);
		box-shadow: 0 0 5px rgba(255,255,255,.5);
		margin:5px 5px 20px 5px;
}
	
/* CONTACT */
.contacttxt {
	background:#171717;
}

/* RESULTS */
#rback a, #rforward a {
	border: solid 1px #222;
	background: #222;
	background: -webkit-gradient(linear, left bottom, right bottom, from(#ccc), to(#888));
	background: -moz-linear-gradient(left,#ccc,#888);
	background: -webkit-linear-gradient(left,#ccc,#888);
	background: -o-linear-gradient(left,#ccc,#888);
	background: linear-gradient(left,#ccc,#888);
}
#rback a:hover ,#rforward a:hover,  #rback a:active, #rforward a:active {
	background: -webkit-gradient(linear, left bottom, right bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(left,#888,#575757);
	background: -webkit-linear-gradient(left,#888,#575757);
	background: -o-linear-gradient(left,#888,#575757);	
	background: linear-gradient(left,#888,#575757);			
}
#results h3 span {
	color:#646464;
}
#resultspage .tile {	
	border:1px solid #fff;
}
/* ITEM */
.price, .priceSpecial {
	background: #646464;
}
.sharebuttons, .portalbuttons {	
	background: rgba(255,255,255,.1);
}
/* PORTAL */
#portal h1 {
	font-size:3em;
}
#portal h3 {
	font-size:1.6em;
}