/**********************************************************
	    Web Apps | STYLES
	redefined | HTML TAGS
**********************************************************/

SPAN.tip {
	color:#FF0000; 
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select.shipTo {
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	border-collapse: collapse;
}

body {
    scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #EEEEEE;
	scrollbar-base-color: #2da4fe;
	scrollbar-darkshadow-color: #2da4fe;
	scrollbar-face-color: #2da4fe;
	scrollbar-highlight-color: #F3F3F3;
	scrollbar-shadow-color: #F3F3F3;
	scrollbar-track-color: #000000;
	background-color: #ffffff;
	/*background-image: url(/images/shared/luxor_texture_top.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}

.category_title_td {
	background:#0000CC;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	line-height:20px;
}

.category_selection_td {
	background:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
	text-indent:15px;
}

.select_header_title_td {
	background:#666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	text-align:left;
	text-indent:10px;
	vertical-align:middle;
	font-weight:bolder;
}

.helpHeader {
	background:#0000FF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	text-align:left;
	text-indent:10px;
	vertical-align:middle;
	font-weight:bolder;
}

.address {
	font-size: 10px;
	float: left;
	width: 400px;
	color: #000000;
	height: 16px;
	background-color: #ffffff;
	text-align: left;	
}

a {	text-decoration:none; }
a:link{color:#0000FF;}
a:visited{color: #0000FF;}
a:hover{color:#FF0000;}
a:active{color: #0000FF;}

blockquote{margin-left: 20px;}

h1 {display: inline;}
	
h1.lower {
	color: #C3C3C2;
	text-transform: lowercase;
	margin-left: 25px;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: lighter;
	}
	
h1.upper {
	color: #D7AD68;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: lighter;
}

h2 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.hr {
	height: 1px;
	background-image: url(/images/hr_dotted.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	}

.hr hr {display: none;}

p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0px 20px 0px 24px;
	margin-top: 15px;
	text-align: left;
}

p a {color: #999999; text-decoration: underline;} 
p a:visited {color: #999999; text-decoration: underline;}  
p a:hover {color: #CCCCCC; text-decoration: underline;} 
p a:active {color: #999999; text-decoration: underline;}

td {
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	border-collapse: collapse;
}


ul {
	margin: -15px 0px 0px 45px;
	padding: 0px;
	line-height: 18px;
	list-style-type: disc;
}

INPUT {
	border-color:#0066FF;
	border-style:solid;
	border-width:1px;
}

TEXTAREA {
	border-color:#0066FF;
	border-style:solid;
	border-width:1px;
}


