* {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	font-family:"Trebuchet MS","Helvetica","Arial",sans-serif;
	background:#187BA3;
	color:#3C3C3C;
}
.inner {
	width:900px;
	margin:0 auto;
}
a {
	color:#187BA3;
	text-decoration:none;
	outline:none;
}
a:hover, a.selected {
	color:#76B100;
}

#logo_en {
	float:left;
	width:282px;
	height:95px;
	background:url('../_img/bg_title.gif');
	float:left;
	margin:-35px 0 0 4px;
}
#logo_en a {
	display:block;
	width:282px;
	height:95px;
}
#logo_en span {
	display:none;
}

.clearboth {
	clear:both;
}



/* HEADER 
/////////////////////////////////////////////////////// */
#header  {
	background:#FFF url('../_img/bg_header.gif') top repeat-x;
	height:115px;
}
#header_inner {
	background:url('../_img/bg_header_inner.gif') top no-repeat;
	padding-top:54px;
}
#header_inner ul {
	list-style-type:none;
	padding-top:5px;
}
#header_inner li {
	display:block;
	float:left;
	font-size:12px;
}
#header_right {
	width:545px;
	float:right;
}
#header_right_bottom {
	float:right;
	clear:both;
}
#header_nav {
	float:right;
	margin-right:16px;
}

#header_nav li {
	padding:0 8px;
	border-right:1px solid #187BA3;
}
#header_nav li.last {
	border-right:0;
	padding-right:0;
}
#search_form {
	float:right;
	width:131px;
}
#search_form input {
	float:left;
}
#search_form input#q {
	height:18px;
	margin-right:5px;
	padding:2px 0 0 2px;
	border:1px solid #187bA3;
	width:100px;
	font-size:12px;
	color:#3c3c3c;
}
/*
#lang {
	float:right;
}
*/
#header_inner #lang {
	padding:0;
	float:right;
	position:relative;
	top:-8px;
}
#language{position:relative;z-index:500;}

li#lang_choose {
	padding:3px 10px;
	font-size:11px;
}

#lang li.selected {
	color:#76b100;
	display:block;
	width:141px;
	height:27px;
	background:url(../_img/bg_lang.jpg) no-repeat;
	font-weight:bold;
	cursor:pointer;
}
#lang li.selected span {
	display:block;
	padding:4px 0 0 20px;
}

#lang_list{
	display:none;
	position:absolute;
	top:0; 
	right:0;
	padding:13px 3px;
	/*width:127px;	*/
}

#lang_list ul li{
	
	float:none;
	width:133px;
	display:block;
	background-color:#FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;	
	margin:0;
	padding:0;
	z-index:500;
}

#lang_list li a{
	color:#595758;
	font-weight:bold;
	margin: 0 0 0 17px;
	z-index:500;
	width:50px;
	display:block;
}

#lang_list li a:hover{
	color:#76b100;
}

#content {
	background:#fff;
}

/* TOP_NAV
/////////////////////////////////////////////////////// */
ul#top_nav {
	height:35px;
	overflow:hidden;
	zoom:1;
	background: url('../_img/bg_top_nav.png') no-repeat;
	height:44px;
	width:896px;
	margin:0 0 10px 0;
	padding:2px 0 0 4px;
}
ul#top_nav li {
	display:block;
	float:left;
	background: url('../_img/bg_top_nav_item.png') repeat-x;
	height:29px;
	line-height:29px;
	padding:0 0 0 15px;
	font-size:14px;
}

ul#top_nav li.selected_item {background: url('../_img/bg_top_nav_selected.png') repeat-x;}
ul#top_nav li.home {width:64px;}
ul#top_nav li.lung {width:115px;}
ul#top_nav li.melanoma {width:100px;}
ul#top_nav li.last_item {display:none;}
ul#top_nav li.before_selected_item a {background: url('../_img/bg_top_nav_before_selected_item.png') no-repeat right;}
ul#top_nav li.selected_item a {background: url('../_img/bg_top_nav_separator_selected.png') no-repeat right;}
ul#top_nav li a {color:#fff;background: url('../_img/bg_top_nav_separator.png') no-repeat right;display:block;height:29px;text-transform:uppercase;}



/* MAIN_NAV 
/////////////////////////////////////////////////////// */
#main_nav {
	clear:both;
	height:143px;
	background:#1C80A7 url('../_img/bg_main_nav.gif');
	margin-bottom:10px;
	position:relative;
}
#main_nav ul {
	list-style-type:none;
	padding:3px 4px 15px;
}
#main_nav li {
	height:125px;
	display:block;
	float:left;
	background:url('../_img/bg_main_nav_item.gif');
}
#main_nav li.selected_item {
	background:url('../_img/bg_main_nav_item_selected.gif');
}
#main_nav li a {
	height:125px;
	display:block;
	color:#FFF;
	background:url('../_img/bg_main_nav_separator.gif') top right no-repeat;
	padding-right:11px;
	overflow:hidden;
}
#main_nav li.before_selected_item a {
	background-image:url('../_img/bg_main_nav_separator_before_selected.gif');
}
#main_nav li.selected_item a {
	background-image:url('../_img/bg_main_nav_separator_selected.gif');
}
#main_nav li.last_item a {
	background:none;
}
#main_nav li strong {
	display:block;
	padding:12px 0 0 5px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:18px;
	white-space:nowrap;
}

