
/*------------ FROM Small Viewer FILE --------------*/
#pvContainer {
	width: 400px;
	margin: auto;
}

#pvMastHead {
	height: 75px;
	background-color: pink;
	display: none;
}

#pvPropertInfo {
	float: left;
	width: 50%;
	height: 50px;
	background-color: purple;
	display: none;
}

#pvAgentInfo {
	float: right;
	width: 50%;
	height: 50px;
	background-color: magenta;
	display: none;
}

#pvActionItems {
	clear: both;
	height: 50px;
	background-color: red;
	display: none;
}

#pvThumbs {
	width: 400px;
	height: 38px;
	overflow: auto;
	background-color: green;
	display: none;
}

#pvMainImage {
	width: 400px;
	height: 300px;
	
}

#pvControls {
	width: 395px;height: auto;
	background-color: #555;
	margin: 0px 0; padding: 0 5px 5px 0;
}

#pvControls ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#pvControls li {
	float: left;
}

#pvControlLeft {
	width: 120px;
}

#pvControlLeft select {
	width: 120px;
	font-size: 10px;
}

#pvControlMiddle {
	width: 124px;
	text-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

#pvControlRight {
	width: 84px;
}

.photo-thumbs {
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	margin-left: -40px;
	margin-top: -5px;
}

.photo-thumbs h3 {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	line-height: 120%;
}

#pvContainer table, #pvContainer td, #pvContainer input, #pvContainer form { margin: 0; padding: 0; }


/*------------ FROM Detail.css FILE --------------*/

#photo-controls {
	background-image: url('images/pp3-controls-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #555555;
	color: #FFFFFF;
	height: 38px;
}

#photo-controls select {
	font-size: 8pt;
	width: 120px;
	float: left;
	clear: left;
}

#pvIndex a {
	color: #FFF;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block; float: left; 
	border: 1px solid #828282; 
	margin: 3px 1px 0 0; padding: 1px 4px 0 4px;
	text-align: center;
}
#pvIndex a:hover, #pvIndex .current {
	color: #00CCFF;
	text-decoration: none; 
}




