/***** SITE WIDE STYLES *****/
/* standard html tags */
h1 {
	font-weight: normal;
}
h2 {
	color: #0993CD;
	font-weight: bold;
}
a {
	color: #004C93;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dt{
	font-weight: bold;
}
/* tables */
table {
	color:#747476;
}
td, th {
	border-bottom:1px solid #DCDCDE;
}
th {
	border-bottom:2px solid #DCDCDE;
	font-weight:bold;
}
td.link {
	cursor: pointer;
}
td.link:hover {
	text-decoration: underline;
}
tfoot td{
	border-bottom: none;
}
form tr.alt td {
	background-color: transparent;
}
/* end tables */
/* forms */
form tbody {
	border-bottom-style: none;
}
legend {
	font-weight: bold;
}
input {
	font-weight: normal;
}
input[type="submit"] {
	border-style: none;
	color: #E7EFF8;
	background-color: #172D82;
	border-style: none;
	font-weight: bold;
}
/* Action buttons */
span.action {
	background: no-repeat center left url(../images/common/button_left.jpg);
}
span.action input, span.action a {
	color: #FFFFFF;
	background: transparent url(../images/common/button_right.jpg) center right no-repeat;
	border-style: none;
	font-weight: bold;
	cursor: pointer;
}
span.action.secondary {
	background-image: url(../images/common/button_secondary_left.jpg);
}
span.action.secondary input, span.action.secondary a {
	background-image: url(../images/common/button_secondary_right.jpg);
}
span.action.disabled {
	background-image: url(../images/common/button_disabled_left.jpg);
}
span.action.disabled input, span.action.disabled a {
    	background-image: url(../images/common/button_disabled_right.jpg);
    	cursor: default;
}
div.fieldRow {
	font-weight: normal;
}
label {
	font-weight: normal;
}
/* end forms */
/* generic classes */
.bold {
	font-weight:bold;
}
.error {
	color: #F80000;
}
.disclaimer {
	color: #666666;
}
.back {
	background: no-repeat left center url(../images/common/back.gif);
}
.forward {
	background: no-repeat right center url(../images/common/forward.gif);
}
.back.disabled {
	background-image:  url(../images/common/back_disabled.gif);
}
.forward.disabled {
	background-image:  url(../images/common/forward_disabled.gif);
}
.main_content ul,
.text_area_component ul,
.mceContentBody ul,
.shared_text_area_component ul {
	list-style-type: disc;
	list-style-position: outside;
}
.main_content ol,
.text_area_component ol,
.mceContentBody ol,
.shared_text_area_component ol {
	list-style-type: decimal;
	list-style-position: outside;
}
/* end generic classes */
/***** END SITE WIDE STYLES *****/

