/*************************************
** module:Brands and Brand Styles
**************************************/

#mod_brands h3, #mod_brands h2, #mod_brand h3, #mod_brand h2 {
	background-color:#F1F0F1; 
	border-bottom:1px dotted #acabab; 
	color:#8c8c8c;
	padding:2px; 
}
#mod_brands h3, #mod_brands h2 {		margin-top:8px;	}
#mod_brand h3, #mod_brand h2 {		margin-bottom:5px;	}
#mod_brands a.backlink, #mod_brand a.backlink {
	font-size:10px;
 	color:#8c8c8c; 
}


/** ROUNDED BOX HOLDING BRAND LOGO **/
table.brandbox {
	width:100px;
	background-image:url(../images/brandwin_mid.gif); 
	background-repeat:repeat-x;
	height:34px;
	margin-bottom:4px;
}
table.brandbox td.brandbox_left {
	background-image:url(../images/brandwin_lft.gif); 
	background-repeat:no-repeat;
	background-position:left;
	padding-left:4px;
}
table.brandbox td.brandbox_mid {
/*	padding-bottom:5px;*/
}
table.brandbox td.brandbox_right {
	background-image:url(../images/brandwin_rgt.gif); 
	background-repeat:no-repeat;
	background-position:right;
	padding-left:4px;
}


