@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;
}



/* DEFAULTS
LAYOUT
UNIVERSAL
*/


/* ----- DEFAULTS ----- */
body {
	background: #000;
	font:16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFF;
}
div {
	overflow:hidden;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
	#index h2 {
		margin-bottom:0;
		padding-bottom:0;
	}
	#index h4 {
		margin-top:0;
		padding-top:0;
		font-size:.8em;
		font-style:italic;
	}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h1, h2, h3, h4 {
	font-weight:bold;
}
h1, h2, h3, h4, p {
	padding:5px 0;
}
 img, div, input { behavior: url("../ipad/javascript/iepngfix.htc") }
a {
	color:#FFF;
}
a:hover, a:active {
	text-decoration:none;
}
/* ----- LAYOUT ----- */
#banner, #footer {
	background:#000;
	color:#FFF;
	padding:5px;
}
	#banner h1, #footer p {
		margin:0;
		padding:0;
	}
	#back {
		float:right;
		display:inline-block;
		height:40px;
		line-height:40px;
		padding: 5px 20px;
	}
#banner {
	border-bottom:1px solid #666;
}
	#banner h1 {
		line-height:80%;
	}
	#banner h1 span {
		font-size:.6em;
	}
#footer {
	border-top:1px solid #666;
	padding-bottom:30px;
}
#footer p {
	float:right;
	line-height:30px;
	font-size:.8em;
}
#p1, #p2 {
	font-size:.8em;
}
#p2 {
	float:left;
}
#p1 {
	display:block;
border-bottom:1px solid #666;
padding:5px 0;
clear:both;
}
#p1 strong, #p2 strong {
	margin-left:10px;
}

	#p1 .button, #p2 .button {	
	padding:5px 10px;
	margin:0 5px;
	}
#content {
	text-align:center;
	padding:10px 5px;
	background: url(../jb-ipad/images/background.jpg) no-repeat center;
}
#button, #search {
	float:left;
}
#button {
	width:60%;
}
#search {
	width:40%;
	clear:right;
	margin-bottom:10px;
}
#index {
	padding:1%;
	border-top:1px dotted white;
	margin-top:20px;
	clear:both;
}
#featured {
	width:30%;
	height:250px;
	float:left;
	padding: 10px;
	border:1px solid  rgba(255,255,255,.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.2);
	margin:0 10px 10px 0;
	text-align:center;
}
	#featured h4 {
		margin:0 0 5px 0;
	}
	#featured img {
		width:48%;
		height:40%;
	}
/* ----- UNIVERSAL ----- */
/* --------- button ----------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px 10px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	padding: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-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);
}
#button .button {	
	width:40%;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
.promoprice .button {
	font-size:14px;
	padding: 10px;
	width:100px;
}
/* ------------- SEARCH ---------------- */
#search {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
#search .button {
	float:right;
	width:80%;
	clear:both;
}
#search select {
	width: 100%;
}
#search div {
	margin-bottom:10px;
}
#price {
	text-align:center;
	line-height:65px;
}
#price input {
	width:35%;
}
.txt, #search select{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	padding: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-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);
	background:#FFF;
	border:#CCC;
}




.item {
	width: 21%;
	height:140px;
	line-height:180px;
	padding: 10px;
	border:1px solid  rgba(255,255,255,.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.2);
	display:inline-block;
	margin:0 5px 10px 5px;
}
.itemthumb2, .itemthumb {
	width: 100%;
	height:140px;
	display:block;
}
.itemthumb {
	background-color:#FFF;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

/* ----- EXPAND ------ */
#wrap {
	margin:0 auto;
}
.expand {
	background-image:none;
}
h3 em {
	font-size:.5em;
	font-style:italic;
	font-weight:normal;
}
.promoprice {
	font-size:1.4em;
	font-weight:bold;
	float:right;
	width:160px;
	margin-left:5px;
}
.facebook {
	vertical-align:middle;
}
.details {
	padding:5px 30px;
}

@media all and (orientation:portrait) {
/*#banner {
	background-color:green;
}*/
#button .button {
	width:39%;
	font-size:1em;
}
	.item {
		width:28%;
	}
	.item, .itemthumb2, .itemthumb {
		height:215px;
	}
	#featured {
		width:40%;
	}
	
}
@media all and (orientation:portrait) and (max-width:500px) {
/*#banner {
	background:red;
}*/
	#banner h1 {
		font-size:1.4em;
	}
	#back {
		font-size:.8em;
		vertical-align:middle;
	}
	#search {
		width:100%;
		float:none;
	}

	#button  {
		display:none;
	}
	#price input {
		width:28%;
	}
	.item {
	width: 38%;
	}
	.item, .itemthumb2, .itemthumb {
		height:90px;
	}
	#featured {
		display:none;
	}
}
@media all and (orientation:landscape) and (max-width:600px) {
/*#banner {
	background:blue;
}*/
	#banner h1 {
		font-size:1.6em;
	}
	#back{
		font-size:.8em;
		vertical-align:middle;
	}
	#search {
		width:100%;
		float:none;
	}
	#button  {
		display:none;
	}
	.item {
	width: 27%;
	}
	.item, .itemthumb2, .itemthumb {
		height:90px;
	}
	#featured {
		display:none;
	}
}