/***** COMMON PAGE STRUCTURE *****/
/**-- Page Structure --**/
body {
	color: #333333;
	background: #C5C5C5 repeat-x left top url(../images/common/main_background.jpg);
	font-family: Arial, sans-serif;
}
body.mceContentBody {
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
}
#ls-canvas {
	background-color: #FFFFFF;
}
.strapline {
	color: #172D82;
	font-style: italic;
}
/* search */
.search_field{
	color: #333333;
}
.search .search_field {
	border: 1px solid #172D82;
	background: url(../images/common/searchIcon.jpg) no-repeat center left;
}
.main_content .search {
	border: 1px solid #ACACAC;
}
table.search_results {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
table.search_results td {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
/* end search */
/* utilities */
.utilities a {
	cursor: pointer;
}
.utilities {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
	color: #333333;
}
.utilities div {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
.printLink {
	background: url(../images/common/print.gif) center left no-repeat transparent;
}
.emailLink {
	background: url(../images/common/email.gif) center left no-repeat transparent;
}
/* end utilities */
/* navigation */
.nav, .nav ul, .nav li, .nav a {
	list-style-type: none;
}
ul.primary_nav {
	border-top: 1px solid #0C0A42;
	background: url(../images/common/nav_background.jpg) repeat-x #172D82;
}
ul.primary_nav li {
	background: url(../images/common/nav_divider.gif) right center no-repeat;
}
ul.primary_nav a {
	color: #FFFFFF;
}
ul.primary_nav li.parent a {
	background: url(../images/common/select_off.gif) right center no-repeat;
}
ul.primary_nav li:hover,
ul.primary_nav li.over,
ul.primary_nav li.active {
	background: url(../images/common/nav_rollover_background.jpg) top left repeat-x #FFFFFF;
}
ul.primary_nav li a:hover,
ul.primary_nav li.active a {
	color: #004C93;
	text-decoration: none;
}
ul.primary_nav li.parent a:hover,
ul.primary_nav li.parent a.active {
	background-image: url(../images/common/select_on.gif);
}
ul.secondary_nav {
	background: url(../images/common/secondary_nav_background.jpg) bottom left repeat-x #FFFFFF;
}
ul.secondary_nav li {
	background: url(../images/common/secondary_nav_divider.gif) right center no-repeat;
}
ul.breadcrumb li {
	background: url(../images/common/breadcrumb_select_off.gif) left center no-repeat;
}
ul.breadcrumb li.active {
	background-image: url(../images/common/breadcrumb_select_on.gif);
}
ul.breadcrumb li.first {
	background: none;
}
.tertiary_nav li{
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.tertiary_nav li ul li{
	background: none;
}
ul.tertiary_nav li.active a {
	color: #004C93;
}
.tertiary_nav h3{
	color: #333333;
	font-weight: bold;
}
.footer_component li {
	border-left: 1px solid #666666;
}
.footer_component a {
	color: #666666;
}
.footer_component span {
	color: #666666;
}
.footer_component p {
color:#999999;
}
p.branding_strip {
	background: url(../images/common/footer_gradient.jpg) top left repeat-x;
}
ul.secondary_nav a{
	color: #004C93;
}
ul.breadcrumb a {
	color: #172D82;
}
ul.breadcrumb li.active a{
	color: #333333;
}
ul.breadcrumb li a:hover,
ul.tertiary_nav li a:hover,
.footer_component a:hover {
	text-decoration: underline;
}
ul.secondary_nav li.active a{
	font-weight:bold;
}
ul.secondary_nav li a, ul.secondary_nav li a:hover{
	text-decoration:none;
}
ul.secondary_nav li:hover, ul.secondary_nav li.active, ul.secondary_nav li.over{
	background: url(../images/common/secondary_navigation_rollover.jpg) top left repeat-x;
}
ul.primary_nav li.last,
ul.secondary_nav li.last,
ul.primary_nav li.last:hover,
ul.secondary_nav li.last:hover {
	background: none;
}
.footer_component ul li.first, .footer_component ul li.first a, .nav ul li.first, .nav ul li.first a {
	border-style: none;
}
/* end navigation */
/***** END COMMON PAGE STRUCTURE *****/
/* banner */
div.banner_component{
	background-repeat: no-repeat;
}
/* end banner */
/* large banners and key facts component */
.key_facts_component {
	color: #FFFFFF;
	background: url(../images/common/key_fact_gradient.jpg) top left repeat;
}
.key_facts_component h2,
.key_facts_component div,
.key_facts_component p {
	color: #FFFFFF;
}
div.key_facts_component hr{
	border: 2px solid #FFFFFF;
}
.triple_banner_component,
.double_banner_component {
	color: #FFFFFF;
}
.double_banner_component .banner_interior{
	background: url(../images/common/double_banner_gradient.jpg) top left repeat;
}
.banner_interior div.banner_main{
	background: url(../images/common/triple_banner_left.jpg) top left repeat;
}
.banner_interior div.key_facts_component{
	background: url(../images/common/triple_banner_right.jpg) top left repeat;
}
/* end large banners and key facts component */
/* new component */
.new_component {
	border: 2px dotted #F80000;
	color: #F80000;
}
/* end new component */
/* content links */
ul.content_links_component a,
p.content_links_component a {
	background: no-repeat left center url(../images/common/internal_link.gif);
}
ul.content_links_component,
ul.content_links_component li{
	list-style-type: none;
	list-style-position: outside;
}
/* end content links */
/* tables */
table.sortable th{
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.sortable th.descending{
	background-image: url(../images/common/sort_down.gif);
}
table.sortable th.ascending{
	background-image: url(../images/common/sort_up.gif);
}
/* end tables */
/* tabs */
.tab_component .tablist ul {
	border-bottom: #ACACAC solid 1px;
	margin-bottom:-1px;
	position:relative;
	z-index:3;
}
.tab_component .tablist li {
	border-color: #ACACAC;
    border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #004C93;
	background: url(../images/common/tab_background.gif) bottom left repeat-x #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.tab_component .tablist li.selected {
	border-bottom-style: none;
	background-image: none;
	color: #333333;
}
.tab_component .tablist li:hover {
	text-decoration: underline;
}
.tab_component li.selected:hover {
	text-decoration: none;
	cursor:default;
}
.tab_component .tablist li a {
	color: #004C93;
}
.tab_component .tablist li.selected a {
	color: #333;
}
.tab_component li.selected:hover a {
	text-decoration: none;
	cursor:default;
}
.tab_component .tabs {
	border: #ACACAC solid 1px;
}
.tabs div.inactive {
	display: none;
	_display: block;/*IE6 specific fix for non displaying tables in tabbed component*/
}
/* end tabs */
/* vertical tabs */
.vertical_tab_component {
	background-color: #ffffff;
}
.vertical_tab_component h2 {
	color: #000;
	font-weight: bold;
}
.vertical_tab_component .tablist li {
	color: #172D82;	
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #FFF;	
	border-top: none;
	border-bottom-style: dotted;
	border-bottom-color: #808080;    
	border-collapse: collapse;
	font-weight: normal;
	cursor: pointer;
}
.vertical_tab_component .tablist li:hover {
	background-color: #F6F2EC;
	text-decoration: none;
}
.vertical_tab_component .tablist li.selected {
	border-color: #ACACAC;
	color: #333;
	border: #74AFB5 solid 1px;
	border-right: none;
	background-color: #ECF4F5;
	font-weight: bold;
}
.vertical_tab_component .tabs, .vertical_tab_component th, .vertical_tab_component .alt td {
    	background-color: #ECF4F5;
}
.vertical_tab_component .tabs, .vertical_tab_component .toggle {
    	border-color: #74AFB5;
}
.vertical_tab_component .toggle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.vertical_tab_component tbody {
	border: none;
}
.vertical_tab_component th, .vertical_tab_component td {
	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #7BB3B8;
    	border-right: none;
}
.vertical_tab_component .tabs {
	border: #7BB3B8 solid 1px;
}
/* end vertical tabs */
/* links component */
.links_component {
	background-color:#F5F5F5;
}
.links_component h3 {
	background: url(../images/common/link_box_3.jpg) repeat-x top left;
	color: #002F60;
	font-weight: bold;
}
.feature_component h3{
	color: #747476;
	background: url(../images/common/news_dotted_separator_grey.gif) bottom left repeat-x transparent;
}
.quick h3{
	background: url(../images/common/link_box_2.jpg) repeat-x top left;
}
.steps h3{
	background: url(../images/common/link_box_1.jpg) repeat-x bottom left;
}
.links_component.tertiary h3{
	background-color: transparent;
}

.links_component a,
.decision_links a,
.feature_component a {
	background:no-repeat left center url(../images/common/internal_link.gif);
	color:#004C93;
}
.links_component.featured {
	background-color:#CEE9F5;
	border-top: 1px solid #7CBED7;
	border-left: 1px solid #7CBED7;
	border-right: 1px solid #007EA9 ;
	border-bottom: 1px solid #007EA9 ;
}
.links_component.featured h3{
	background: url(../images/common/link_list_dotted_separator.gif) repeat-x bottom left;
}
.links_component.featured a {
	background-image: url(../images/common/internal_link.gif);
}
.links_component.featured a {
	color: #004C93;
}
.links_component.featured h3{
	color: #002F60;
}
.links_component.featured p{
	color: #333333;
}
.links_component a:hover {
	text-decoration: underline;
}
.links_component ul, .links_component ol {
	list-style-type:none;
}
ul.links_component {
	list-style-type:none;
}
ul.links_component a{
	font-weight: bold;
}
ul.links_component ul a{
	font-weight: normal;
}
/* end links component */
/* features component */
.feature_component {
	border-style: none;
	background: none;
}
.feature_component div div {
	background: none;
}
.feature_component .image_feature div {
	background-image: none;
}
/* end features component */
/* concertina and faq components */
.concertina_component {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.faq_component{
	border: 1px solid #EBEBEB;
	background-color: #F5F5F5;
}
.faq_component div{
	background-color: #F5F5F5;
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.concertina_component h3{
	color: #333333;
}
.concertina_component h3,
.faq_component h4 {
	background: url(../images/common/expanded.gif) no-repeat left 3px #FFFFFF;
	cursor: pointer;
}
.faq_component h3 {
	color: #333333;
	background-color:#FFFFFF;
	background-image:none;
	border-bottom:1px solid #EBEBEB;
	font-weight: bold;
}
.faq_component h4 {
	background-color:transparent;
}
.concertina_component h3:hover,
.faq_component h4:hover {
	text-decoration: underline;
}
.concertina_component div.inactive h3,
.faq_component div.inactive h4 {
	color: #004C93;
	background-image: url(../images/common/collapsed.gif);
}
.feature_component.concertina_component div {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
.concertina_component.feature_component div div {
	background: none;
}
/* end concertina and faq components */
/* detail_table component */
.detail_table .feature_component div {
	background: none;
}
/* end detail_table component */
/* image library component */
/* end image library component */
/* summary box */
.summary_box {
	border: 1px solid #CCCCCC;
}
.summary_box .links_component {
	border-style: none;
}
/* end summary box */
/* news header */
.news_header .links_component {
	border-style: none;
}
/* end news header */
/* news text */
/* end news text */
/* news_module_component */
.news_module_component {
	background: none;
}
.news_module_component h2 {
	color: #0993CD;
	background:transparent url(../images/common/dotted_separator.gif) repeat-x scroll left bottom;
	font-weight: bold;
}
.news_module_component p {
	color: #747476;
}
/* end news_module_component */
/* info box */
.infoBox {
	border: 1px solid #EBEBEB;
	border-top-style: none;
}
.infoBox h3 {
	color: #FFFFFF;
	background: url(../images/common/share_price_gradient.jpg) repeat-x bottom left;
	font-weight: bold;
}
.infoBox .focus p {
	font-weight: bold;
}
.infoBox .focus p span {
	font-weight: normal;
}
/* end info box */
/* video over-ride */
.double_banner_component div.has_buttons {
	background-image: url(../images/common/video_button_block.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* end video over-ride */
/* article component */
ul.article-component {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	width:495px;
}
ul.article-component li {
	border-bottom:1px dotted #d3d3d3;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.article-component h2 {
	font-weight:bold;
	color:#666;
}
.article-component h2 a {
	color:#0078be;
}
.article-component h2 span {
	font-size:1.157em;
	display:block;
	float:left;
	width:408px;
}
.article-component h2 .date {
	width:82px;
	padding:0 5px 0 0;
	float:left;
}
.article-component .article-image {
	float:left;
	padding:2px 0 8px 0;
}
.article-component .article {
	width:495px;
	float:left;
}
.article-component .image-article .article div {
	float:right;
	width:408px;
}
.article-component strong {
	color:#666;
	display:block;
	float:left;
	width:100%;
}
.article-component .article div {
	float:right;
	width:495px;
}
.article-component p {
	font-size:1.0em;
	margin-bottom:5px;
}
.article-component .download a {
	background:url(../images/common/internal_link.gif) no-repeat 0% 6px;
	padding:0 0 8px 10px;
}
.article-component .download a img {
	padding-left:5px;
}
.article-component .video-article object {
	margin:14px 0 10px 0;
}
.article-component .video-article {
	padding-bottom:6px;
}

/* end article component */

/* GLOBAL styles  */
/* Elements */
label {
	margin-right: 10px;
}
a.internal_link {
	padding-left: 10px;
    background: transparent url(../images/common/internal_link.gif) no-repeat left 5px;
}
input.email {
	width: 20em;
}
/* Thickbox - light boxes */
.lightboxContents {
	display: none;
}
.modalLoading, .modalLoading span {
	padding-top: 13px;
}
.modalLoading img {
	margin: 0 auto;
}
.modalLoading img, .modalLoading span {
	display: block;
	text-align: center;
}
.ajaxError p {
	font-size: 1em;
	margin-top: 1.2em;
}
/* Forms */
form {
    font-size: 0.75em;
}
form.standard {
	border-color: #999;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
form.standard label,  form.standard input {
	vertical-align: middle;
	margin-top: 4px;
	float: left;
}
form.standard input.submit { 
/*would be better to use 'form.standard input[type="submit"]' but that doesn't work in IE6*/
	margin-top: 0;
}
/* Buttons */
span.action {
	background-image: url(../images/common/buttons/button_left.gif);
}
span.action input, span.action a {
	background-image: url(../images/common/buttons/button_right.gif);
}
span.action.secondary {
	background-image: url(../images/common/buttons/button_secondary_left.jpg);
}
span.action.secondary input, span.action.secondary a {
	float: left;
	background-image: url(../images/common/buttons/button_secondary_right.jpg);
}
span.action.disabled {
    background-image: url(../images/common/buttons/button_disabled_left.jpg);
}
span.action.disabled input, span.action.disabled a {
    background-image: url(../images/common/buttons/button_disabled_right.jpg);
	text-decoration: none;
}
form span.action a {
    font-size: 1em;
}
/* Quick links */
.quick_links {
/* Hide quick links as not currently used in mi.com */
    display: none;
}
/*Global toolbar */
#global-toolbar {
    	height: 20px;
    	background-color: #F5F5F5;
    	color:#333;
}
#global-toolbar ul {
   	float: right;
   	margin: 0 8px;
}
#global-toolbar li {
    	list-style: none;
    	float: left;
    	margin: 3px 0.45em 0 0;
    	padding-right: 0.44em;
}
#global-toolbar li.jurisdiction {
    	border-right: 1px solid #000;
}
#global-toolbar li.jurisdiction .segment {
    	padding-right: 0.25em;
}
#global-toolbar li.jurisdiction span, #global-toolbar li a {
   	vertical-align: top;
}
#global-toolbar a{
	color:#004C93;
}

/* Flags */
.flag {
    padding-left: 16px;
    background-position: center left;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
}
span.flag {
    margin: 0 5px;
}
.flag.with_name, span.flag.with_name { /*IE6 doesn't honour the first rule so need to have the one with span*/
    background-position: center right;
    padding-left: 0;
    padding-right: 20px;
	margin: 0;
}
.australia, .AUSTRALIA {
    background-image: url("../images/common/flags/australia.gif");
}
.canada, .CANADA {
    background-image: url("../images/common/flags/canada.gif");
}
.germany, .GERMANY {
    background-image: url("../images/common/flags/germany.gif");
}
.hongkong, .HONGKONG {
    background-image: url("../images/common/flags/hongkong.gif");
}
.netherlands, .NETHERLANDS {
    background-image: url("../images/common/flags/netherlands.gif");
}
.newzealand, .NEWZEALAND{
    background-image: url("../images/common/flags/newzealand.gif");
}
.switzerland, .SWITZERLAND {
    background-image: url("../images/common/flags/switzerland.gif");
}
.unitedkingdom, .UNITEDKINGDOM{
    background-image: url("../images/common/flags/uk.gif");
}
.usa, .USA {
    background-image: url("../images/common/flags/usa.gif");
}
.singapore, .SINGAPORE {
    background-image: url("../images/common/flags/singapore.gif");
}
.spain, .SPAIN {
    background-image: url("../images/common/flags/spain.gif");
}
.bahrain, .BAHRAIN {
    background-image: url("../images/common/flags/bahrain.gif");
}
.france, .FRANCE {
    background-image: url("../images/common/flags/france.gif");
}
.italy, .ITALY {
    background-image: url("../images/common/flags/italy.gif");
}
.kuwait, .KUWAIT {
    background-image: url("../images/common/flags/kuwait.gif");
}
.oman, .OMAN{
    background-image: url("../images/common/flags/oman.gif");
}
.saudiarabia, .SAUDIARABIA {
    background-image: url("../images/common/flags/saudi-arabia.gif");
}
.southkorea, .SOUTHKOREA {
    background-image: url("../images/common/flags/south-korea.gif");
}

/* Home Page */
#home-page-segmentation {
    height: 327px;
    width: 100%;
    background: transparent url("../images/landing_page/bg_landing_page.jpg") no-repeat left center;
}
#home-page-segmentation h1 {
    color: #FFF;
    padding: 35px 15px 0;
}
.validation_errors {
	color: #FF0000;
}
/* Login */
#login {
    	height: 245px;
    	width: 265px;
    	background: transparent url("../images/landing_page/bg_log_in.png") no-repeat left center;
    	float: left;
    	margin-left: 10px;
	display: inline; /*needed to get around IE6 double margin bug*/
}
#home-page-segmentation  #login {
    	margin-left: -8px;
}
#login .login_interior {
    	margin: 25px 30px 0 25px;
	display: none;
}
.js #login .login_interior, #login.pin .login_interior, #login .login_interior.no_js {
	display: block;
}
.js #login .login_interior.no_js {
	display: none;
}
#login p {
	margin-bottom: 0.5em;
}
#login form {
	float: left;
	width: 100%;
}
#login label {
    	display: block;
	clear: both;
    	float: left;
}
#login label span {
	float: left;
}
#login input, #login label {
	margin-bottom: 10px;
}
#login input {
    	width: 10em;
	float: right;
}
#login .action {
    	clear: both;	
}
#login .action input {
	width: auto;
	margin: 0;
	background-image: url("../images/common/buttons/button_right_login.gif")
}
#login .support {
	float: left;
	width: 130px;
}
#login.pin .support {
	padding-top: 10px;
}

