.top
{
	display:none;
	float: left;
	clear: left;
	background-color: rgb(228, 242, 255);
	width: 100%;
	padding: 10px 0px;
	z-index:5;
	

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.menuitem
{
	border-top: 3px solid rgb(255, 248, 228);/* IE7,8 */
	border-top: 3px solid rgba(236, 84, 12, 0);
	float: left;
	padding: 10px;
	margin: 15px 15px 15px 45px;
	color: rgb(68, 68, 68);
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
	transition: color 0.2s, border-top 0.35s;
	-webkit-transition: color 0.2s, border-top 0.35s; /* Safari */
}

.menuitem:hover
{
	color: rgb(236, 84, 12);
	border-top: 3px solid rgb(236, 84, 12);
	height:30px;
}
.menuitemactive
{
	border-top: 3px solid rgb(12, 236, 75);/* IE7,8 */
	border-top: 3px solid rgba(12, 236, 75, 0.5);
}
.menuitemactive:hover
{
	border-top: 3px solid rgb(12, 236, 75);
	border-top: 3px solid rgba(12, 236, 75, 0.5);
}
.title
{
	font-size: 48px;
	margin: 15px 15px 15px 20px;
	font-family: Verdana;
	float:left;
	cursor:pointer;

	box-shadow: 0px 0px 20px rgb(16, 14, 19);
	box-shadow: 0px 0px 20px rgba(16, 14, 19, 0.8);
	padding: 0px 10px;
}
.title2
{
	font-size: 40px;
	font-family: Tahoma;
}

.buy{
	float: left;
	padding: 0px 15px;
	margin: 27px 15px 15px 45px;
	font-size: 26px;
	font-weight: bold;
	color: rgb(68, 68, 68);
	cursor: pointer;
	transition: color 0.2s, box-shadow 0.35s, background 0.35s, margin 0.35s, padding 0.35s;
	-webkit-transition: color 0.2s, box-shadow 0.35s, background 0.35s;
	border: 1px solid rgb(76, 235, 120);
	border: 1px solid rgba(76, 235, 120, 0.82);
	border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius: 20px;
}
.buy:hover {
	background: rgb(76, 235, 120);
	background: rgba(76, 235, 120, 0.82);
	box-shadow: 0px 0px 5px rgb(92, 92, 92);
}

.basket {
	background-image:url(../Images/basket.png);
	float:left;
	width:38px;
	height:30px;
}

.logo {
	float: right;
	margin-right: 20px;
}