img{
	max-width:100%;
}
.response-cat{
	position: relative;
	z-index: 30;
	margin: 0px 0px 10px 0px;
}
.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:#006600;
	border: 1px solid #006600;
	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{position: absolute; top:5px;  margin: 0px 0px; float: right; z-index:9999;}
.response-link ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.response-link > ul > li {
	background: #006600;
	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: 990px) {
}
@media only screen and (max-width: 985px) {
	#container{
		width: 100%;
		padding:5px 5px 5px 5px;
	}
}

/* Tablet Portrait size to standard 980*/
@media only screen and (max-width: 768px) {
	body{
		background-color:#FFF;
		background-image:none;
	}
	#container{
		width: 760px;
		padding:5px 5px 5px 5px;
	}
	#content {
	    width: 70%;
		float: left;
	}
	#column-left + #column-right + #content {
		margin-left: 0px;
	}
	#column-left + #content {
		margin-left: 10px;
	}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (max-width: 600px) {
	#container{
		width:100%;
	}
	#content {
	    width: 100%;
	}

	div.rslides_container{
		display:none;
	}

	#column-left{
		display:none;
	}

	#column-right{
		display:none;
	}
	#column-right + #content {
		margin-right:0px;
	}
	#header {
		height:135px;
		background: url('../../yooresponsive/image/headergg.jpg') bottom left no-repeat;

	}
	#header #logo{
		top: 28px; margin-left:0px;
	}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 162px;
		top: 9px;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #cart {
		top: 35px;
		right: 0px;
	}
	#header #welcome{
	    left: 10px;
		top:90px;
	}
	#header #search{
	    right: 10px;
		top: 110px;
	}
	#header .links{
		display:none;
	}
	
	#footer .column {
		width: 49%;
		min-height: 120px;
	}
	
	#menu > ul > li > div > ul > li > ul{
		padding-left:20px;
	}
	#menu, .normal-cat, .toplinks{
		display:none;
	}
	.response-cat, .response-link{
		display:block;
	}
	#content .box .box-content {
	margin-right: 20px;
    }
	#content .box .box-heading {
	margin-right: 20px;
}
}

@media only screen and (max-width: 350px) {
	#header {
		height:165px;
	}
	#header #logo{
		top: 60px;
		left:5px;
	}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 162px;
		top: 9px;
	}
	#header #cart {
		top: 10px;
		right: 0px;
	}
	#header #welcome{
	    left: 10px;
		width: 200px;
		top:120px;
	}
	#header #search{
	    left: 5px;
		top: 140px;
	}
	#header #search input{
		width: 200px ;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #cart .heading{
		margin-right:0px;
	}
	#header .links{
		display:none;
	}
	.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%;
	}
	
}

@media only screen and (max-width: 250px) {
	#header {
		height:260px;
	}
	#header #logo{
		top: 60px;
	}
	#header #language, #header #currency{
		width: 150px;
	}
	#header #language{
		left: 5px;
		top: 40px;
	}
	#header #currency{
		left: 5px;
		top: 5px;
	}
	#header #search{
		top:190px;
		right: 5px;
		width: 208px;
	}
	#header #search input{
		width: 150px;
	}
	#header #cart {
		top: 120px;
		right:0px;
	}
	#header #cart .heading{
		margin-right:0px;
	}
	#header #welcome{
		top: 110px;
		right: 0px;
		width: 200px;
	}
	#header .links{
		display:none;
	}
}