/*
// header.css
// Ron Lau 2010
// Copyright Netcast Platform 2010
//
// Created on  : 05/01/2010
*/

#search_box
{
    border: none;
    position: relative; 
    left: 220px; 
    top: 10px; 
    font-size: 1em; 
    width: 437px;
    color: #AAAAAA;
	background-color: transparent;
}

.header-link
{
	height: 45px;
	line-height: 45px;
}

.header-link > a
{
	/*font-size: 0.75em;*/
	color: #666666;
}

#footer
{
	text-align: center;
	line-height: 2.5em;
}

#footer > a
{
	color: #666666;
}

.submit_tri
{
	position: relative;
	display: inline-block;
	left: -2.8em;
	overflow-x: hidden;
	width: 1.7em;
	height: 1.7em;
	top: -0.7em;
}

.ie7 .submit_tri
{
	display: inline;
}

.stock_button
{
	padding: 8px 0;
	left: -1.7em;
	position: relative;
}

.ie7 .stock_button
{
	left: 0;
}