#shoppopup {
	top: expression((neil()+200)+"px");
	left:238px;
	visibility:hidden;
	background-color:#CC0033;
	height:41px;
	width:215px;
	position:absolute;
	float:none;
	z-index:9999;
	padding: 5px;
}
#imagepopup {
	top:100px;
	left:200px;
	visibility:hidden;
	background-color:#FF3333;
	border:#000000;
	height:520px;
	width:510px;
	position:absolute;
	float:none;
	z-index:9999;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	border-width: 5px;
}
#fixed {
	/* Used for fixing shop cart in same place */

	position:absolute;
	top: 360px;
	top: expression((neil())+"px");
	
	/*top: expression(eval(document.body.scrollTop)+1);*/
}

#fixed_left {
/* Used for fixing shop cart in same place */
/*	position: absolute;
	top: 360px;
	top: expression((neil())+"px");*/

	
}

#admincp td {
	width:90px;
	text-align:center;
	
}

#news p	{
text-align:justify;
font-size:14px;

}



.carttextbox {
	text-align: center; 
	background-color:#CCCCCC; 
	color:#0000FF;
}

.menuclosed {
		height:1px;
		overflow:hidden;
	}
	
body {
	margin:0px;
}

a img {
	text-decoration: none;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
}

a:hover {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, geneva, helvetica;
	cursor:pointer;
}

.list {
	border-collapse:collapse;
	width: 100%;
}

.boxbody {
	width: 95%;
	background: url('../images/bl.gif') no-repeat bottom left;
	margin: 0;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 17px;

}
	
.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* 17em;*/ /* ems so it will grow */
	background: url('../images/br.gif') no-repeat bottom right;
	font-size: 100%;
	height: 1%;
}	
		
.boxhead {
	background: url('../images/tr.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.scroller {
	margin: 0 auto; /* center for now */
	width: 65%; /* 17em;*/ /* ems so it will grow */
	font-size: 100%;
	height: 200px;
}

.boxhead h2 {
	background: url('../images/tl.gif') no-repeat top left;
	margin: 0;
	padding: 7px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	font-family: trebuchet ms, verdana, arial, helvetica;
	line-height: 1em;
}
	
div.imagescroller {
	width:1000px;
	margin:0;
	margin-right:5px;
	left:0px;
	height: 173px;
	position: absolute;
}

div.left {
	width:220px;
	margin:0;
	margin-right:5px;
	float: left;
	position: absolute;
	top: 360px;
	left: 1px;
}

div.middle {
	position: absolute;
	left: 217px;
	width:608px;
	margin:0;
	margin-right:5px;
	top: 360px;
}
	
div.right {
	width:180px;
	float:right;
	margin:0;
	position: absolute;
	left: 820px;
	top: 360px;
	z-index:-1;
}

div.chat {
	width:430px;
	float:right;
	margin:0;
	left: 593px;
	top: 162px;
	position: absolute;
	height: 153px;
}

div.lineitem {
	padding:10px;
	background-color: #DCDCDC;
	height: 160px;
}
	
div.cart {
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

.midnightblue {
	color:#191970;
	font-size:12px;
}

.red {
	color:#FF0000;
	font-size:11px;
}	

.darkred {
	color:#8B0000;
	font-size:11px;
}

.forrestgreen {
	color:#228B22;
	font-size:12px;
}

.blue {
	color:#0000FF;
	font-size:12px;
}
.bluebig {
	color:#0000FF;
	font-size:14px;
}


.orange {
	color:#FF9933;
	font-size:11px;
}

.black {
	color:#000000;
	font-size:11px;
}

.newred {
	color:#dc143C;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

