A { text-decoration: none;}
body
	{
	font-family: Gill Sans, Helvetica, sans-serif;
	}
	
.title_text {
text-shadow: #aaaaaa 1px 1px 3px;
font-size: 17pt;
font-family: Gill Sans, Helvetica, sans-serif;
}

.buy_box
	{
	display: block;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background: #ebf3f9;
	}

	.buy_box:hover {
	background: #ceebd9;
	}

.buy_link {
display: block;
text-align: right;
}

.blog_body {
text-align: justify;
font-size: 11pt;
}

	.blog_body a {
	background-color: #EEEEEE;
	border: 1px dotted #AE1F23;
	padding-left: 2px;
	padding-right: 2px;
	}

	.blog_body a:hover {
	background-color: #CCCCCC;
	border: 1px solid #AE1F23;
	padding-left: 2px;
	padding-right: 2px;
	}

.layouttable {
margin-top: 5px;
margin-bottom: 5px;
}

.bezelbox {
padding: 5px;
border: solid 1px #660000;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

}
	
	.map_bezelbox {
	padding-top: 5px;
	border: solid 1px #660000;
	}
	
.bulletlists {
display: table;
text-align: left;
}

.navlinks {
line-height: 51px;
font-size: 15pt;
display: block;
text-shadow: #481c1c 2px 2px 2px;
color: white;
}

	.navlinks:hover {
	background-color: black;
	opacity: 0.30;
	text-shadow: #000000 2px 2px 2px;
	}

.articles_title {
font-size: 11pt;
display: block;
}

.articles_date {
margin-top: 2px;
font-size: 9pt;
text-align: right;
display: block;
color: #333333;
}

.article_box_highlight
	{
	background: #FFFFCC !important;
	}

.article_box
	{
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background: #ebf3f9;
	}

	.article_box:hover
		{
		background: #ceebd9;
		}

	.article_box a
		{
		display: block;
		}

.notice_box {
padding: 3px;
margin-top: 5px;
text-align: center;
border: solid 2px #B4B4B4;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

.highlight {
background-color: #FFFFCC;
border: solid 1px #f0f098;
padding: 2px;
margin: 5px;
}

.town_list {
display: block;
font-size: 11pt;
}

.mail_form_text {
color: #000000;
}

.os_chart {
font-size: 10pt;
}

.cd_rip_box {
margin-top: 50px;
font-size: 10pt;
}

.contact_element
	{
	width: 400px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-family: Gill Sans, Helvetica, sans-serif;
	}

.contact_badbox
	{
	width: 400px;
	border: 2px solid #d80000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-family: Gill Sans, Helvetica, sans-serif;
	}

.contact_send
	{
	font-size: 14pt;
	font-family: Gill Sans, Helvetica, sans-serif;
	}

#bad_email_message
	{
	font-size: 9pt;
	color: #d80000;
	display: none;
	font-weight: bold;
	}
	
	
	
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }
	
	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }
	
	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	
	#imageDataContainer{ font: 10px Gill Sans, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
	
	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
	
	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
