/**
 * Master Style Sheet
 *
 * Version 1.0
 *
 * Last Updated: Sept 17, 2009
 *
 * Created by srinivas for globalweb Hong Kong site specific 
 */

/*
Default content types that are defined in the global CSS.
*/


body h2 {
	font-size: 17px;
	line-height: 16px;
}

.col-middle-2 h2 {
    margin-top:-8px;
}
div.col-middle-2 div.inner-right h2 {
	font-size: 18px;
	line-height: 22px;
}

table.data-sheet caption h2, table.data-sheet caption h3 {
	font-size: 13px;
}
table.data-sheet thead th {
	font-size: 13px;
}

table.data-sheet tfoot td {
	font-size: 12px;
}

table.data-sheet tbody tr td {
	font-size: 12px;
}

.press-release .table .item a, span {
	font-size: 12px;
}

.press-release div.selector {
	font-size: 13px;
}
.press-release div.selector select, .press-release .selector form {
	font-size: 13px;
}

.newsletter p.intro{
	font-size: 13px;
}
.newsletter div.year{
	font-size: 13px;
}

.products .filter p {
	font-size: 13px;
}

.products div.valuation {
	font-size:13px;
}

p.note {
	font-size:12px;
}

table.data-sheet a.backlink {
	font-size:13px;
}

a.back-to-list {
	font-size:13px;
}

div.news-item a.back {
	font-size:13px;
}

.products .filter form select, .products .filter form input {
	font-size:13px;
}

body small {
	font-size: 11px;
}

body strong.title {
	font-size: 13px;
}
#footer {
	font-size: 10px;
}

/*
Summary of search results.
*/
#ftr-searchresults div.summary span.label {
	width: 100%;
}
#ftr-searchresults div.summary span.result {
	left: 155px;
}

