/*category_thumbs_tents.css*/

#cat-thumbs > .thumb {
	
	height:260px;
	
}

#cat-thumbs > .thumb > .thumb-dims{
	
	width:223px;
	height:67px;	
	font-size:12px;
	margin-top: 12px;
	line-height: normal;
	overflow:hidden;
	
}

@media only screen and (max-width: 1220px){

	#cat-thumbs > .thumb{

		height:274px;
		
	}

	#cat-thumbs > .thumb > .thumb-title, #cat-thumbs > .thumb > .thumb-dims {

		width:245px;

	}

}

@media only screen and (max-width: 1020px){

	#cat-thumbs > .thumb{

		height:274px;

	}

	#cat-thumbs > .thumb > .thumb-title, #cat-thumbs > .thumb > .thumb-dims {

		width:254px;

	}

}

@media only screen and (max-width: 775px){

	#cat-thumbs > .thumb{

		height:263px;

	}

	#cat-thumbs > .thumb > .thumb-title, #cat-thumbs > .thumb > .thumb-dims {

		width:228px;

	}

}

@media only screen and (max-width: 520px){
	
	#cat-thumbs > .thumb{

		height:300px;

	}

	#cat-thumbs > .thumb > .thumb-title, #cat-thumbs > .thumb > .thumb-dims {

		width:300px;

	}
	
}

