.promo
{
	background:#f2f2f2;		
}


/***************************************************************
table template - specify component dimensions here
****************************************************************/

.promo .table_template_content
{
	background:white;
	padding:8px;
}



.promo .a .table_template_content
{
	height:112px;
}

.promo .b .table_template_content
{
	height:256px;
}


.promo .width_3_1 .table_template_content
{
	width:256px;
}

.promo .width_4_1 .table_template_content
{
	width:208px;
}




.promo .table_template_top_left
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_left.gif) no-repeat;
	overflow:hidden;
}

.promo .table_template_top
{    
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top.gif) repeat-x;
	overflow:hidden;	
	padding:0px;
	margin:0px;
}


.promo .table_template_top_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_right.gif) no-repeat;
	overflow:hidden;	
}

.promo .table_template_right
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/right.gif) repeat-y;
	overflow:hidden;	
}


.promo .table_template_left
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/left.gif) repeat-y;
	overflow:hidden;	
}


.promo .table_template_bottom_left
{
	width:8px;
	height:auto;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_left.gif) no-repeat;
	overflow:hidden;	
}

.promo .table_template_bottom
{
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom.gif) repeat-x;
	overflow:hidden;	
}

.promo .table_template_bottom_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_right.gif) no-repeat;

	overflow:hidden;	
}











/**************************
Image
**************************/

.promo .promo_img
{
	margin-bottom:0px;		
	overflow:hidden;
	height:112px;	
}


.promo .width_4_1 .a .promo_img 
{
	width:208px;
	height:112px;
}

.promo .width_4_1 .b .promo_img 
{
	width:208px;
	height:112px;
	margin-bottom:8px;
}


.promo .width_3_1 .a .promo_img 
{
	width:208px;
	height:112px;
}

.promo .width_3_1 .b .promo_img 
{
	width:256px;
	height:112px;
}





/************************************
Text Header Styling (component size)
************************************/
.promo .a .text_header 
{	
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.promo .b .text_header 
{	
	margin-top:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

.promo .width_4_1 .b .text_header 
{	
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.promo .b .text_header_large
{	
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}


/**************************
Text Header Styling (brand)
**************************/
.promo .dm .text_header 
{
	color:#006644;
}

.promo .fda .text_header 
{
	color:#005cab;
}

.promo .mp .text_header 
{
	color:#006644;
}

.promo .dm .text_header_large 
{
	color:#006644;
}

.promo .fda .text_header_large
{
	color:#005cab;
}

.promo .mp .text_header_large 
{
	color:#006644;
}


/**************************
HR Styling
**************************/


.promo .hr_double
{
	width:100%;
	height:8px;

	margin-top:4px;
	margin-bottom:5px;
}


.promo .dm .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}

.promo .fda .hr_double
{
	background:url(../../global/hr_double_bbddff.gif) repeat-x;
}	

.promo .mp .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}	

.promo .gray_line
{
	width:100%;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
	background:#efefef;
	overflow:hidden;
}	





/**************************
Link Styling
**************************/
.promo .dm a 
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

.promo .dm a:hover 
{
	text-decoration: underline;
}

.promo .fda a 
{
	font-weight: bold;
	color: #deb406;
	text-decoration: none;
}

.promo .fda a:hover 
{
	text-decoration: underline;
}

.promo .mp a 
{
	font-weight: bold;
	color: #b39659;
	text-decoration: none;
}

.promo .mp a:hover 
{
	text-decoration: underline;
}



