BODY {
	font-weight: normal;
	background-color: #ffffff;
	margin: 0px;
	behavior: url(csshover.htc); /* call hover behaviour file */		
}
TD, p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}
.white {
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.disabled {
	background-color: #CCCCCC;
}
.copyright, a.copyright 
{ 
	font-size: 10px;
	color: #FFD900; 
	text-decoration: none; 
}
a.copyright:hover{
	font-size: 10px;
	color: #FFD900; 	
	text-decoration: underline;
}

.background-right {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.background-left {
	background-image: url(../images/background-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;
}
.header1 
{ 
	font-family: Tahoma, Verdana, Arial; font-size: 16pt; color: #5C626B; font-weight: bold
}
.header2 
{ 
	font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #5C626B; font-weight: bold
}
.toplinks, a.toplinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10.5px;
	color: #5C626B;
	font-weight: bold;
	text-decoration: none;
}
a.toplinks:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10.5px;
	color: #5C626B;
	font-weight: bold;
	text-decoration: underline;
}
.pageHeading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
}
.headerNavigation
{
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
}
TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Tahoma, Verdana, Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #333333;
}

TD.productListing-data {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #EFEFF0;
}
a.shopNavigation {
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}
a.shopNavigation:hover {
	text-decoration:underline;
}

.infoBox {
	border: thin solid #CCCCCC;
}

.infoBoxContents {

}
/* menu stuff 
.leftMenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 11px;

}
table.leftMenu
{
	border: 1px solid #666666;
}
a.categories {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
a.categories:hover {	
	text-decoration: underline;
}
*/
#menu{
	z-index:2;
	width:15em;
	padding-bottom: 14em;
}

#menu a {
	font-size: 11px;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:3px;
	text-decoration: none;
	border: 1px solid #666666;
}

#menu a, a:active{
	color:#333333;
	background:#CCCCCC;
	text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}
#menu ul ul a, ul ul a:active{
color:#ffffff;
background:#666666;
text-decoration:none;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width:17em;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
background:#666666;
}

div#menu li ul{
position:absolute;
top:0;
left:100%;
display:none;
background:#666666;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#666666; no-repeat right bottom;
}

#menu a.x:hover{
background:#666666;
}

#menu a.x:active{
color:#060;
background:#666666;
}
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 
