/* --------------------------------------------
|    In-store Campaign Views               
 -------------------------------------------- */
.view-instore-campaign .views-field-title {
	color: #A60000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
.view-display-id-page_1 .views-field-field-instore-campaign-image-fid, #instoreTopImage {
	float: left;
	padding: 0 10px 10px 0;
	} 
      
#instoreArchive { clear: both; }
    #instoreArchive .views-field-field-instore-campaign-image-fid {
        float: left;
        margin: 0 5px 0 0;
        width: 74px;
        height: 74px;
        }      
    #instoreArchive .views-row {
        float: left;
        width: 117px;
        padding: 10px 5px 20px 5px;
        margin: 0 !important;
        position: relative;
        height: 104px;
        }    
    #instoreArchive .views-field-field-instore-campaign-date-value, #instoreArchive .views-field-field-instore-campaign-pdf-fid {
        padding-left: 5px;
        }
     #instoreArchive .views-field-field-instore-campaign-date-value {
     	padding-bottom: 20px;
     }
    
.instore-archive-title {
    height: 31px;
    background: #a60000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 31px;
    padding: 0 19px;
    } 
.instore-archive-description {
    background: #ededed;
    color: #666;
    padding: 8px 20px;
    }
