﻿.gridc {
	/* background:#000000;	 */
}

#categorybanner {
	height:161px;
	margin-bottom:10px;
	text-align:center;	
    overflow:hidden;
}

#divSelectCategory {
	margin-top:8px;
	margin-bottom:6px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	background:#000000;
}

#divSelectCategory h1 {
	color:#ffffff;
	font-family:Tahoma;
	font-size:1.1em;
	font-weight:bold;	
}

#productGroupLink a {
	font-family:Tahoma;
	font-size:0.8em;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#productGroupLink a:hover {
	color:#ff0000;
	text-decoration:underline;
}

.studiobox {
	box-sizing:border-box;
	display:inline-block;
	border:#cccccc solid 1px;
	width:15%;
	padding:1%;
	margin:1%;
}

.studiobox img {
	max-width:100%;
}

@media only screen and (max-width:850px) {
	
	.studiobox {
		width:25%;
	}
	
		
}

@media only screen and (max-width:400px) {
	
	.studiobox {
		width:48%;
	}
	
		
}