ul#chart-menu li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 6px;
    font-size: 14px!important;
}


 h1.blackfriday{color:#fff}
 
 
 
 .cgblack2 {
    display: block;
    background-color: #efeeec!important;
    text-align: center;
    vertical-align: middle;
	border: 1px solid #cccccc;
}

 .chart_banner img {
	 width: 100%;
 }



 /*  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%; }


/*  GRID OF FOUR  */
.span_4_of_4 {	width: 100%;}
.span_3_of_4 {	width: 74.6%;}
.span_2_of_4 {	width: 49.2%;}
.span_1_of_4 {	width: 23.8%;}

/*  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%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}


.col.span_1_of_4 div.basic_table_invisible div.basic_row_invisible div.basic_cell_invisible a img{width:100%}


.black  {display:block; background-color:#000; color:#b6cd3f;text-align:center; height:50px; font-weight:bold; padding-top:15px;  }
.black:hover { background-color:#ffffff;  border:2px solid #e5e5e5; color:#b6cd3f;text-decoration:none }

.grey  {display:block; background-color:#f1edec; color:#51443f;text-align:center; height:50px; font-weight:bold; padding-top:15px;  }
.grey:hover { background-color:#ffffff;  border:2px solid #e5e5e5; color:#51443f;text-decoration:none }



