body {
	padding: 0;
	margin: 0;
}
#ttHudBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #000;
	overflow: hidden;
	z-index: 9999;
	display: none;
}
#ttHudContainer {
	position: absolute;
	top: 0;
	left: 0;
	/*border: 3px solid #777;*/
	display: none;
	z-index: 10000;
}
#ttHudContentFake {
	position: absolute;
	top: 0;
	left: 0;
}
#ttHudContentDiv {
	float: left;
	background-color: #fff;
	overflow: hidden;
	z-index: 10000;
}
#ttHudContentHead {
	z-index: 10003;
}
.ttHudContentHeadStyle,
.ttHudContentHeadStyleActive{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10000;
}
.ttHudContentHeadStyle {
	background: url('../images/x.png') no-repeat;
}
.ttHudContentHeadStyleActive {
	background: url('../images/x.png') no-repeat;
}
.ttHudContentHeadCustomerStyle {
	position: relative;
	height: 24px;
	background: orange;
}

.ttHudContainerTopLeft {
	float: left;
	width: 28px;
	height: 28px;
	background: url('../images/ttHudBgTopLeft.png') no-repeat 1px 0;
	padding: 0;
	margin: 0;
}
.ttHudContainerTopCenter {
	float: left;
	width: 610px;
	height: 28px;
	background: url('../images/ttHudBgTopCenter.png') no-repeat 0 1px;
	padding: 0;
	margin: 0;
}
.ttHudContainerTopRight {
	float: left;
	width: 28px;
	height: 28px;
	background: url('../images/ttHudBgTopRight.png') no-repeat 0 1px;
	padding: 0;
	margin: 0;
}
.ttHudContainerLeftCenter {
	float: left;
	width: 28px;
	height: 466px;
	background: url('../images/ttHudBgLeftCenter.png') no-repeat 1px 0;
	padding: 0;
	margin: 0;
}
.ttHudContainerRightCenter {
	float: left;
	width: 28px;
	height: 466px;
	background: url('../images/ttHudBgRightCenter.png') no-repeat -1px 0;
	padding: 0;
	margin: 0;
}
.ttHudContainerBottomLeft {
	float: left;
	width: 28px;
	height: 28px;
	background: url('../images/ttHudBgBottomLeft.png') no-repeat 0 -1px;
	padding: 0;
	margin: 0;
}
.ttHudContainerBottomCenter {
	float: left;
	width: 610px;
	height: 28px;
	background: url('../images/ttHudBgBottomCenter.png') no-repeat 0 -1px;
	padding: 0;
	margin: 0;
}
.ttHudContainerBottomRight {
	float: left;
	width: 28px;
	height: 28px;
	background: url('../images/ttHudBgBottomRight.png') no-repeat -1px 0;
	padding: 0;
	margin: 0;
}


#ttHudContentWait {
	position: absolute;
	height: 32px;
	width: 32px;
	background: #fff url('../images/ajax-loader.gif') no-repeat;
}
#ttHudContentDivIframe {
	position: absolute;
	top: 28px;
	left: 28px;
	background-color: #fff;
	display: none;
	z-index: 10002;
}
a.ttHudCloseLink:link, a.ttHudCloseLink:visited, a.ttHudCloseLink:active {
	color: #ff0000;
	text-decoration: underline;
}
a.ttHudCloseLink:link, a.ttHudCloseLink:link, a.ttHudCloseLink:link {
	text-decoration: none;
}
.clearboth {
	clear: both;
	overflow: hidden;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
}
.clearboth img {
	display: none;
	height: 0;
	width: 0;
	border: 0;
}

.iepngfix {
    behavior: url('/tools/ttHudBox/iepngfix.htc');
}
 