/* CSS Document */

#showwrapper
{
margin-top: 15px;
margin-left: 20px;
}
#leftcol
{
float: left;
width: 471px;
}
/* dynamically created in code
#leftcol .image
{
background: url(../images/scroller/1.jpg);
width: 471px;
padding-top: 189px;
}
*/

#leftcol .clip
{
opacity: 0.8;
filter: alpha(opacity=80);
zoom: 1;

}



#leftcol .morewrapper
{
background: url(/images/bg/showdetailbg.gif) top left repeat-x;
min-height:369px;
  height:auto !important;
  height:369px;
padding-left: 20px;
}

#leftcol .summary
{
font-size: 130%;
padding-top: 20px;
padding-bottom: 20px;

}

#leftcol .extrainfo
{
min-height:40px;
  height:auto !important;
  height:40px;
  border-bottom: 1px solid #9F9D0E;
  margin-top: 5px;
}

#leftcol .extrainfo a
{
color: #BAD3DD;
}

#leftcol .title
{
float: left;
width: 80px;
font-weight: bold;
}

#leftcol .content
{
margin-left: 110px;
color: #BAD3DD;
}

#leftcol .content a
{
color: #BAD3DD;
}

#rightcol
{
margin-left: 495px;
margin-right: 10px;
}

#rightcol h1
{
font-size: 140%;
border-bottom: 1px solid #2B6377;
padding-bottom: 5px;
}

#rightcol .thumbnails
{
margin-top: 20px;
margin-bottom: 20px;
}

#rightcol .thumbnails img
{
border: 1px solid #FFFFFF;
margin-left: 25px;
}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
