/* CSS Document */
body {
	background-image: url(/images/bg.jpg);
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


.style4 {font-size: 12px}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style9 {color: #FF0000}

.UserBox, .CartBox {
	font-size:12px;
	color:#FFFFFF;
}

.UserTitle {
	font-family: Renfrew;
	color: #FF0000;
	font-size:16px;
}

.RightContainer {
	vertical-align:top;
	text-align:center;
	background-image:url(/graphics/bg.jpg);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#000000', endColorstr='#CCCCCC', gradientType='1');
}	
.emptyCart, .greeting {
	color:#000000;
	text-align:center;
}	

.logo {
	border:#000000;
	border:solid;
	border:thin;
}	
	
#Disclaimer {
	position:absolute;
	overflow: visible;
	left:0px;
	top:17px;
	width:100%;
	height:410px;
	z-index:auto;
	display:none;
}

.DisclaimerTable {
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #e5e5e5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#e5e5e5;
	vertical-align: top;
	width: 592px;
}
.style11 {font-family: Renfrew; color: #FF0000; font-size: 24px; }
.clickimage {
	cursor: hand;
	cursor: pointer;
}

.close_disclaimer {
	height: 18px;
	width: 18px;
	text-align:center;
	background-image: url(/images/close_on.png);
}

.close_disclaimer:hover {
	background-image:url(/images/close_off.png);
	cursor:pointer;
}		
