@charset "ISO-8859-1";

/*
	gsk.fi CSS
	(c) Verkkojulkaisut SV Oy
	
	General information:
	- All content areas except footer have three columns
	- Home page column widths differ from those of the subpages
	- Total content width is 760 px (#wrapper)
*/



/* Top level styles */

html
{
	height: 100%;
}

body
{
	background: #F7991D url(../layoutimages/body_bg.gif) repeat-y left top;
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: .7em; /* Should this be defined in relative units? */
	padding: 0;
	margin: 0;
	height: 100%;
}

#skiplinks
{
	display: none;
}

#wrapper
{
	margin: 0;
	padding: 0;
	width: 760px;
}





/* Header */
#header 
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 220px;
}

#navi_main
{
	list-style: none;
	float: left;
	width: 165px;
	margin: 0;
	padding: 10px 0 0 0;
}

#navi_main li
{
	line-height: 4px;
	margin: 0;
	padding: 0;
	display: inline;
}

#navi_main a,
#navi_main a:link,
#navi_main a:visited
{
	display: block;
	margin: 0;
	padding: 0 0 0 32px;
	color: #91867E;
	text-decoration: none;
}

#navi_main a.active,
#navi_main a.active:link,
#navi_main a.active:visited
{
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat 11px 2px;
}

#navi_main a:hover,
#navi_main a:active
{
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat 11px 2px;
	color: #FF8C55;
}

#navi_sub
{
	width: 175px;
	float: right;
	margin: 0;
	padding: 6px 0 0 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	list-style: none;
}

#navi_sub li,
#navi_sub form
{
	margin: 0;
	padding: 0;
}

#navi_sub a,
#navi_sub a:link,
#navi_sub a:visited
{
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#navi_sub a:hover,
#navi_sub a:active
{
	color: #fff;
	text-decoration: underline;
}

/* H1 can not be absolutely positioned or IE makes it disappear (undocumented bug?) */
#header h1,
#header div#masthead
{
	margin: 0;
	padding: 0;
	width: 730px;
	height: 72px;
	text-indent: -9999px;
	background: transparent url(../layoutimages/gsk-logo.gif) no-repeat right bottom;
	clear: both;
	cursor: pointer;
}


#breadcrumbs
{
	padding: 5px 0 5px 174px;
	font-family: arial, sans-serif;
	font-size: .8em;
	color: #f60;
}

#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited
{
	font-family: arial, sans-serif;
	/*font-size: .8em;*/
	color: #91867E;
}

#breadcrumbs a:hover,
#breadcrumbs a:active
{
	font-family: arial, sans-serif;
	/*font-size: .8em;*/
	color: #f60;
}




/* Body  and secondary content area */

#body,
#body_sub
{
	width: 760px;
	margin: 0 0 10px 0;
	padding: 0;
	/*border: 1px solid #f00;*/
}

#body.home,
#body_sub.home
{
	width: 760px;
	background: #fff url(../layoutimages/content_bg_home.gif) repeat-y top left; /* Home page column borders */
}

#body.landing_page,
#body_sub.landing_page
{
	width: 760px;
	/*margin-bottom: 0;*/
	background: #fff url(../layoutimages/content_bg_landing_page.gif) repeat-y top left; /* Landing page column borders */
}

#body.content
{
	width: 760px;
	margin-bottom: 0;
	background: #fff url(../layoutimages/content_bg_content.gif) repeat-y top left; /* Content page column borders */
}

#body.content_wide
{
	width: 760px;
	margin-bottom: 0;
	background: #fff url(../layoutimages/content_bg_content_wide.gif) repeat-y top left; /* Content page column borders */
}


#body h2,
#body_sub h2
{
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#body h1,
#body_sub h1
{
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#body p,
#body_sub h2
{
	margin: 10px 0;
}

#body h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

#body .col_b_home ul,
#body_sub .col_b_home ul,
#body_sub ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#body .col_b_home ul li,
#body_sub .col_b_home ul li,
#body_sub ul li
{
	margin: 10px 0;
	padding: 0;
}







/* Blue strip */

#strip_home,
#strip_landing_page
{
	margin: 10px 0 0 0;
	padding: 0;
	background: #3297B9 url(../layoutimages/strip_bg_home.gif) repeat-y left top;
	border-top: 10px solid #3297B9;
	border-bottom: 10px solid #3297B9;
	color: #fff;
}

#strip_landing_page
{
	background: #3297B9 url(../layoutimages/strip_bg_landing_page.gif) repeat-y left top;
}

#strip_home h2,
#strip_landing_page h2
{
	font-size: 1.3em;
	margin: 3px 0;
	padding: 0;
}

#strip_home p,
#strip_landing_page p
{
	margin: 5px 0;
}

#strip_home ul.links,
#strip_landing_page ul.links
{
	margin: 5px 0;
}

#strip_home ul.links li,
#strip_landing_page ul.links li
{
	background: transparent url(../layoutimages/link_bullet_white.gif) no-repeat 0 5px;
}

#strip_home ul.links a,
#strip_home ul.links a:link,
#strip_home ul.links a:visited,
#strip_landing_page ul.links a,
#strip_landing_page ul.links a:link,
#strip_landing_page ul.links a:visited
{
	color: #fff;
}

#strip_home ul.links a:hover,
#strip_home ul.links a:active,
#strip_landing_page ul.links a:hover,
#strip_landing_page ul.links a:active
{
	color: #fff;
	text-decoration: underline;
}





/* Secondary content area */

#body_sub
{
	width: 760px; /* IE fix (peekaboo bug) */
}

table
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table th
{
	text-align: left;
	color: #000;
	font-size: 1.4em;
}

td.positive_change
{
	font-size: 1.3em;
	color: #00a650;
	text-align: right;
}

td.negative_change
{
	font-size: 1.3em;
	color: #f60;
	text-align: right;
}

td.table_desc
{
	color: #999;
	padding-bottom: 5px;
}





/* Footer */

#footer
{
	background-color: #efeeec;
	padding: 5px 20px;
	margin: 0;
	width: 720px;
}

#footer p
{
	margin: 0;
	padding: 5px;
	font-size: .9em;
}

#footer a,
#footer a:link,
#footer a:visited
{
	font-size: .9em;
	color: #8c8681;
	text-decoration: none;
}

#footer a:hover,
#footer a:active
{
	color: #ff6600;
	text-decoration: underline;
}





/* General styles */

img
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}







/* Home page columns */
.col_a_home
{
	display: inline;
	margin: 0;
	margin-left: 34px;
	padding: 0;
	float: left;
	width: 331px;
}

.col_b_home
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 191px;
}

.col_c_home
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 160px;
}





