﻿#container_search {
	display: none; /* until IE bug fixed */
	width: 200px;
	position: absolute;
	top: 40px; 
	right: 10px;
	
}

#container_search  input {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

div.live-search-results {
	background: #fff;

	overflow: auto;

	padding: 5px 10px;

	font: 10px/1.2 Verdana, sans-serif;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

div.live-search-results h2 {
	font: 14px/1.2 Trebuchet MS, sans-serif;
}

div.live-search-results h3 {
	font: 12px/1.2 Trebuchet MS, sans-serif;
}

div.live-search-results ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* active areas */
a#aa_0 {
	position: absolute;
	width: 465px;
	height: 105px;
	top: 0;
	left: 180px;
}


/*
galleries - put this in screen.asp
*/


/*
Gallery type 1
*/
div.gal {
	position: relative;
}

div.gal img {
	float: left;
	margin: 0 1px 1px 0;	
}

ul.display {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	width: 100%;
	margin: 0 1px 1px 0;

}

ul.display li a {
	color: #e7ff61;
	text-decoration: none;
}
ul.display li .content_block {
}
ul.display li .content_block h2 {
	margin: 0 0 0 170px;
	font-weight: normal;
	font-size: 1.7em;
}
ul.display li .content_block p {
	margin: 0 0 0 170px;
}
ul.display li .content_block a img{ 
}

ul.thumb_view li{ width: 160px; } 
ul.thumb_view li h2 { display: none; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0; }

a.switch_thumb {
	color: #000;
}
a.swap { color: red; }


#bottom_buttons {
	position: absolute;
	top: -40px;
	left: 0;
}


p {
line-height: 1.5;
}

#bottomTxt {
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
	font-size: 11px;
	color: #a7a7a7;
}

#bottomTxt p {
	font-size: 11px;
	color: #a7a7a7;
}

#bottomTxt p a {
	font-size: 11px;
	color: #a7a7a7;
	text-decoration: none;
}

#bottomTxt span {
	font-size: 11px;
	color: #6c6c6c;
}

#plusone {
	position: absolute;
	top: 480px;
	left: 12px;
}
#leftfb {
	position: absolute;
	top: 505px;
	left: 12px;
}
#leftfbpage {
	position: absolute;
	top: 537px;
	left: 12px;
}


ul.squares {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.squares li {
	margin: 3px;
	padding: 0px;
	float: left;
	border: 1px solid #e5e5e5;
	width: 170px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	background: #2B2B2B;
}
ul.squares li img {
	display: block;
	float: none;
	margin: 5px auto 0 auto;
}
ul.squares li a,
ul.squares li a:link { text-decoration: none; }

ul.squares li p { display: none; }
