@media screen and (max-width: 768px) {
	#position-0 {
		float: left;
		position: static;
		height: auto;
		min-height: 40px;
		width: 100%;
		min-width: 250px;
		margin-top: 10px;
	}
	.offset3 {
		margin-left: 0px;
	}
	#position-0 .search {
		/*float: left;*/
		/*position: static;*/
		text-align: left;
		min-width: 250px;
		width: 100%;
		height: auto;
		min-height: 25px;
		margin-left: 5px;
	}
	#position-0 .search-inner {
		/*
		width: 100%;
		min-width: 150px;
		*/
		background-image: none;
		width: 60px;
	}
	#position-0 input.search-query {
		position: static;
		text-align: left;
	}
	div.vmCartModule {
		border: 1px solid #CCC;
		border-radius: 5px;
		margin-top: 10px;
		margin-right: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
