@charset   "utf-8";

#lbOverlay
{
	background-color: #000;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#lbCenter
{
	background-color: #FFFFDF;
	border-top: 1px solid #5C391A;
	border-right: 1px solid #5C391A;
	border-left: 1px solid #5C391A;
	height: 600px;
	left: 50%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 800px;
	z-index: 1000;
}

#lbBottomContainer
{
	background-color: #000;
	border-right: 1px solid #5C391A;
	border-bottom: 1px solid #5C391A;
	border-left: 1px solid #5C391A;
	left: 50%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}

#lbCanvas
{
	background-color: #FFFFDF;
	margin: 0;
	padding: 10px;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img
{
	background-color: #FFFFDF;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#lbBottomContainer
{
	background-color: #FFFFDF;
	height: 30px !important;
	left: 50%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}

#lbBottom
{
	color: #FFF;
	font-family: 'Trebuchet MS','Verdana','Arial',sans-serif;
	font-size: 9px;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px 0 10px;
	text-align: left;
}

#lbBottom a
{
	color: #5C391A;
	font-family: 'Trebuchet MS','Verdana','Arial',sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0 5px 0 10px;
	padding: 0;
	text-decoration: none;
}

#lbBottom a:hover
{
	color: #3F2611;
	margin: 0 5px 0 10px;
	padding: 0;
}

#lbCloseLink
{
	background-image: none !important;
	color: #905929;
	display: block;
	float: right;
	font-family: 'Trebuchet MS','Verdana','Arial',sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0 10px 0 0 !important;

	padding: 0;
	text-align: right;
	text-decoration: none;
	top: 0;
	width: 60px;
}

#lbCloseLink:hover
{
	color: #5C391A;
	margin: 0 10px 0 0 !important;
	padding: 0;
}

.lbLoading
{
	background: #FFF url("../media/lightbox/sb_loading.gif") no-repeat center;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

