﻿@import url("Main.css");
#main h1
{
    background: url( '../img/v1/CentreColumn/MainHeaderRed.gif' ) no-repeat;
}
p
{
	font-weight:normal;
}
#main h2 
{
	color:#A50021;
}
.login-title
{
	color: #a50021;
}
#nav-header
{
	background: url(../img/v1/LeftColumn/HeaderRed.gif) no-repeat;
}
.Cart-Header
{
    background: url(../img/v1/RightColumn/CartHeaderRed.gif) no-repeat;
}
.Feedback-Header
{
	height:20px;
	width:202px;
	padding-top:4px;
	padding-left:5px;
    color:#ffffff;
    font-weight:bold;
    font-size:1.0em;
    margin-bottom:0px;
    background: url(../img/v1/LeftColumn/LoginHeaderRed.gif) top left no-repeat;
}
.Feedback-Header a
{
	color:#ffffff;
	font-weight:bold;
}
#cart
{
	background-color:#ffffff;
	border-left: solid 1px #cccccc;
   	border-right: solid 2px #cccccc;
    line-height: 1.3em;
    margin:  0 0 0 0; 
    padding: 0px 4px 2px 5px;
    font-size: .9em;
    color:#000000;
    width:190px;
    background-image:none;
    height:auto;
}
#ProductBoxBottom
{
	background: url( '../img/v1/CentreColumn/ProductSearchBottom.gif' ) 0px 0px no-repeat;
}
#global-table caption
{
   background-image: url(../img/v1/RightColumn/GHIHeaderRed.gif);
}
#global-table-zh-cn caption, #global-table-de-de caption
{
	background-image: url(../../img/v1/RightColumn/SectionHeaderRed.gif);
}
#dots
{
	background: url(../img/v1/red-dots.gif) repeat-x;
}
div.Home a, div.Products a, div.AboutUs a, div.News a, div.Resources a, div.Login a, div.Search a {
	color:#ffffff;
	}
div.Home a {
	background: url( '../img/v1/NavBar/Home.gif' ) top left no-repeat;
}
div.Products a {
	background: url( '../img/v1/NavBar/Products.gif' ) top left no-repeat;
}
div.AboutUs a {
	background: url( '../img/v1/NavBar/AboutUs.gif' ) top left no-repeat;
}
div.News a {
	background: url( '../img/v1/NavBar/News.gif' ) top left no-repeat;
}
div.Resources a {
	background: url( '../img/v1/NavBar/Resources.gif' ) top left no-repeat;
}
div.Login a {
	background: url( '../img/v1/NavBar/Login.gif' ) top left no-repeat;
}
#login-header
{
	background: url(../img/v1/LeftColumn/LoginHeaderRed.gif) top left no-repeat;
}
#login-footer
{
	height:22px;
	width:202px;
	padding-top:0px;
	padding-left:5px;
    color:#ffffff;
    margin-top:0px;
    margin-bottom:0px;
    background: url(../img/v1/LeftColumn/Loginfooter.gif) top left no-repeat;
}
/*--
Button elements
*/

.button:hover span, .button.over span {
        background:url('../img/v1/button.gif') no-repeat 0 -75px;
}
.button:active span, .button.down span, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 0 -100px;
}
.button:hover em, .button.over em {
        background:url('../img/v1/button.gif') no-repeat 100% -75px;
}
.button:active em, .button.down em, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 100% -100px;
}