/* Landing page columns */

.col_a_landing_page
{
	display: inline;
	margin: 0;
	margin-left: 0;
	padding: 0;
	float: left;
	width: 155px;
}

#body .col_a_landing_page h2
{
	margin-left: 9px;
	padding-left: 22px;
	color: #F55A1C;
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat left center;
}

#body .col_a_landing_page h2 a
{
	color: #F55A1C;
}

.col_b_landing_page
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 190px;
}

.col_c_landing_page
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 190px;
}

.col_d_landing_page
{
	display: inline;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	float: left;
	width: 160px;
}

#strip_landing_page .col_a_landing_page,
#body_sub .col_a_landing_page
{
	width: 122px;
	padding-left: 33px;
}


#navi_section
{
	margin: 1em 0 0 9px;
	padding: 0;
	list-style: none;
}

#navi_section li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#navi_section li a,
#navi_section li a:link,
#navi_section li a:visited
{
	display: block;
	margin: 0;
	padding: 0 0 2px 22px;
	background-image: none;
	color: #404041;
	text-decoration: none;
}

#navi_section li a.active,
#navi_section li a.active:link,
#navi_section li a.active:visited
{
	display: block;
	margin: 0;
	padding: 0 0 2px 22px;
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat left center;
	color: #404041;
	text-decoration: none;
}


#navi_section li a:hover,
#navi_section li a:active
{
	color: #F55A1C;
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat left center;
}

#navi_section li ul
{
	margin: 0;
	padding: 0;
}

#navi_section li li a,
#navi_section li li a:link,
#navi_section li li a:visited
{
	display: block;
	margin: 0;
	padding: 0 0 2px 32px;
	background-image: none;
	color: #404041;
	text-decoration: none;
}

#navi_section li li a.active,
#navi_section li li a.active:link,
#navi_section li li a.active:visited
{
	display: block;
	margin: 0;
	padding: 0 0 2px 32px;
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat left center;
	color: #404041;
	text-decoration: none;
}


#navi_section li li a:hover,
#navi_section li li a:active
{
	color: #F55A1C;
	background: transparent url(../layoutimages/gsk_bullet.gif) no-repeat left center;
}

