/* ZZ content styles */

#TB_window_inner {/* ZZcustom */
	border:1px solid #ababab;
}


#TB_window img {
	border:				none !important;
}

#TB_caption {
    font-weight:bold;    
}

#TB_title,
#TB_caption {
	color:				#f3481a;
	background-color:	#fff;
	font-size:          11px
}

span#TB_next a {
    background-image:url(../gfx/icons/arrow-orange.gif);
    background-position: right 2px;
    background-repeat:no-repeat;    
    padding:0 16px 0 0;
}

span#TB_prev a {
    background-image:url(../gfx/icons/arrow-orange-left.gif);
    background-position: left 2px;
    background-repeat:no-repeat;    
    padding:0 0 0 16px;
} 

#TB_secondLine {
    font-weight: normal;    
    font-size:  10px;
}

#TB_secondLine a {
    text-decoration:none;
}


a#TB_closeWindowButton {/* ZZcustom */
	display:			block;
	width:				11px;
	height:				11px;
	background:			url(/gfx/icons/closebttn.gif) center center no-repeat;
	border:				1px solid #fff;
	line-height:		1em;
}

a#TB_closeWindowButton:hover {/* ZZcustom */
	background:			url(/gfx/icons/closebttn_over.gif) center center no-repeat;
	border:				1px solid #f3481a;
}

div.tb-content {
	padding: 			0;
	font-size:			0.9em;
	font-family:		Verdana, Arial, sans_serif;
}

div.tb-content span {
	color:				#f3481a;
}

div.tb-content span.land {
	color:			#4f4e4e;
}

div.tb-content table {
	width:				100%;
	border-collapse:	collapse;
	padding:			0;
	margin:				5px 0 5px 0;
}

div.tb-content table td {
	padding:			0;
	width:				120px;
	vertical-align:		top;
}

div.tb-content table th {
	padding:			0 0 0 10px;
	text-align:			left;
	vertical-align:		top;
	font-weight:		normal;
}

div.tb-content table th h4 {
	color:				#f3481a;
}

div.tb-content table th span {
	font-weight:		normal;
}