img{max-width:100%;}
.response-cat {
	position: relative;
	z-index: 30;
	margin: 0px 10px 20px 10px;
}
.response-cat div{
	padding: 8px 16px 0px 16px;
	overflow: hidden;
	position: relative;
	font: 18px/25px '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:#001531;
	border:1px solid #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.response-cat select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}
.response-link{ margin: 0 10px; float: right;}
.response-link ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.response-link > ul > li {
	background: #38B0E3;
	position: relative;
	float: left;
	
	margin: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.response-link > ul > li > a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
.response-cat, .response-link, .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;}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (max-width: 600px) {
	#container{width:100%;}
	
	#column-right {display:none;}
	#column-right + #content {margin-right:0px;}
	
	.imagebox{top:184px;}
	.imagecart{top:120px;}
	#header {height: 180px;}
	#header {margin-top: 0px; margin-bottom: 100px;}
	#header #logo{top: 50px;}
	#header #language{width: 150px;	left: 162px; top: 9px;}
	#header #currency{width: 150px;	left: 5px; top: 5px;}
	#header #cart {top: 120px;}
	#header #welcome{top:260px; color: #ffffff;}
	#header #search{top: 210px;}
	
	#footer .column {width: 49%;min-height: 120px;}
	
	#menu > ul > li > div > ul > li > ul{padding-left:20px;}
	
	#menu, .normal-cat, .normal-link{display:none;}
	.response-cat, .response-link{display:block;}
}

@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%;}
}