/* Segmentation selection */
/* Jurisdiction */
.seg_wiz_jurisdiction_container, .seg_wiz_segment_container {
    height: 245px;
    width: 690px;
    background: transparent url("../images/landing_page/bg_segment_selection.jpg") no-repeat top left;
    float: right;
	margin: 0 4px 0 -10px;
	display: inline; /*needed to get around IE6 double margin bug*/
}
#home-page-segmentation .seg_wiz_jurisdiction_container, #home-page-segmentation .seg_wiz_segment_container {
 	background: url("../images/landing_page/bg_country_selection.png") no-repeat top left;
}
.seg_wiz_segment_container, .seg_wiz_segment_container li a {
	font-size: 1em;
}
.seg_wiz_segment_container ul {
	margin-top: 10px;
}
#home-page-segmentation div.container {
	width: 100%;
}
#home-page-segmentation .seg_wiz_jurisdiction_container {
    	float: left;
    	margin-left: 8px;
	display: inline;
}
.seg_wiz_jurisdiction_container_interior, .seg_wiz_segment_container_interior {
    	margin: 20px 0 0 25px;
}
.seg_wiz_jurisdiction_container_interior p, .seg_wiz_segment_container_interior p {
    	color: #FFFFFF;
    	font-size: 0.95em;
    	margin-bottom:10px;
}
ul.jurisdiction_selection {
	margin-left: 0;
	float: left;
	width: 100%;
}
.jurisdiction_selection h2{
	font-weight:normal;
}
.jurisdiction_selection h2, .segment_selection li a {
    	font-size: 1.25em;
    	padding-bottom: 5px;
    	border-bottom: 2px solid #F39910;
}
.jurisdiction_selection h2, .jurisdiction_selection li a, .seg_wiz_segment_container, .seg_wiz_segment_container li a {
   	color: #FFF;
}
.jurisdiction_selection .other_countries span {
    	/*hide from view the text for other countries*/
    	margin-left: -1500px;
}
.jurisdiction_selection ul {
    	margin: 5px 0 10px 0;
	display: inline;
}
.jurisdiction_selection li, .segment_selection li {
    	float: left;
    	width: 100%;
    	list-style: none;
    	margin-right: 25px;
	display: inline;
}
.jurisdiction_selection li {
    	margin-right: 20px;
}
.segment_selection li {
	width: 28%;
}
.jurisdiction_selection .other_countries {
    	margin-right: 0;
    	width: 110px;
}
.jurisdiction_selection li.europe{
    	width: 120px;
}
.jurisdiction_selection li.mid-east{
    	width: 100px;
}
.jurisdiction_selection li.asia-pac{
    	width: 120px;
}
.jurisdiction_selection li.americas{
    	width: 80px;
}

