img{max-width:100%;}
.response-cat, .response-links {
	position: relative;
	z-index: 30;
	margin: 0px 10px 20px 10px;
}
.response-links{
	margin-top: 10px;
	margin-bottom:0px;
}
.response-cat div, .response-links div{
	padding: 0px 16px;
	overflow: hidden;
	position: relative;
	font: 18px/40px 'PT Sans Narrow';
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.response-cat div{
	background:#3F3F3F;
	border-radius: 0px 0px 3px 3px;
	border:1px solid #000000;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}
.response-links div{
	background: #3F3F3F;
	border:1px solid #000000;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.response-cat select, .response-links select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}
.response-cat, .response-links, .response-content{
	display:none;
}
/* Desktop standard 960 and up */
@media only screen and (min-width: 980px) {
}

/* Tablet Portrait size to standard 980*/
@media only screen and (max-width: 768px) {
	#container{	width: 760px;padding:0px;}
	#column-left{display:none;}
	#column-left + #column-right + #content, #column-left + #content {margin-left: 0px;}
	#container{width:100%;}
	
	#column-right {display:none;}
	#column-right + #content {margin-right:0px;}
	#header {margin-top: 0px; margin-bottom: 100px;}
	#header #language{width: 150px;	left: 162px; top: 109px;}
	#header #currency{width: 150px;	left: 5px; top: 105px;}
	#header .cartimage{top: 152px;}
	#header #cart {top: 148px;}
	#header #welcome{top:190px;}
	#header #search{top: 300px;}
	
	.wrapmenu{background: none;}
	#menu > ul > li > div > ul > li > ul{padding-left:20px;}
	
	#menu, .normal-cat, .normal-links{display:none;}
	.response-cat, .response-links{display:block;}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (max-width: 600px) {
	
	
	#footer .column {width: 49%;min-height: 120px;}
}

@media only screen and (max-width: 350px) {
	#header #logo{left:5px;	}
	.product-info > .left {float: left;	margin-right: auto;}
	.product-info > .left + .right {margin-left: auto;float:left;}
	
	.normal-content{display:none;}
	.response-content{display:inline-block;}
	
	.login-content .left, .login-content .right {float: left;width: 100%;}
	
	#footer .column {width: 100%;}
}