#infobox_landing_page
{
	width: 760px;
	clear: both;
	padding: 20px 0 10px 24px;
	margin: 0;
	background: transparent url(../layoutimages/content_bg_sides.gif) repeat-y 0 -1px;
}









/* Content page columns */

.col_a_content
{
	display: inline;
	margin: 0;
	margin-left: 0;
	padding: 0;
	float: left;
	width: 155px;
}

#body .col_a_content h2
{
	margin-left: 9px;
	padding-left: 22px;
	color: #F55A1C;
}

#body .col_a_content h2 a
{
	color: #F55A1C;
}

.col_b_content
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 400px;
}

.col_c_content
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 160px;
}








/* Wide content page columns */

.col_a_content_wide
{
	display: inline;
	margin: 0;
	margin-left: 0;
	padding: 0;
	float: left;
	width: 155px;
}

#body .col_a_content_wide h2
{
	margin-left: 9px;
	padding-left: 22px;
	color: #F55A1C;
}

#body .col_a_content_wide h2 a
{
	color: #F55A1C;
}

.col_b_content_wide
{
	display: inline;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	float: left;
	width: 570px;
}








/* Product dropdowns */

.product_dropdowns form
{
	font-size: .8em;
	width: 150px;
	padding: 8px 5px 0 5px;
	margin: 0;
}

.product_dropdowns select
{
	font-size: 1em;
	width: 133px;
	overflow: hidden;
}

.product_dropdowns label
{
	font-size: 11px;
}

.product_dropdowns input
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}






/* News list */

ul.newslist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newslist li
{
	margin: 10px 0;
	padding: 0;
}











.clearFloats
{
	width: 760px;
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited
{
	color: #3297B9;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #F55A1C;
	text-decoration: none;
}

#body ul.links,
#body_sub ul.links,
ul.links
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#body ul.links li,
#body_sub ul.links li,
ul.links li
{
	padding: 0 0 0 5px;
	background: transparent url(../layoutimages/link_bullet.gif) no-repeat 0 5px;
}

#body div.grey_box,
#body_sub div.grey_box
{
	background-color: #EFEDEC;
	padding: 0 0 8px 0;
	margin: 0;
	border-bottom: 1px solid #C8C2BE;
}

#body div.grey_box p,
#body_sub div.grey_box p
{
	padding: 5px;
	margin: 0;
}

#body div.factbox
{
	padding: 8px 5px;
	margin: 0;
	border-bottom: 1px solid #C8C2BE;
	border-top: 1px solid #C8C2BE;
}

#body div.factbox p
{
	margin: 0;
}

#body div.factbox h2
{
	padding-bottom: 5px;
}

a.morelink,
a.morelink:link,
a.morelink:visited
{
	display: block;
	padding: 0 0 0 5px;
	background: transparent url(../layoutimages/link_bullet.gif) no-repeat 0 5px;
	color: #3297B9;
	text-decoration: none;
	font-size: 1em;
}

a.morelink:hover,
a.morelink:active
{
	color: #F55A1C;
	text-decoration: none;
}


a.bttlink,
a.bttlink:link,
a.bttlink:visited
{
	display: block;
	padding: 0 0 0 7px;
	background: transparent url(../layoutimages/btt-link_bullet.gif) no-repeat 0 5px;
	color: #3297B9;
	text-decoration: none;
	font-size: 1em;
}

a.bttlink:hover,
a.bttlink:active
{
	color: #F55A1C;
	text-decoration: none;
}

#strip_home a,
#strip_landing_page a
{
	color: #fff;
}

#strip_home a.morelink,
#strip_home a.morelink:link,
#strip_home a.morelink:visited,
#strip_landing_page a.morelink,
#strip_landing_page a.morelink:link,
#strip_landing_page a.morelink:visited
{
	display: block;
	padding: 0 0 0 5px;
	background: transparent url(../layoutimages/link_bullet_white.gif) no-repeat 0 5px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

#strip_home a.morelink:hover,
#strip_home a.morelink:active,
#strip_landing_page a.morelink:hover,
#strip_landing_page a.morelink:active
{
	color: #fff;
	text-decoration: underline;
}


.no_whitespace
{
	margin: 0;
	padding: 0;
}

.floatLeft
{
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight
{
	float: right;
	margin: 0 0 10px 10px;
}



/* Product list */

table.productList
{
	border-collapse: collapse;
	width: 100%;
}

table.productList td.emptyRow
{
	height: 19px;
}

table.productList td.emptyRow_bordered
{
	height: 19px;
	border-bottom: 1px solid #EEEDEB;
}

table.productList th
{
	background-color: #EFEEEC;
	padding: 17px 15px;
	text-align: left;
	color: #404041;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, sans-serif;
}

table.productList td
{
	padding: 2px 15px;
}

table.generic
{
	border-collapse: collapse;
	width: 100%;
}

table.generic td.emptyRow
{
	height: 19px;
}

table.generic td.emptyRow_bordered
{
	height: 19px;
	border-bottom: 1px solid #EEEDEB;
}

table.generic th
{
	background-color: #EFEEEC;
	padding: 3px 5px;
	text-align: left;
	color: #404041;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, sans-serif;
}

table.generic td
{
	padding: 2px 5px 8px 5px;
	border: 1px solid #eee;
}


h3.productpage,
#body h3.productpage
{
	background-color: #EFEDEC;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1em;
	clear: both;
}









/* Item display */

body#itemdisplay
{
	background-color: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
}

body#itemdisplay #head
{
	background: transparent url(../admin/images/popup-top2.gif) no-repeat top left;
	height: 103px;
	margin: 0;
	padding: 0;
}

body#itemdisplay #body
{
	margin: 25px 0 10px 29px;
	padding: 2px 10px 40px 10px;
	width: 325px;
	float: left;
	border-left: 1px dotted #E3E1DF;
	border-right: 1px dotted #E3E1DF;
}

body#itemdisplay h1,
body#itemdisplay #pubdate
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #404041;
	font-size: 1em;
	font-weight: bold;
}

body#itemdisplay #side
{
	width: 80px;
	padding: 2px 0 0 10px;
	margin: 25px 0 0 0;
	float: left;
}

body#itemdisplay #footer
{
	margin-top: 0;
	clear: both;
}









/* Contact us -form */

span#label_name,
span#label_email
{
	font-weight: bold;
}

#errorDiv
{
	color: #c00;
}






/* News archive */

table#archiveYears
{
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #C8C2BE;
}

table#archiveYears td
{
	padding: 0;
	text-align: left;
	vertical-align: bottom;
}

table#archiveYears td a,
table#archiveYears td a:link,
table#archiveYears td a:visited
{
	width: 53px;
	display: block;
	padding: 5px 0 3px 6px;
	font-size: 1em;
	font-weight: bold;
	color: #91867E;
	text-decoration: none;
	background: transparent url(../layoutimages/archivetab_bg.gif) no-repeat top right;
}

table#archiveYears td a:hover,
table#archiveYears td a:active
{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../layoutimages/archivetab_bg_active.gif) no-repeat top right;
}

table#archiveYears td.active a,
table#archiveYears td.active a:link,
table#archiveYears td.active a:visited
{
	display: block;
	padding: 5px 0 3px 6px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../layoutimages/archivetab_bg_active.gif) no-repeat top right;
}

