body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #8C1929;
}
h1 {
	font: italic 20px Arial, Helvetica, sans-serif;
}
h2 {
	text-indent: 40px;
	font: italic 18px Arial, Helvetica, sans-serif;
}
img {
	border: 0px none;
	display: block;
}
li {
	list-style: url(none) none;
}
a {
	color: #8C1929;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bgcolor {
	background: #589CCE;
}
#top {
	background: url(images/banner.gif) no-repeat; 
	height: 201px;
	width: 780px;
}
#left {
	background: #000000 url(images/left_border.gif) repeat-y top;
	width: 28px;
}
#right {
	background: #000000 url(images/right_border.gif) repeat-y top;
	width: 33px;
}
/************* globalNav styles ****************/
#globalNav {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: bold 16px/36px Verdana, Arial, Helvetica, sans-serif;
}
#globalNav a  {
	color: #000066;
	padding: 3px;
	text-decoration: none;
}
#globalNav a:hover {
	color: #106442;
	text-decoration: none;
}
#center {
	padding: 0px 20px;
}
#bottom {
	background: url(images/surfing_eyes.gif) no-repeat;
	height: 209px;
	width: 780px;
}
#footer {
	background: url(images/you_think.gif) no-repeat;
	height: 165px;
	width: 780px;
}
.copy {
	color: #E6A22B;
	font: 10px/14px Arial, Helvetica, sans-serif;
	text-align: center;
}
.line {
	border-bottom: 1px solid #000000;
	margin-top: 5px;
}
.righttxt a {
	font-size: 10px;
	color: #000066;
	float: right;
}
.lefttxt a {
	font-size: 10px;
	color: #000066;
}
.righttxtPop a {
	font-size: 10px;
	color: #E6A22B;
	float: right;
}
.lefttxtPop a {
	font-size: 10px;
	color: #E6A22B;
}
.Pop a {
	font-size: 10px;
	color: #E6A22B;
	text-align: center;
}
/* Styles used in the store */

#storecontent {
	width: 660px;
}
.store {
	font-size: 13px;
	line-height: 15px;
}
.small {
	font-size: 11px;
	line-height: 12px;
}
.storeform {
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	border: 1px solid #000000;
}
.storehead {
	color: #000066;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
/* Styles used for the cart and admin sections */
.cartform {
	border: 1px solid #000000;
	background: #ADCFE7;
}
.carthead {
	color: #000066;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.formhead {
	color: #000066;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background: #87B8DC;
}
.adminhead {
	color: #000066;
	padding-left: 10px;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.adminnavhead {
	color: #000066;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: #87B8DC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.adminli {
	padding-left: 60px;
}
.adminsmall {
	font-size: 11px;
	color: #000000;
}
.admininfo {
	color: #000000;
	padding: 5px 10px;
} 
/* admin listItems styles */
.sortInactiveButton, .sortButton, .sortAscButton, .sortDescButton {
	font-weight: bold;
	margin:	0px;
	padding: 0px;
	text-align: left;
}
.sortInactiveButton b {
	display: block;
	color: #000066;
	background:	#87B8DC;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a, .sortAscButton a, .sortDescButton a {
	display: block;
	color: #000066;
	background:	#87B8DC;
	text-decoration: none;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a:hover, .sortButton a:focus, .sortAscButton a:hover, .sortAscButton a:focus, .sortDescButton a:hover, .sortDescButton a:focus {
	color: #990000;
	background:	#87B8DC;
	text-decoration: none;
	border: 1px inset;
}
.sortAscButton a, .sortAscButton a:hover, .sortAscButton a:focus {
	background:	#63A3D1 url(admin/images/asc_order.png) no-repeat right;
}
.sortDescButton a, .sortDescButton a:hover, .sortDescButton a:focus {
	background:	#63A3D1 url(admin/images/desc_order.png) no-repeat right;
}
.nav_first {
	background:	url(admin/images/button_first.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_previous {
	background:	url(admin/images/button_previous.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_next {
	background:	url(admin/images/button_next.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_last {
	background:	url(admin/images/button_last.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.pagerBar {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	border: 2px #0066CC outset;
	background: #0000CC;
}
.pagerBar a, .pagerBar a:visited {
	color: #A0A0A0;
	text-decoration: none;
}
.pagerBar a:hover, .pagerBar a:focus {
	color: #99AFFF;
}
.pagerBar b {
	color: #FFF;
}
.displayItems {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.odd {
	background: #E8F1F9;	
}
.even {
	background: #C9DEEF;	
}