.jurisdiction_selection li ul li, .segment_selection li a {
    	background: transparent url("../images/common/invert_bullet.gif") no-repeat left center;
    	padding-left: 10px;
    	margin-right: 0;
	display: block;
}
.segment_selection li a {
	background-position: left 6px;
}
.segment_selection p {
    	font-size: 1em;
	padding: 10px;
}
.seg_wiz_breadcrumb {
    	float: left;
    	margin: 15px 18px 5px 19px;
    	width: 565px;
}
.seg_wiz_breadcrumb li {
    	color: #A0AFAE;
    	float: left;
    	background: transparent url("../images/common/wizard/step_inactive.gif") top left no-repeat;
    	padding: 25px 0 0;
    	display: inline;
    	width: 165px;
    	text-align: center;
}
.seg_wiz_breadcrumb li.active, .seg_wiz_breadcrumb li.visited {
    	background-image: url("../images/common/wizard/step_active.gif");
}
.seg_wiz_breadcrumb li.active {
    	font-weight: bold;
    	color: #333;
}
.seg_wiz_breadcrumb li.visited {
    	color: #172D82;
}
.seg_wiz_selected_country, .seg_wiz_selected_profile {
    	width: 200px;
    	margin-left: 20px;
	display: inline-block;
}
.seg_wiz_disclaimer, .login_disclaimer {
    	float: right;
	width: 100%;
}
.seg_wiz_disclaimer {
    	width: 665px;
	margin-right: 20px;
}
.seg_wiz_disclaimer ul, .login_disclaimer ul {
	list-style: disc;
	padding-left: 20px;
}
.seg_wiz_disclaimer_text, .login_disclaimer_text {
    	border: 1px solid #000;
    	height: 435px;
    	padding: 5px;
    	overflow: auto;
	margin-bottom: 15px;
}
.seg_wiz_disclaimer .seg_wiz_confirmation h3, .seg_wiz_disclaimer .seg_wiz_confirmation ul {
    	font-size: 1em;
}
.seg_wiz_disclaimer_buttons .action.accept {
	width: 3.8em;
}
.seg_wiz_disclaimer #remember-me {
    	float: right;
}
.seg_wiz_disclaimer #remember-me label, .seg_wiz_disclaimer #remember-me input {
    	vertical-align: middle;
}
.seg_wiz_disclaimer #remember-me label {
    	margin: 0 0 0 3px;
}
.seg_wiz_opt_out {
	margin: 20px 5px 0 0;
	clear: both;
	float: right;
	font-weight: bold;
}
.seg_wiz_opt_out a {
	font-weight: normal;
	padding-right: 15px;
}
.overlay_disclaimer_text {
    	padding-top: 10px;
}
#quick-prices .price {
	text-align: right;
}
#quick-prices td.product {
	white-space: normal;
}
#quick-prices td {
	white-space: nowrap;
}
/** SOCIAL MEDIA ICONS **/
.icon-list-container {
    float: left;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: right;
    width: 940px;
}
.icon-list-container a {
    float: right;
    height: 22px;
    padding-left: 5px;
    width: 22px;
}
