
			body, td
			{
				font-family: verdana;
			}

			table.Checkout_ItemList
			{
				border: 1px solid #999;
				margin: 10px 0px;
				width: 95%;
			}
			
			table.Checkout_ItemList th
			{
				border: 1px solid #999;
				background-color: #ccc;
				padding: 3px;
			}
			
			table.Checkout_ItemList td
			{
				border: 1px solid #999;
				padding: 3px;
			}

			div.ErrorBox
			{
				margin: 10px 0px;
				padding: 10px;
				border: 10px solid #f00;
				background-color: #fcc;
			}
			
			div.ErrorBox p
			{
				margin: 0px 0px 8px;
				font-weight: bold;
			}

			body {
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;		
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #555;
	background-image: url('/file/header_slice.jpg');
	background-repeat: repeat-x;
}	
/*/ Layout Main Styles -------------------------------------------------------------------------------------/*/
#header {
	width: 100%;
	position: relative;
	height: 165px;
	margin: 0;
}

#content {
	width: 100%;
	margin: 0;
	padding: 10px 15px 0 15px;
}

#footer {
	text-align: center;
	padding: 15px;
	clear: both;
	width: 1000px;
}

#footer a {
	color: #00459d;
	font-size: 14px;
	font-weight: bold;
}

#footer a:hover {
	color: #ff0000;
}

a {
	color: #00459d;
}

a:hover {
	color: #ff0000;
}

div.HR {
	border-top: 1px solid #000000;
	margin-top: 10px;
}
/*/ headers - normal -------------------------------------------------------------------------------------/*/

div.tab, div.tab_current {
	background-image: url('/file/tab.jpg');
	background-repeat: no-repeat;
	width: 97px;
	height: 28px;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	top: 116px;
}

div.tab_current {
	background-image: url('/file/tab_current.jpg');
        background-color: #ffcc66;
	font-weight: bold;
}

div.tab a {
	text-decoration: none;
}

div.tab_current a {
	text-decoration: none;
	font-size: 14px;
}

/*/ headers - normal -------------------------------------------------------------------------------------/*/
h1 {
	font-size: 32px; 
	font-style: italic; 
	color: #00459d; 
}
h2 {
	font-style: italic; 
	color: #555; 
	font-size: 24px;
}

h3 {
	font-size: 18px; 
	color: #00459d; 
	margin: 0 0 5px 0;
}

h4 {

}
/*/ nav 2 -------------------------------------------------------------------------------------/*/
#Nav2 {
	border: 1px solid #01449d;
	background: #daebf2;
	padding: 5px 0 5px 5px;
	font-weight: bold; 
	font-size: 14px;
}

/*/ infobox -------------------------------------------------------------------------------------/*/
div.infobox {
	background-image: url('/file/infobox_slice.jpg');
	background-repeat: repeat-y;
	width: 190px;
	padding: 15px;
	position: relative;
	font-size: 14px;
}
div.infobox div.top {
	background-image: url('/file/infobox_top.jpg');
	background-repeat: no-repeat;
	width: 218px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
div.infobox div.bottom {
	background-image: url('/file/infobox_bottom.jpg');
	background-repeat: no-repeat;
	width: 218px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}
div.infobox h1 {
	line-height: 25px;
	margin: 0 0 5px 0;
	font-style: normal;
	font-size: 24px;
}
/*/ other -------------------------------------------------------------------------------------/*/

.ImageDisplay {
	width: 800px; 
	margin: 0 auto;
}

.ImageDisplay td {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #000;
}

.ImageDisplay img {
	border: 1px solid #777; 
	cursor:pointer;
}
div.PhotoDisplay {
	background-color: #034c99; 
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0px; 
	right: 0px; 
	text-align: center;
}

div.Comments {
display: none;
}
