﻿/*LyteBox*/
.lyteBoxPrevButton
{
	position:fixed;
	left:0px;
	top:200px;
	cursor:pointer;
}

.lyteBoxNextButton
{
	position:fixed;
	right:0px;
	top:200px;
	cursor:pointer;
}

.lyteBoxCloseButton
{
	position:fixed;
	right:0px;
	top:460px;
	right:40px;
	cursor:pointer;
}

.lyteBoxContainer
{
	margin:20px 30px 20px 30px;
	border:solid 2px #FFFFFF;
	width:705px;
	height:460px;
	overflow:hidden;
	text-align:left;
}

#lbIframe body
{
	background-color:#0E0702;
}

.lyteBoxContainerHeader
{
	border-bottom:solid 2px #F1832A;
}

.lyteBoxContainerHeaderLeftTop
{
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.lyteBoxContainerHeaderLeftBottom
{
	clear:left;
	float:left;
	margin-left:10px;
	/*width:300px;*/
}

.lyteBoxPagination
{
	position:fixed;
	bottom:20px;
	text-align:center;
	width:100%;
}

.lyteBoxPaginationWhite
{
	color:#fff;
	font-weight:bold;
}

.lyteBoxPaginationOrange
{
	color:#F1832A;
	font-weight:bold;
}

.lyteBoxContainerHeaderWantToKnowMore
{
	float:right;
	margin:10px;
}

.lyteBoxContainerContent
{
	clear:both;
	padding:10px 35px;
}


.lyteBoxTitle
{
	font-size:1.2em;
	font-weight:bold;
}

.lyteBoxTitleValue
{
	font-size:1.2em;
	font-weight:bold;
	color:#F1832A;
}

.lyteBoxTitleValue a
{
	color:#F1832A;
}

#lbDetailsData { /*display:none;*/}

#lbOuterContainer.grey { border:none; }
#lbOuterContainer.red { border: none; }
#lbOuterContainer.green { border: none; }
#lbOuterContainer.blue { border: none; }
#lbOuterContainer.gold { border: none; }

#lbDetailsContainer.grey { border: none; }
#lbDetailsContainer.red { border: none; }
#lbDetailsContainer.green { border: none; }
#lbDetailsContainer.blue { border: none; }
#lbDetailsContainer.gold { border: none; }

#lbDetailsContainer.grey { background-color:#000000; }
#lbDetailsContainer.red { background-color:#000000; }
#lbDetailsContainer.green { background-color:#000000; }
#lbDetailsContainer.blue { background-color:#000000; }
#lbDetailsContainer.gold { background-color:#000000; }

#lbIframe
{
	border:none;
	overflow:hidden;
}
