/* mediaboxAdvanced - black theme */

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

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../images/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border:10px solid #000000;
}

#mbCenter {
	background: #000;
}

.mbLoading {
	background: #000 url(../images/BlackLoading.gif) no-repeat center;
}

#mbImage {
	margin: 0 auto;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}



#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top-style: none;
}

#mbNavigation {
	height:40px;
	margin:0 auto;
	text-align:center;
	width:33px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	display: none;
}

#mbNumber {
	display: inline;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	margin-left:10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbRatings {
	width: 570px;
	margin: 0 auto;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: left;
	height: 23px;
	width: 46px;
	background: transparent url(../images/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 33px;
	background: transparent url(../images/lb-arrow-left.png) no-repeat center;
}

#mbNextLink {
	width: 33px;
	background: transparent url(../images/lb-arrow-right.png) no-repeat center;
}

#mbCloseLink {
	width: 33px;
	background: transparent url(../images/lb-close.png) no-repeat center;
}

#mbNextLayer {
	display: block;
	position:absolute;
	top:0;
	right: 0;
	height:100%;
	width:49%;
}

#mbPrevLayer {
	display: block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:49%;
}

#mbNextLayer:hover {
	background: transparent url(../images/lb-arrow-right.png) no-repeat right;
}

#mbPrevLayer:hover {
	background: transparent url(../images/lb-arrow-left.png) no-repeat left;
}

#mbNextLayer, #mbPrevLayer {

	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}

#mbComments {
	width: 570px;
	margin: 10px auto 0;
	background: #fff;
	padding: 5px;
}

.tx-comments-comment-header {
	width: 80px;
	float: left;
}

.tx-comments-comment-name img {
	border:5px solid #E2E2E2;
}

.tx-comments-comment-content {
	border:1px solid #C2C2C2;
	float:left;
	min-height:53px;
	padding:10px;
	width:468px;
	padding: 10px;
}

.tx-comments-comment-2 ,.tx-comments-comment-1 {
	margin-bottom: 10px;
}

.tx-comments-comment-content {
	background:#E2E2E2 none repeat scroll 0 0;
	color:#333333;
	text-align:justify;
}

.tx-comments-comment-2 .tx-comments-comment-content {
	background:#AEAEAE none repeat scroll 0 0;
}

#noComment {
	background-color:#AEAEAE;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:5px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

#tx_comments_pi1_content {
	background-color:#AEAEAE;
	border:none;
	color:#FFFFFF;
	font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	max-height:100px;
	overflow:auto;
	width:100%;
	font-size:18px;
	color: #333;
}

#submitbutton {
	background-color:#333333;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:21px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
}

.regionlb #mbCloseLink {
	position: absolute;
	right: 0;
}

.regionlb #mbPrevLink, .regionlb #mbNextLink {
	display: none;
}

