/* CSS Document */

html, body, th, td, a
{
	/*cursor:default;*/
	color: #CC9933;
	text-decoration:none;
}

html, select, textarea
{
	scrollbar-face-color: #535353; 
	scrollbar-highlight-color: #666666; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-shadow-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #000000;
}

div.about p
{
	margin-right:110px;
	margin-left:110px;
	line-height:1.5em;
	padding-bottom:1px;
}

div.about p, div.about li
{
	color:#CCCCCC;
	font-size:12px;
	text-align:justify;
}

div.about font.header p
{
	color:#CC9933;
	font-weight:bold;
}

table.sites td
{
	text-align: center;
}

table.sites a
{
	color: #FFFFFF;
	text-decoration:underline;
}

table.sites a:hover
{
	text-decoration:none;
}

table.guestBook td.note
{
	color:#CCCCCC;
}

hr.spacer
{
	background-color:#666666;
	height:1px;
}

area
{
	cursor:pointer;
}

a:hover
{
	cursor:pointer;
	color: #FFFFFF;
}

a.white, #dataTable td
{
	color: #FFFFFF;
}

a.white:hover
{
	text-decoration:underline;
}

#Actions, #Actions th, #Actions td, #CartLogin th, #CartLogin td, #CartSignUp th, #CartSignUp td, #cart th, #cart td
{
	color:#FFFFFF;
}

.PBy
{
	color:#CC9933;
}

#Actions
{
	width:300px;
	height:100px;
}

td>#Actions
{
	width:auto;
	height:auto;
	min-width:300px;
	min-height:100px;
}

td.thumb
{
	border:1px solid #444444;
	text-align:center;
}

td.thumb-clicked
{
	border:1px  solid #CC9933;/*FFFFCC*/
	text-align:center;
}

div.thumb
{
	border:1px  solid #444444;
	text-align:center;
	width:220px;
}

img.thumb
{
	/*border: 1px solid #FFFFFF;
	background-color:#CC9933;*/
}

a.whiteBorder
{
	border: 1px solid #FFFFFF;
	background-color:#CC9933;
}

a.zoomin img
{
	cursor:url('images/icon_zoom_in.cur');
	vertical-align:middle
}

a.zoomout img
{
	cursor:url('images/icon_zoom_out.cur')
}

a.bigImage img
{
	cursor:help;
}

#cartInfo
{
	position:absolute;
	top:0px;
	left:130px;
	height:20px;
	color:#FFFFFF;
	border: 1px solid #CCCCCC;
	width:0px;
	height:0px;
	display:none;
}

.text
{
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #CC9933;
}

.button
{
	background-color:#333333;
	color:#CC9933;
	text-align:center;
	border:1px solid #CC9933;
}

.simpleSearch
{
	border: 1px solid #7F9DB9;
	border-right: 0px;
	height:21px;
	width: 150px;
}

.searchTable td, .searchTable th, .searchTable2 td, .searchTable2 th
{
	color:#FFFFFF;
}

.searchTable td, .searchTable2 td
{
/*	text-align:center;*/
}

.searchTable select, .searchTable2 select
{
	width: 200px;
	background-color:#333333;
	color:#FFFFFF;
	border:1px solid #CC9933;
}

.searchTable2 select
{
	width:180px;
}

#homeSearchContainer
{
	height:50px;
	overflow:hidden;
}

#homeSearch
{
	position:relative;
	top:0px;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 100px; /*marquee height */
background-color: #000000;
overflow: hidden;
border: 1px solid #333333;
padding: 2px;
padding-left: 4px;
}

/* -- Panorama Motion Styles -- */
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

.bBorder
{
	border-bottom:1px solid #535353;
	height:100px;
}

span.white
{
	color:#FFFFFF;
}

/* adminitrative area styles */
.hovermenu ul
{
	padding-right: 0px;
	height: 23px;
	margin:0px;
	text-align:center;
	background-color:#444444;
}

.hovermenu ul li
{
	list-style: none;
	display: inline;
}

.hovermenu ul li a
{
	padding: 60px 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	float: right;
	background-color: #444444;
}

.hovermenu ul li a:hover
{
	background-color: #555555;
}

.hovermenu ul li a:active
{
	background-color: #000000;
}

.adminNavLinks
{
	background-color:#222222;
}

.dataTbl th
{
	background-color:#333333;
}

.dataTbl .td1
{
	background-color:#434343;
}

.dataTbl .td2
{
	background-color:#545454;
}

.err
{
	border: 1px solid #535353;
	width: 300px;
	margin-top:50px;
}