/* IIC brand container
--------------------------------------------------------------------- */
.iic_brand_container {
	width: 140px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.iic_brand_container img {
	margin: 5px;
}

.iic_brand_container a {
	float: left;
}

.iic_brand_container a:link, .iic_brand_container a:visited {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_brand_logo_bg.gif) center center no-repeat;
	text-decoration: none;
}

.iic_brand_container a:active, .iic_brand_container a:hover {
	background: #D3D7DB;
	text-decoration: none;
}


.iic_brand_website a {
	padding-left: 12px;
	font-weight: normal;
}

.iic_brand_website a:link {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_grey_trans.gif) 0 4px no-repeat;
	color: #1e3296;
	text-decoration: none;	
}

.iic_brand_website a:visited {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_grey_trans.gif) 0 4px no-repeat;
	color: #1e3296;
	text-decoration: none;	
}

.iic_brand_website a:active {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_red_trans.gif) 0 4px no-repeat;
	color: #e60000;
	text-decoration: none;	
}

.iic_brand_website a:hover {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_red_trans.gif) 0 4px no-repeat;
	color: #e60000;	
	text-decoration: none;	
}