/* 3 col model initially for 113 */

.cm3
{
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding-bottom: 20px;
}

.cm3s
{
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}

.cm66s
{
	display: inline-block;
	width: 66.6%;
	vertical-align: top;
}

@media screen and (max-width: 1000px) {
	.cm3 {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.cm3 {
		width: 100%;
	}
	
}

.innerbox10tops
{
	padding: 0px 10px 10px 10px;
}

.imgresponsive {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bb {		/* border box isnt increasing size */
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box; 
	  box-sizing: border-box; 
}

.bbr {
	border: 1px solid red;
}

.bbb {
	border: 1px solid blue;
}