#main_nav li span {
	display:block;
	padding-left:5px;
	font-size:12px;
	line-height:1.1em;
	
}

#main_nav li strong span{
	font-size:12px;
	padding:6px 0 0 0;
		
}

#main_nav li.first_item strong, #main_nav li.first_item span {
	padding-left:15px;
}
#main_nav ul div#sub_nav_clinical-studies {
	position:absolute;
	top:70px;
	left:133px;
	display:none;
	
}

#main_nav ul div#sub_nav_clinical-studies div{

	background:url(../_img/bg_sub_nav.png)  left 0 repeat-y ;	
}

#main_nav ul div#sub_nav_clinical-studies a{
	background:#2186ab url(../_img/arrow_white.gif) 8px 7px no-repeat;
	height:20px;
	color: #FFFFFF;
	padding: 2px 0 0 20px; 
	font-size:12px;
	width:175px;
	margin:0 6px  0 6px;
	border-bottom:1px solid #FFFFFF ;
	display:block;
}


#main_nav ul div#sub_nav_clinical-studies a.selected, #main_nav ul div#sub_nav_clinical-studies a:hover{
	background:#a2ce49 url(../_img/arrow_white.gif) 8px 7px no-repeat;
}

#main_nav ul div#sub_nav_clinical-studies div#last-item a{
	border-bottom:0px solid #FFFFFF ;
}


#main_nav ul div#sub_nav_clinical-studies a:hover{
	color:#FFFFFF;
}

#main_nav ul div#sub_nav_clinical-studies div#shadow_top{
	background:url(../_img/shadow_top.png) bottom no-repeat; 
	height:5px; 
	width:209px;
	font-size:0em;
}
#main_nav ul div#sub_nav_clinical-studies div#shadow_bottom{
	background:url(../_img/shadow_bottom.png) no-repeat; 
	height:7px; 
	width:209px;
	font-size:0em;
}

/* MAIN_CONTENT 
/////////////////////////////////////////////////////// */
#main_content {
	width:546px;
	padding:4px 30px 20px 18px;
	float:left;
	position:relative;
	overflow:hidden;
}
#main_content_larger {
	float:left;
	width:864px;
	padding:4px 18px 20px;
	position:relative;
}
.main_content h1 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#187BA3;
	zoom:1;
}
.main_content h1.short {width:485px;border-bottom:none;padding-bottom:0;margin-bottom:8px;} 
.main_content h2 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#187BA3;
	zoom:1;
}
.main_content p {
	line-height:1.6em;
	margin-bottom:16px;
}
.main_content p.border {border-top:1px solid #C4C4C4;padding-top:16px;}
.main_content ul.btn li {background:none;margin:0 80px 0 40px;padding-left:0;float:left;}
.main_content ul.btn li.last {margin:0;}
.main_content ul.btn li a {display:block;height:51px;width:192px;line-height:48px;text-align:center;background: url('../_img/bg_btn.png') no-repeat;color:#fff;font-size:16px;}
.main_content ul.btn li a:hover {background: url('../_img/bg_btn_hover.png') no-repeat;}
.main_content ul {
	list-style-type:none;
	margin-bottom:16px;
}
.main_content ul li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:16px;
	background:url('../_img/arrow_blue.gif') 0 4px no-repeat;
	zoom:1;
}
.main_content ol {
	margin:0 0 16px 32px;
}
.main_content ol li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:0;
}
.main_content dt {
	font-weight:bold;
	font-size:1.1em;
	color:#187BA3;
}
.main_content dd {
	margin:0 0 15px 0;
}
.main_content h3 {
	border-bottom:1px solid #76B100;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
	color:#76B100;
}
.main_content h3 a {
	color:#76B100;
}
.main_content h3.center {
	font-weight:bold;
}
.main_content address {
	margin-bottom:10px;
	line-height:1.2em;
	clear:both;
	font-size:1.1em;
}
.main_content span.contact, .main_content strong.contact {
	display:block;
	float:left;
	line-height:1.2em;
	margin-bottom:5px;
	font-size:1.1em;
}
.main_content span.contact {
	margin-right:5px;
}
.main_content a.back {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}
#main_content_actions {
	padding-top:16px;
}
#main_content_actions h3 {
	width:188px;
	height:63px;
	background:url('../_img/bg_main_content_actions_button.gif');
	text-align:center;
	font-size:14px;
	line-height:1.1em;
	font-weight:normal;
	float:left;
	border:0;
}
#main_content_actions h3 a {
	color:#ff6905;
	display:block;
	height:38px;
	padding:6px 10px 0;
	white-space:nowrap;
}
#main_content_actions ul {
	margin-left:213px;
}
#main_content_actions li {
	font-size:14px;
	background:transparent url('../_img/arrow_orange.gif') no-repeat scroll 0pt 6px;
}
#main_content_actions li a {
	color:#EB830C;
}
.main_content p.next {
	font-size:1.1em;
	text-align:right;
	margin:0 18px 10px 0;
}
.main_content p.next a span {
	background:url(../_img/arrow_blue_big.gif) no-repeat left;
	color:#3c3c3c;
	padding:0 0 0 11px;
}
/* TOOLS 
/////////////////////////////////////////////////////// */
#tools {
	position:absolute;
	top:8px;
	right:25px;
}
#tools li {
	display:block;
	float:left;
	padding:0;
	background:none;
	margin-left:4px;
}
#tools li a {
	display:block;
	height:15px;
}
#tools li span {
	display:none;
}
#tools li a#tool_plus {
	background:url('../_img/tool_plus.gif');
	width:17px;
}
#tools li a#tool_minus {
	background:url('../_img/tool_minus.gif');
	width:17px;
}
#tools li a#tool_print {
	background:url('../_img/tool_print.gif');
	width:16px;
}

