@charset "UTF-8";
/* Layout Small Screens */
header {
	height: 68px;
	background: url(small.jpg) no-repeat left 0px;
}
article { padding: 20px 20px 10px 20px; }

nav {
	position: static;
	display: block;
	padding: 5px 0px 5px 0px;
	background-color: white;
	width: 100%;
	clear: left;

}
.searchbox 
{
	display: inline-block;
	position: static;
	float:left;
	width: 255px;
	padding: 0px;
	margin: 0px;
	border-radius: 2px;
}
.cartbutton {
	display: inline-block;
	position: static;
	float: right;
	width: 50px;
	padding: 0px;
	margin-right: 2px;
	border-radius: 2px;
}

.content {
	position: static;
	width: 98%;
	padding: 0;
	margin: 1px;
	font-size: .8em;
}
.list img { width: 40px;}

.leftmenu {
	display:block;
	width:100%;
	clear: left;
	margin-top: 10px;
}

.leftbuttons {
	display: inline-block;
	float:left;
	margin: 5px;
	padding: 1px;
	height: 15px;
	border: 1px solid gray;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

nav a {
	display: inline-block;
	margin: 5px;
	padding: 1px;
	height: 25px;
	border: 1px solid gray;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 28%;
	text-align: center;
}



footer { border-top: 1px solid #a6abc5; }

body { background-image: none;  }