/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/* Ad content */
.inner-cb {
text-align:center; 
}
.inner-cb img {
max-width:100%;
}
#page_content {
padding-bottom:30px;
}

#mobile_layout_wrapper .site-menu li.selected-menu-item  {
background-color:#2171B9 !important;
}
#mobile_layout_wrapper .site-menu li:hover {
background-color:#2171B9 !important;
}
#mobile_layout_wrapper ul.site-menu .mobile-site-menu li {
background-color: #2171B9 !important;
}
nav .mobile-site-menu li {
background-color: #2171B9 !important;
}
.add-me-link {
padding: 6px 10px;
border-radius: 5px;
background-color: #2E56A3;
border: 1px solid #FFFFFF;
color: #FFFFFF;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
.cb-1 {padding:0px;}
#app_contents h1,h2,h3 {
border-bottom:none;
}
.cb-0 {
padding:0px;
height:0px;
}

.product-item {
min-height:255px;
}
#search_value_div { padding:10px; }
#search_value_div .form-row { overflow:visible; }
#mobile_layout_wrapper nav .site-menu ul.sub-menu li { background-color:#f1f1f1 !important; }

