
/** CONTAINER **/
/* All Promotion instance */
div.promo {
 	width:190px;
 
 
  background: url(static/images/promobackground.png);

}

/* category specif over rides */
div.promo_company {
 	width:190px;	
 	 
 	
}

div.promo_news {
	
}
/** IMAGE **/
/* category specif over rides */
.promoImage {
   
}

/* category specif over rides */
.promoImage_company {
   
}

/** TITLE **/
/* All Promotion instance */
.promoTitle {
	
}

/* category specif over rides */
.promoTitle_company {
    font-family: Garamond, "times new roman",times,georgia, serif;
    font-size:16px;
	color:#666600;
    padding-top:6px;
    padding-left:12px;
    padding-bottom:0px;
    font-weight:bold;
    width:170px;
}

/** COPY  **/
/* All Promotion instance */
.promoCopy {

}

.promoCopy_company {
    font-family:Tahoma, Verdana, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
    font-weight:normal;
    padding-bottom:6px;
    padding-left:12px;
    width:165px;
}


/* category specif over rides */
.promoCopy_news {


}


/** LINK  **/
/* All Promotion instance */
.promoLink {
    padding-left:12px;	
}

/* category specif over rides */
.promoLink_company {

	
}

.promoHorizontalLineBottom{
    width:175px;
    padding-top: 10px;
    margin-left:8px;
    height:2px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#dddddd;
}

