html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #f2f2f2;
	color: #000;
}
a img {
	border: 0;
	display: block;
}
#header-bar {
	height: 2px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #FFFFFF;
	z-index: 100;
	/* [disabled]margin-bottom: 1px; */
	font: 12px/35px Arial, Verdana, sans-serif;
}
#header-bar a { color: #fff; text-decoration: none; }
#preview-frame {
	width: 100%;
	background-color: #f2f2f2;
	-webkit-overflow-scrolling: touch !important;
	overflow: auto;
}
.logo {
	float: left;
	width: 150px;
	height: 22px;
	margin: 14px 0 0 50px;
}
.logo img {
	float: left;
	display: block;
}
.demo-select {
	float:left;
	width:180px;
	height:29px;
	margin:0;
	padding:0 12px;
	border-radius:3px;
	line-height:29px;
	background:#333 url(../index-img/menu-arrow-sprite.png) no-repeat right 0;
}
.demo-select:hover {
	background:#333 url(../index-img/menu-arrow-sprite.png) no-repeat right -29px;
}

#product-select li span {
	float:left;
	width:126px;
	height:29px;
	margin:0;
	padding:0 12px;
	font-weight:bold;
	border-bottom: 1px solid #666;
}
#demo-select li span {
	float:left;
	width:180px;
	height:29px;
	margin:0;
	padding:0 12px;
	font-weight:bold;
	border-bottom: 1px solid #666;
}

#product-select {
	float: left;
	width: 204px;
	line-height: 18px;
	margin: 10px 20px 0 50px;
	padding: 0;
	list-style: none;
	position:relative;
}
#product-select > li {
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
	z-index:100;
}

#product-select li ul {
	float: left;
	width: 150px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	position:absolute;
	top:29px;
	left:0px;
	color:#fff;
	display:none;
	z-index:100;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}
#product-select li ul.wordpress-products {
	position:absolute;
	top:29px;
	left:0px;
/*	background:#000;
	background:rgba(0, 0, 0, 0.8);*/
}
#product-select li ul.html-products {
	position:absolute;
	top:29px;
	left:150px;
/*	background:#000;
	background:rgba(0, 0, 0, 0.8);*/
	border-left:1px solid #000;
}
#product-select li ul li {
	position:relative;
	float:left;
	z-index:100;
	width:150px;
	height: 29px;
	line-height: 29px;
}
#product-select li:hover ul {
	display:block;
	z-index:100;
}
#product-select li ul li a {
	float:left;
	width:126px;
	height:29px;
	margin:0;
	padding:0 12px;
	color:#ddd;
}
#product-select li ul li a:hover, #product-select li ul li a.active {
	background: #f64233;
	color:#fff;
}
.product-select {
	float:left;
	width:180px;
	height:29px;
	margin:0;
	padding:0 12px;
	border-radius:3px;
	line-height:29px;
	background:#333 url(../index-img/menu-arrow-sprite.png) no-repeat right 0;
}
.product-select:hover {
	background:#333 url(../index-img/menu-arrow-sprite.png) no-repeat right -29px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logo {
		display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo, #product-select {
		display: none;
	}
	#demo-select, #demo-select.no-products {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.logo, #product-select, .buy-button {
		display: none;
	}
	#demo-select, #demo-select.no-products {
		margin-left: 30px;
	}
}
