/*External Style Sheet*/

body 
	{
	background-color:#7B8B76;
	color:#000000;
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-repeat:repeat;
	font-size:12px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	color:#990000;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}

h2
	{
	font-size:18px;
	color:#1C1919;
	font-weight:300;
	font-family:Arial,sans-serif;
	display:inline;
	}
h3
	{
	color:#990000;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
h4
	{
	color:black;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	padding-left:4px;
	}
	
b
	{
	color:#990000;
	}
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.header
	{
	background-image:url("images/header_bg.gif");
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	}
div.bats
	{
	background-image:url("images/bat_bg.gif");
	padding-top:16px;
	font-size:14px;
	font-weight:bold;
	height:115px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	display:block;
	}	
div.shop
	{
	font-size:11px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	}	
	
div.links
	{
	color:#E5E0D5;
	background-color:#74461C;
	background-image:url("images/link_bg.gif");
	background-repeat:repeat-x;
	width:546px;
	height:27px;
	padding-top:8px;
	}
div.links a
	{
	color:#E5E0D5;
	}
div.links a:alink
	{
	color:#E5E0D5;
	}
div.links a:vlink
	{
	color:#E5E0D5;
	}
div.links a:hover
	{
	color:#E5E0D5;
	}
div.smallcenter
	{
	text-align:center;
	width:350px;
	margin:0 auto;
	}
	
	
span.addy
	{
	font-size:9pt;
	}
span.button
	{
	//color:#000000;
	font-size:16px;
	font-weight:bold;
	padding-left:40px;
	font-family:Trebuchet MS,Arial,sans-serif;	
	}	

table
	{
	border-style:none;
	width:100%;
	text-align:left;
	}
table.inside
	{
	width:772px;
	}
table.inner
	{
	width:546px;
	}
table.list
	{
	width:136px;
	}
table.list2
	{
	width:150px;
	}
td
	{
	vertical-align:top;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
tr.listings
	{
	border:1px solid #CCCCE0;
	background-color:#ECECEC;
	}
td.one_line
	{
	padding-top:5px;
	padding-bottom:5px;
	}
img
	{
	border-style:none;
	}

a:alink
	{
	text-decoration: none;
	color:#990000;
	}

a.vlink
	{
	text-decoration: none;
	color:#990000;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:#990000;
	}
a:hover
	{
	text-decoration: underline;
	color:#990000;
	}

a.links:alink
	{
	text-decoration: none;
	color:#990000;
	}

a.links.vlink
	{
	text-decoration: none;
	color:#990000;
	}
a.links
	{
	font-weight:bold;
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:#990000;
	}
a.links:hover
	{
	text-decoration: none;
	color:black;
	}	
	

p
	{
	margin-top:0px;
	margin-bottom:8px;
	}
	
div.outer
	{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,Arial,sans-serif;	
	text-align:left;
	padding-top:5px;
	width:158px;
	height:23px;
	background-repeat:no-repeat;
	background-color:white;
	border-bottom:solid 1px #221E1E;
	display:block;
	}

input.btn {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}	
/*********NEW Stuff**********/

.listing_data
	{
	width:444px;
	float:left;
	}
.data_lt
	{
	background-color:#FFFFFF;
	}
.data_dk
	{
	background-color:#EEEEEE;
	}
.listing_image
	{
	float:left;
	width:100px;
	}
.listing_basic
	{
	float:left;
	width:80px;
	padding-top:23px;
	text-align:center;
	}
.listing_small
	{
	width:50px;
	}
.view_listing
	{
	width:45%;
	padding-right:5%;
	float:left;
	line-height:18px;
	}