/* common */

* {
	margin:0;
	padding:0;
		}

html, body {
	height:100%;
}


body {
	background-color:#1E1E1E;
	font: 10px/20px verdana, Helvetica, Arial, sans-serif;
	color:#818181;
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	text-align:center; 
}


#distance { 
		width:100%;
		height:50%;
		margin-bottom:-270px; 
		float:left;
}

#main {
      margin: 0 auto;
      position: relative;
      width: 970px;
      height: 500px;
      background: #000000;
	  clear: left;
	  text-align: left;
}

#col_left {
text-transform: uppercase;
text-align: left;
margin-left: 3px;
width: 215px;
}


#photobox {
	text-align:center;
	background:#151515 url(images/loading_d_dark.gif) no-repeat center;
	width: 750px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 0px;
	}
	
#thumbnails{
	text-align: center;
	margin: 6px 0px 0px 3px;
}

#navigation {
text-align: center;
}

#copyright {
width: 970px;
text-align: right;
margin: 0 auto;
padding-right: 3px;
}


a:link {
	color: #818181;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #818181;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #336699;
}
h1 {
font-size:12px;
color: #818181;
}

h2 {
font-size:10px;
}

h3 {
font-size:11px;
}
h4 {
font-size:14px;
}
h2 h3 h4 {
color:#666;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity:.33;
}

.current-thumbnail{
	border:solid 1px black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#browse_thumbs {
	text-align:center;
	background-color: #151515;
	width: 750px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#browse_thumbs .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}


#slide-out { background-color: black; position: absolute; top: 83px; z-index: 1000; 
filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-bottom:1px solid black;
	overflow:auto;
}

#slide-out2 { background-color: black; position: absolute; top: 83px; z-index: 900; 
filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-bottom:1px solid black;
}

#slide-out-in {
padding:5px;
}

#buy {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	text-align: left;
    margin-right: auto;
	margin-left: auto;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	text-align: left;
    margin-right: auto;
	margin-left: auto;
	height: 500px;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#buy .close, #info .close {
    position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	}

#comments-wrapper {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	color:#999;
}

#buy-in, #info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#buy-in form {
      float: right;
	  margin-top: 10px;
}

.error {
	color: #ff0000;
}

.success {
	color: #00ff00;
}