@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

html {
    min-width: 100%; /*IE7*/
} 

body {
    color: #000;
    margin: 0;
    padding: 0;
    background: #ededed;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 13px/20px 'Open Sans',Arial,Sans-serif;
}

#header {
	overflow:hidden;
	clear:both;
	background: #3f6aa1;
	height:40px;
	line-height: 40px;
}

#header #logo {
	float: left;
}
	#header h1 {
		float: left;
		padding: 0;
		margin: 0 0 0 10px;
		height: 40px;
		color: #fff;
		font-style: italic;
		text-shadow:0 1px 0 #000;
	}
	
#search {
	float: right;
	margin: 6px 10px 0 0;
}

#search form {
	float: left;
}

/*
#search-q {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px 0 1px 1px;
	margin:0;
	padding:3px;
	width: 200px;
	float: left;
	color: #ccc;
}
*/
#search-q {
	padding: 3px 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float: left;
	margin: 0;
	width: 200px;
}

/*
#search-submit {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	background: #ccc;
	border:1px solid #eee;
	color:#333333;
	margin:0;
	outline-width:0;
	padding:2px 4px;
	text-shadow:0 1px 0 #fff;
	float: left;
}
*/

#search-submit {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 3px 12px;
	border-radius: 0 4px 4px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	margin: 0 0 0 -1px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

#search-submit:hover {
	background-color: #3f6aa1;
	color: #fff;
}

#search button {
	float: left;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 12px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 0 10px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

#search button:hover {
	color: #fff;
	background-color: #ff0000;
}

#container {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
}

#content {
	background: url('../images/tabs-bg.gif') repeat-x;
	min-height:500px;
	clear:both;
	overflow:auto;
	width:100%;
	position:relative;
}
#tab-ghost {
	opacity: 0.3;
}
.tab {
	float:left;
	overflow:hidden;
	background:#fff;
	width:300px;
	position:relative;
	margin:0;
}
.tab.hover {
	padding-left:300px;
}

.t {
	overflow: hidden;
	background: url('../images/tabs-bg.gif') repeat-x;
	height: 30px;
	border-right: 1px solid #171e27;
}

.t .title {
	float:left;
	margin: 0px 0 0 10px;
	line-height: 30px;
}

.t .title a{
	margin: 0;
	padding: 0;
	float: left;
	color: #fff200;
	text-shadow:0 1px 0 #000;
	text-decoration: underline;
	font-weight: bold;
}
/*
.t .close {
	height: 12px;
	width: 12px;
	border: 1px solid #f75b6d;
	background: #d83246;
	color: #fff;
	font-weight: bold;
	float: right;
	text-align: center;
	line-height: 12px;
	cursor: pointer;
	font-size: 11px;
	margin: 8px 5px 0 0;
}
.t .close:hover {
	color: #fff;
}
*/
.t .close {
	color: #fff;
	float: right;
	cursor: pointer;
	margin: 8px 5px 0 0;
}
.t .close:hover {
	color: #f75b6d;
}
.tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 299px;
	overflow: auto; /*vertical scroll*/
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #dfdfdf;
}
.tab ul li {
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	clear:both;
}
.tab ul li:hover {
	background: -moz-linear-gradient(center top , #fff 75%, #dadada) repeat scroll 0 0 transparent;
}
.tab ul li a {
	color: #3f6aa1;
	text-decoration: none;
}
.tab ul li a:hover {
	text-decoration: underline;
}
.tab ul li .wrap {
	padding:10px;
	overflow:hidden;
	line-height:17px;
}
.tab ul li .image {
	height:60px;
	width:60px;
	padding:2px;
	float:left;
	margin: 0 10px 40px 0;
	border:1px solid #171e27;
}
.tab ul li:last-child {
	border-bottom:0;
	padding-bottom:0;
}

.tab ul li .price {
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0;
	color: #171e27;
}

.tab ul li .sold {
	color: #090;
}

.tab ul li .price span {
	line-height: 16px;
	font-size: 10px;
	padding: 0;
	color: #000;
}

.tab ul li .time {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
.tab ul li .time .soon{
	color: #ff0000;
}

.tab .loading {
	background:#fff url('../images/loading.gif') no-repeat center center;
	height: 100%;
    opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2001;
}

.tab p {
	text-align: center;	
	margin: 50px 5px;
}


.options {
	background-color: #f5f5f5;
	border-right:1px solid #dfdfdf;
	padding: 0 10px;
	font-size: 10px;
}
.options select {
	margin: 0 0 0 10px;
	font-size: 10px;
}
#content .tab:first-child ul {
	border-left:1px solid #dfdfdf;
	width:298px;
}
#content .tab:first-child .top {
	border-left:1px solid #5a5a5a;
}
#message {
	padding: 50px 30px 0 30px;
}
#message.offset {
	padding: 50px 30px 0 330px;
}
#message p {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
	text-shadow: 1px 1px 0 #fff;
}

#listing {
	margin: 50px 322px 20px 20px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

#listing h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

#listing h3 {
	font-size: 18px;
	font-weight: bold;
}

#listing .photo {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 20px 20px 0;
	background: #fff;
	max-width: 600px; 
}

#listing img {
	background: #dedede;
	width: 100%;
	display: block;
}

#listing ul {
	list-style-type: none;
	font-size: 14px;
}
#listing p {
	font-size: 14px;
	margin: 0 0 20px 0;
}
#listing span {
	font-weight: bold;
}
#listing span.sold {
	color: #090;
}
#ads {
	float: right;
	width: 300px;
	margin: 50px 20px 20px 20px;
	border: 1px solid #ccc;
}

#recommendations {
	margin: 0 20px 20px 20px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px 0 20px 20px;
	overflow: hidden;
}

#recommendations h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

#recommendations ul {
	width: 100%;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

#recommendations li {
	width: 12.5%;
	float: left;
}

#recommendations li .itemDetails {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 20px 20px 0;
	height: 250px;
	
}
#recommendations li a {
	clear: both;
	font-size: 12px;
	width: 100%;
}

#recommendations li img {
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#recommendations li span {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.button {
	display: inline-block;
	color: #000;
	text-shadow: 0 1px 1px rgba(255, 255, 255,.4);
	background-color: #ffcc33;
	*background-color: #ffcc33;
	background-image: -moz-linear-gradient(top, #ffdb6f, #ffcc33);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdb6f), to(#ffcc33));
	background-image: -webkit-linear-gradient(top, #ffdb6f, #ffcc33);
	background-image: -o-linear-gradient(top, #ffdb6f, #ffcc33);
	background-image: linear-gradient(to bottom, #ffdb6f, #ffcc33);
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #ffcc33 #ffcc33 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdb6f', endColorstr='#ffffcc33', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 15px 20px;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*margin: 10px 0 0 0;*/
	vertical-align: middle;
	cursor: pointer;
  	font-weight: bold;
}

#apps {
	float: left;
}
#apps a {
	display: inline-block;
	float: left;
	margin: 2px 10px;
}
#apps a img {
	width: 120px;
}

#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }

