/*****************************************************************************************/
/*****************************************************************************************/
/*BMW Group Public Website - global styles - gloabl.css
Created 09/12/08 by Jon Mackie for Psand Ltd

This style sheet contains styles that can be used in any page of the
BMW Group Public Websites, but are not used for primary navigation or primary structural
layout purposes.*/
/*****************************************************************************************/
/*****************************************************************************************/

/*Start wrapper styles*/
.wrapper {
	overflow:auto;
	width:100%;
}
/*End wrapper styles*/

/*Start arrow link styles*/
#main-content .arrow_link {
	font-size:0.75em;
	font-weight:bold;
	float:left;
	background:#202D57 url(/css_images/blue_button_bg.png) no-repeat top right;
	padding:2px 25px 2px 5px;
}
#main-content .arrow_link a:link,
#main-content .arrow_link a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#main-content .arrow_link a:hover {
	color:#666666;
}
/*End arrow link styles*/

/*Start small print styles*/
#main-content .small_print {
	font-size:0.55em;
}
/*End small print styles*/

/*Start styles for AddThis button*/
.addthis_button {
    float:left;
    left:2px;
    position:relative;
    top:2px;
    margin-right:3px;
}
/*End styles for AddThis button*/

/*Start primary banner styles*/
#primary_banner {
    height:180px;
    margin-bottom:11px;
    padding-bottom:4px;
    background:url(/css_images/banner_drop_shadow.png) repeat-x center bottom;
}
/*End primary banner styles*/