table#archiveYears td.active a:hover,
table#archiveYears td.active a:active
{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../layoutimages/archivetab_bg_active.gif) no-repeat top right;
}






/* Search results */

ul#searchResults
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#searchResults li
{
	border-bottom: 1px solid #ddd;
	padding: .6em 0;
	margin: 0;
}

div.searchResultPages
{
	padding: .6em 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

div.searchResultPages a,
div.searchResultPages a:link,
div.searchResultPages a:visited
{
	padding: 2px 4px;
	border: 1px solid #ddd;
}

div.searchResultPages a:hover,
div.searchResultPages a:active
{
	border: 1px solid #F8981D;
	background-color: #FFE8BB;
}

div.searchResultPages a.active,
div.searchResultPages a.active:link,
div.searchResultPages a.active:visited
{
	padding: 2px 4px;
	border: 1px solid #E25A00;
	background-color: #f60;
	color: #fff;
}

div.searchResultPages a.active:hover,
div.searchResultPages a.active:active
{
	border: 1px solid #E25A00;
	background-color: #f60;
	color: #fff;
}


p.indented
{
	padding-left: 2em;
	padding-right: 2em;
	font-size: .9em;
}




/* Haku */

#body div.n
{
	display: block;
	width: 100%;
	text-align: left;
}


#body div.n table tr td a
{
	font-size: .7em;
	font-weight: normal;
	color: #5faadd;
}

#body div.n table tr td span.b a h3
{
	font-size: 1em;
	font-weight: normal;
	margin-left: 10px;
}

#body div.n table,
#body div.n table tr td
{
	width: auto;
	text-align: left;
}