/* ACTIONS 
/////////////////////////////////////////////////////// */
#actions {
	background:url('../_img/bg_actions_bottom.gif') bottom left no-repeat;
	float:left;
	padding:0px 0 20px 0;
	width:306px;
	font-size:18px;
	line-height:20px;
}
#actions .actions {background:url('../_img/bg_actions_top.gif') top no-repeat;}
#actions .actions a {color:#4d4d4d;}
#actions .actions_inner {
	padding:17px 13px 0px 13px;
}
#actions .btn_center {
	background:url('../_img/bg_btn_center.jpg') top no-repeat;
	height:105px;
	font-size:17px;
	padding:20px 70px 20px 20px;
}
#actions .btn_center strong {
	display:block;
	font-size:18px;
	margin:6px 0 0 0;
	color:#86bc1a;
}
#actions .btn_link {
	background:url('../_img/bg_btn_link.jpg') top no-repeat;
	height:78px;
	margin:10px 0 0 0;
	padding:18px 30px 0px 20px;
}
#actions .melanoma {margin:0;}
#actions .btn_link strong {
	font-size:20px;
	display:block;
	font-weight:normal;
	color:#86bc1a;
}
/* FOOTER
/////////////////////////////////////////////////////// */
#footer {
	clear:both;
}
#footer .inner ul {
	list-style-type:none;
}
#footer .inner li {
	display:block;
	float:left;
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid;
	font-size:12px;
}
#footer .inner li.last {
	border-right:0;
}
#footer_links {
	height:34px;
	background:#FFF url('../_img/bg_footer_links.gif') top repeat-x;
	padding-top:30px;
}
#footer_links li {
	border-color:#187BA3;
}
#footer_links li a {
	display:block;
	float:left;
	height:15px;
	padding-top:2px;
}
#footer_links li.icon a {
	padding-left:20px;
	background:top left no-repeat;
}
#footer_links li#friend a {
	background-image:url('../_img/bg_friend.gif');
}
#footer_links li#bookmark a {
	background-image:url('../_img/bg_bookmark.gif');
}
#footer_note {
	color:#187BA3;
	float:right;
	font-weight:bold;
	font-size:14px;
}
#footer_copyright {
	min-height:9px;
	background:url('../_img/bg_footer_copyright.gif') top repeat-x;
	color:#FFF;
}
#footer_copyright li {
	border-color:#FFF;
}
#footer_copyright a {
	color:#FFF;
}
#footer_copyright_inner {
	position:relative;
	padding:35px 0 20px 0;
	height:15px;
}
#logo_gsk {
	display:block;
	width:127px;
	height:44px;
	background:url('../_img/logo_gsk.gif');
	position:absolute;
	top:16px;
	right:0;
}
#logo_gsk span {
	display:none;
}
#logo_print, #logo_gsk_print {
	display:none;
}

#last_update {
	background:#fff;
	padding:0 0 8px 0;
}
#last_update span {
	background: url(../_img/ico_update.gif) no-repeat left;
	font-size:11px;
	color:#949494;
	padding:0 0 0 18px;
}

/* TIPS
/////////////////////////////////////////////////////// */
.toolTip {
	cursor:help;
	color:#76B100;
}
.tool-tip {
	border:1px solid #105270;
	background:#1C7BAE;
	padding:10px;
	color:#FFF;
	width:185px;
	font-size:12px;
	line-height:1.2em;
	/* opacity */
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
}
.tool-title {
	text-transform:uppercase;
	color:#ABFF00;
	font-weight:bold;
}