/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
html {min-width: auto;}
#searchcolorbox, #csearchboxOverlay, #csearchboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	text-align:left;
}
#csearchboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#searchcolorbox #csearchboxMiddleLeft, #searchcolorbox #csearchboxBottomLeft {
	clear:left;
}
#searchcolorbox  #csearchboxContent {
	position:relative;
	overflow:hidden;
}
#searchcolorbox  #csearchboxLoadedContent {
	overflow:auto;
}
#searchcolorbox  #csearchboxLoadedContent iframe {
	display:block;
	height:100%;
	border:0;
	width: 100%;
}
#searchcolorbox  #csearchboxTitle {
	margin:0;
}
#csearchboxLoadingOverlay, #csearchboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#csearchboxPrevious, #csearchboxNext, #csearchboxClose, #csearchboxSlideshow {
	cursor:pointer;
}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#csearchboxOverlay {
	background:url(../images/searchcolorbox/overlay.png) 0 0 repeat;
}
#searchcolorbox {
}
#searchcolorbox #csearchboxTopLeft {
	width:18px;
	height:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) -100px 0 no-repeat;
}
#searchcolorbox #csearchboxTopRight {
	width:18px;
	height:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) -119px 0 no-repeat;
}
#searchcolorbox #csearchboxBottomLeft {
	width:18px;
	height:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) -100px -19px no-repeat;
}
#searchcolorbox #csearchboxBottomRight {
	width:18px;
	height:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) -119px -19px no-repeat;
}
#searchcolorbox #csearchboxMiddleLeft {
	width:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) left top repeat-y;
}
#searchcolorbox  #csearchboxMiddleRight {
	width:18px;
	background:url(../images/searchcolorbox/controlsPortal.png) right top repeat-y;
}
#searchcolorbox  #csearchboxTopCenter {
	height:18px;
	background:url(../images/searchcolorbox/borderPortal.png) 0 0 repeat-x;
}
#searchcolorbox #csearchboxBottomCenter {
	height:18px;
	background:url(../images/searchcolorbox/borderPortal.png) 0 -32px repeat-x;
}
#searchcolorbox #csearchboxContent {
	background:#fff;
}
#searchcolorbox #csearchboxLoadedContent {
	margin-bottom:0;
}
#searchcolorbox #csearchboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#searchcolorbox  #csearchboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#searchcolorbox #csearchboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#searchcolorbox #csearchboxPrevious {
	position:absolute;
	bottom:0;
	left:0px;
	background:url(../images/searchcolorbox/controls.png) -75px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#searchcolorbox #csearchboxPrevious.hover {
	background-position:-75px -25px;
}
#searchcolorbox #csearchboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../images/searchcolorbox/controls.png) -50px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#searchcolorbox #csearchboxNext.hover {
	background-position:-50px -25px;
}
#csearchboxLoadingOverlay {
	background:url(../images/searchcolorbox/loading_background.png) center center no-repeat;
}
#csearchboxLoadingGraphic {
	background:url(../images/searchcolorbox/loading.gif) center center no-repeat;
}
#searchcolorbox.csearchboxIE #csearchboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderTopLeftPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderTopCenterPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderTopRightPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderBottomLeftPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderBottomCenterPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderBottomRightPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderMiddleLeftPortal.png, sizingMethod='scale');
}
#searchcolorbox.csearchboxIE #csearchboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-bar/design/tki-bar/images/searchcolorbox/internet_explorer/borderMiddleRightPortal.png, sizingMethod='scale');
}
#searchcolorbox {
	left: 600px;
}
#searchcolorbox #csearchboxContent {
	position:relative;
	overflow:visible;
}
#searchcolorbox #csearchboxContent {
	margin-top:0;
	width: auto;
}
#searchcolorbox #csearchboxClose {
	z-index: 2500;
	position: absolute;
	top: 0;
	right: 17px;
	background:transparent url(../images/site/close-grey-x.gif) no-repeat scroll right 6px;
	display:block;
	font-size:9px;
	line-height:19px;
	padding-right:13px;
}