/* Links and Fonts
-------------------------------------------------------------------------------------- */
#TB_window {
	color: #333;
}
#TB_secondLine {
	color: #666;
	font-size: 10px;
}
#TB_window a {
	color: #666;
	outline: none;
}
#TB_window a:hover { color: #000; }
body.gallery #TB_window a { color: #999; }
body.gallery #TB_window a:hover { color: #fff; }


/* Settings
-------------------------------------------------------------------------------------- */
#TB_overlay {
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.TB_overlayMacFFBGHack { background: url(/_assets/images/base/thickbox-mac-firefox-bg.png) repeat; }
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	background: #fff;
	border: 4px solid #525252;
	color: #000;
	display: none;
	left: 50%;
	position: fixed;
	text-align: left;
	top: 50%;
	z-index: 102;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
body.gallery #TB_window {
	padding: 0;
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
}
body.gallery #TB_window img#TB_Image {
	border: none;
	display: block;
	margin: 0;
}
#TB_caption {
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
body.gallery #TB_topbar {
	background-color: #000;
	color: #fff;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 100%;
}
body.gallery #TB_topbar #TB_caption {
	height: 24px;
	padding: 0 2%;
	width: 84%;
}
body.gallery #TB_bottombar {
	background-color: #000;
	height: 24px;
	line-height: 24px;
	position: relative;
	width: 100%;
}
body.gallery #TB_bottombar span#TB_buy {
	display: block;
	color: #fff;
	padding: 0 24px;
	text-align: center;
}
body.gallery #TB_bottombar span.control {
	background-image: url(/_assets/images/base/thickbox-controls.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	overflow: hidden;
	position: absolute;
	width: 24px;
}
body.gallery #TB_bottombar span.control a {
	display: none;
}
body.gallery #TB_bottombar span#TB_prev {
	background-position: 0 -48px;
	left: 0;
	top: 0;
}
body.gallery #TB_bottombar span#TB_prev:hover {
	background-position: 0 -72px;
}
body.gallery #TB_bottombar span#TB_next {
	background-position: 0 0;
	right: 0;
	top: 0;
}
body.gallery #TB_bottombar span#TB_next:hover {
	background-position: 0 -24px;
}
#TB_closeWindow {
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
body.gallery #TB_topbar #TB_closeWindow {
	display: block;
	height: 24px;
	overflow: hidden;
	padding: 0;
	width: 10%;
}
body.gallery #TB_topbar #TB_closeWindow a {
	background: url(/_assets/images/base/thickbox-close.gif) no-repeat top left;
	display: block;
	float: right;
	height: 24px;
	width: 24px;
}
body.gallery #TB_topbar #TB_closeWindow a:hover {
	background-position: 0 -24px;
}
#TB_closeAjaxWindow {
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}
#TB_ajaxWindowTitle {
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent {
	clear: both;
	line-height: 1.4em;
	overflow: auto;
	padding: 2px 15px 15px 15px;
	text-align: left;
}
#TB_ajaxContent.TB_modal {
	padding: 15px;
}
#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}
#TB_load {
	display: none;
	height: 13px;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top: 50%;
	z-index: 103;
	width: 208px;
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	border: none;
	clear: both;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
