/* -------- Override Styles for US English -------- */

#header
{
	margin: 0;
	padding: 0 16px;
	background: #003399 url(../../images/en_GB/common/headerbg.jpg);
	height: 84px;
}

#searchbar #searchArea button
{
	width: 61px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 4px;
	background: #B3B3B3 url(../../images/en_US/common/search.gif);
	border: none;
	cursor:pointer;
}

#productsList button
{
	width: 80px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 4px;
	background: #CCD6EB url(../../images/en_US/products/compare.gif);
	border: none;
	cursor:pointer;	
}

/*-- kozakan Move up to common.css
#productsList #yellowbkgnd
{
	width:365px;
	background: url(../../images/common/yellowwidetop_body.gif) repeat-y;
	padding:5px 0px 5px 5px;
	margin-top:10px;
	border-bottom: 1px white solid;
	border-top: 1px #B37E00 solid;
	border-right: 1px white solid;	
} --*/
	
#productsList #yellowbkgnd button
{
	width: 80px;
	height: 18px;
	padding: 0;
	margin: 0 50px 0 4px;
	background: #CCD6EB url(../../images/en_US/products/compare_yellow_bkgrd.jpg);
	border: none;
	cursor:pointer;	
}

#tabList button
{
	position: relative;
	left: 240px;
	top: -15px;
	width: 80px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 4px;
	background: #CCD6EB url(../../images/en_US/products/compare.gif);
	border: none;
	cursor:pointer;
	/*float: right; did not work. put in jsp */
}


/* Redefine from common.css */
#midTopNav, #rightTopNav
{
	left: 325px;
	
}

